public class JibxSchemaResolver extends Object
| 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() |
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
IOExceptionpublic String getId()
public Element getElement()
public String getName()
public ISchemaResolver resolve(String loc, String tns) throws IOException
IOExceptionApache CXF