Class SchemaUtil

java.lang.Object
org.apache.cxf.wsdl11.SchemaUtil

public final class SchemaUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SchemaUtil(org.apache.cxf.Bus b, Map<String,Element> s)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, List<org.apache.cxf.service.model.SchemaInfo> schemas)
     
    void
    getSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, org.apache.cxf.service.model.ServiceInfo serviceInfo)
     
    void
    getSchemas(javax.wsdl.Definition def, org.apache.cxf.service.model.ServiceInfo serviceInfo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSchemas

      public void getSchemas(javax.wsdl.Definition def, org.apache.cxf.service.model.ServiceInfo serviceInfo)
    • getSchemas

      public void getSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, org.apache.cxf.service.model.ServiceInfo serviceInfo)
    • getSchemas

      public void getSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, List<org.apache.cxf.service.model.SchemaInfo> schemas)