public class SdlTask extends WsdlTask
WsdlTask.WsdlBindingPortDef| Constructor and Description |
|---|
SdlTask() |
| Modifier and Type | Method and Description |
|---|---|
WsdlContentDef |
parseSDL(byte[] content)
Load the specified WSDL/WADL file and ask AI to parse it
|
WsdlContentDef |
parseSDL(java.lang.String urlToSdl,
boolean ignoreProxy)
Load the specified WSDL/WADL file and ask AI to parse it
|
buildEndpoint, expandPortsFromBindings, parseWsdl, parseWsdlpublic WsdlContentDef parseSDL(java.lang.String urlToSdl, boolean ignoreProxy) throws java.lang.Exception
java.lang.Exceptionpublic WsdlContentDef parseSDL(byte[] content) throws java.lang.Exception
java.lang.Exception