|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.module.ws.consumer.WSDLUtils
public class WSDLUtils
| Constructor Summary | |
|---|---|
WSDLUtils()
|
|
| Method Summary | |
|---|---|
static List<String> |
getSchemas(javax.wsdl.Definition wsdlDefinition)
Returns all the XML schemas from a WSDL definition. |
static List<String> |
getSoapBodyParts(javax.wsdl.BindingOperation bindingOperation)
Retrieves the list of SOAP body parts of a binding operation, or null if there is no SOAP body defined. |
static SoapVersion |
getSoapVersion(javax.wsdl.Binding binding)
Retrieves the SOAP version of a WSDL binding, or null if it is not a SOAP binding. |
static String |
schemaToString(javax.wsdl.extensions.schema.Schema schema)
Converts a schema into a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLUtils()
| Method Detail |
|---|
public static List<String> getSchemas(javax.wsdl.Definition wsdlDefinition)
throws TransformerException
TransformerException - If unable to transform a Schema into String.
public static String schemaToString(javax.wsdl.extensions.schema.Schema schema)
throws TransformerException
TransformerException - If unable to transform the schema.public static List<String> getSoapBodyParts(javax.wsdl.BindingOperation bindingOperation)
public static SoapVersion getSoapVersion(javax.wsdl.Binding binding)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||