public class JibxSchemaResolver extends Object implements org.jibx.schema.ISchemaResolver
Constructor and Description |
---|
JibxSchemaResolver(String id,
org.apache.ws.commons.schema.XmlSchema schema,
SchemaCollection collection,
Element element) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
Element |
getElement() |
String |
getId() |
String |
getName() |
org.jibx.schema.ISchemaResolver |
resolve(String loc,
String tns) |
public JibxSchemaResolver(String id, org.apache.ws.commons.schema.XmlSchema schema, SchemaCollection collection, Element element)
public InputStream getContent() throws IOException
getContent
in interface org.jibx.schema.ISchemaResolver
IOException
public String getId()
getId
in interface org.jibx.schema.ISchemaResolver
public Element getElement()
public String getName()
getName
in interface org.jibx.schema.ISchemaResolver
public org.jibx.schema.ISchemaResolver resolve(String loc, String tns) throws IOException
resolve
in interface org.jibx.schema.ISchemaResolver
IOException
Apache CXF