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(Bus b, Map<String,Element> s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, List<SchemaInfo> schemas)voidgetSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)voidgetSchemas(javax.wsdl.Definition def, ServiceInfo serviceInfo)
-
-
-
Method Detail
-
getSchemas
public void getSchemas(javax.wsdl.Definition def, ServiceInfo serviceInfo)
-
getSchemas
public void getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)
-
getSchemas
public void getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, List<SchemaInfo> schemas)
-
-