Apache CXF API

org.apache.cxf.jaxrs.utils.schemas
Class SchemaHandler

java.lang.Object
  extended by org.apache.cxf.jaxrs.utils.schemas.SchemaHandler

public class SchemaHandler
extends Object


Constructor Summary
SchemaHandler()
           
 
Method Summary
static Schema createSchema(List<String> locations, Bus bus)
           
 Schema getSchema()
           
 void setBus(Bus b)
           
 void setSchemas(List<String> locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaHandler

public SchemaHandler()
Method Detail

setBus

public void setBus(Bus b)

setSchemas

public void setSchemas(List<String> locations)

getSchema

public Schema getSchema()

createSchema

public static Schema createSchema(List<String> locations,
                                  Bus bus)

Apache CXF API

Apache CXF