Package org.apache.cxf.wsdl11
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, List<org.apache.cxf.service.model.SchemaInfo> schemas)voidgetSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, org.apache.cxf.service.model.ServiceInfo serviceInfo)voidgetSchemas(javax.wsdl.Definition def, org.apache.cxf.service.model.ServiceInfo serviceInfo)
-
-
-
Method Detail
-
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)
-
-