Apache CXF API

org.apache.cxf.jibx.tools
Class JibxSchemaResolver

java.lang.Object
  extended by 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.


Constructor Summary
JibxSchemaResolver(String id, org.apache.ws.commons.schema.XmlSchema schema, SchemaCollection collection, Element element)
           
 
Method Summary
 InputStream getContent()
           
 Element getElement()
           
 String getId()
           
 String getName()
           
 ISchemaResolver resolve(String loc, String tns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JibxSchemaResolver

public JibxSchemaResolver(String id,
                          org.apache.ws.commons.schema.XmlSchema schema,
                          SchemaCollection collection,
                          Element element)
Method Detail

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 API

Apache CXF