public class ServiceTask extends SSTTask
Modifier and Type | Class and Description |
---|---|
static class |
ServiceTask.GroupCreationInfo
Create a pass through service group
|
protected static class |
ServiceTask.WsdlBindingPortDef
Parse and extract first port from WSDL
|
Constructor and Description |
---|
ServiceTask() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createPassThroughGroup(ServiceTask.GroupCreationInfo info) |
java.lang.String |
createPassThroughGroup(ServiceTask.GroupCreationInfo info,
Application msApp,
Transport apListener,
Transport msSender,
XmlProcessorLC xmlProcessor)
Create a pass through service group with the specified settings
|
protected ServiceTask.WsdlBindingPortDef |
firstWsdlBinding(java.lang.String urlToWsdl,
ServiceTask.GroupCreationInfo info) |
public java.lang.String createPassThroughGroup(ServiceTask.GroupCreationInfo info) throws java.lang.Exception
java.lang.Exception
protected ServiceTask.WsdlBindingPortDef firstWsdlBinding(java.lang.String urlToWsdl, ServiceTask.GroupCreationInfo info) throws java.lang.Exception
java.lang.Exception
public java.lang.String createPassThroughGroup(ServiceTask.GroupCreationInfo info, Application msApp, Transport apListener, Transport msSender, XmlProcessorLC xmlProcessor) throws java.lang.Exception
java.lang.Exception