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, String catalogLocation, Bus bus)
           
 Schema getSchema()
           
 void setBus(Bus b)
           
 void setCatalogLocation(String name)
           
 void setSchemaLocations(List<String> locations)
           
 void setSchemas(List<String> locations)
          Deprecated. 
 
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

@Deprecated
public void setSchemas(List<String> locations)
Deprecated. 


setSchemaLocations

public void setSchemaLocations(List<String> locations)

setCatalogLocation

public void setCatalogLocation(String name)

getSchema

public Schema getSchema()

createSchema

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

Apache CXF API

Apache CXF