Modifier and Type | Class and Description |
---|---|
static class |
WsdlTask.WsdlBindingPortDef
This structure of Binding / Port pairs
|
Constructor and Description |
---|
WsdlTask() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
buildEndpoint(WsdlPortDef portDef)
Build the endpoint from the WSDL port
|
java.util.List |
expandPortsFromBindings(WsdlBindingDef[] bindings)
Expand all the bindings so that it is easier to choose one.
|
WsdlContentDef |
parseWsdl(byte[] content)
Load the specified File and ask SST to parse it
|
WsdlContentDef |
parseWsdl(java.lang.String urlToWsdl)
Parse the contents of the WSDL at the specified URL
|
public WsdlContentDef parseWsdl(java.lang.String urlToWsdl) throws java.lang.Exception
java.lang.Exception
public WsdlContentDef parseWsdl(byte[] content) throws java.lang.Exception
java.lang.Exception
public java.util.List expandPortsFromBindings(WsdlBindingDef[] bindings) throws java.lang.Exception
List
of WsdlTask.WsdlBindingPortDef
java.lang.Exception
public Endpoint buildEndpoint(WsdlPortDef portDef) throws java.lang.Exception
java.lang.Exception