org.apache.cxf.wsdl11
Class SchemaUtil
java.lang.Object
org.apache.cxf.wsdl11.SchemaUtil
public final class SchemaUtil
- extends Object
|
Method Summary |
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 |
SchemaUtil
public SchemaUtil(org.apache.cxf.Bus b,
Map<String,Element> s)
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)
Apache CXF