org.apache.cxf.jibx.tools
Class JibxSchemaResolver
java.lang.Object
org.apache.cxf.jibx.tools.JibxSchemaResolver
public class JibxSchemaResolver
- extends Object
A Wrapper class that acts as a wrapper when passing schema instances to JiBX code generation framework.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JibxSchemaResolver
public JibxSchemaResolver(String id,
org.apache.ws.commons.schema.XmlSchema schema,
SchemaCollection collection,
Element element)
getContent
public InputStream getContent()
throws IOException
- Throws:
IOException
getId
public String getId()
getElement
public Element getElement()
getName
public String getName()
resolve
public ISchemaResolver resolve(String loc,
String tns)
throws IOException
- Throws:
IOException
Apache CXF