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.ISchemaResolverIOExceptionpublic String getId()
getId in interface org.jibx.schema.ISchemaResolverpublic Element getElement()
public String getName()
getName in interface org.jibx.schema.ISchemaResolverpublic org.jibx.schema.ISchemaResolver resolve(String loc, String tns) throws IOException
resolve in interface org.jibx.schema.ISchemaResolverIOExceptionApache CXF