public final class SchemaUtil extends Object
| Constructor and Description |
|---|
SchemaUtil(org.apache.cxf.Bus b,
Map<String,Element> s) |
| Modifier and Type | Method and 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) |
public void getSchemas(javax.wsdl.Definition def,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
public void getSchemas(javax.wsdl.Definition def,
org.apache.cxf.common.xmlschema.SchemaCollection schemaCol,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
public void getSchemas(javax.wsdl.Definition def,
org.apache.cxf.common.xmlschema.SchemaCollection schemaCol,
List<org.apache.cxf.service.model.SchemaInfo> schemas)
Apache CXF