org.apache.cxf.jaxrs.utils.schemas
Class SchemaHandler
java.lang.Object
org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
public class SchemaHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaHandler
public SchemaHandler()
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