Class SchemaHandler

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

public class SchemaHandler extends Object
  • Constructor Details

    • SchemaHandler

      public SchemaHandler()
  • Method Details

    • setBus

      public void setBus(org.apache.cxf.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, org.apache.cxf.Bus bus)