Class SchemaHandler


  • public class SchemaHandler
    extends Object
    • Constructor Detail

      • SchemaHandler

        public SchemaHandler()
    • Method Detail

      • setBus

        public void setBus​(org.apache.cxf.Bus b)
      • 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)