public class SoapExternalService extends java.lang.Object implements ExternalService
| Modifier and Type | Field and Description |
|---|---|
protected WSAEndpoint |
endpointReference |
| Constructor and Description |
|---|
SoapExternalService(ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
java.util.concurrent.ExecutorService executorService,
org.apache.axis2.engine.AxisConfiguration axisConfig,
Scheduler sched,
BpelServer server,
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connManager,
ClusterUrlTransformer clusterUrlTransformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
EndpointReference |
getInitialEndpointReference() |
java.lang.String |
getPortName() |
javax.xml.namespace.QName |
getServiceName() |
void |
invoke(PartnerRoleMessageExchange odeMex) |
protected WSAEndpoint endpointReference
public SoapExternalService(ProcessConf pconf, javax.xml.namespace.QName serviceName, java.lang.String portName, java.util.concurrent.ExecutorService executorService, org.apache.axis2.engine.AxisConfiguration axisConfig, Scheduler sched, BpelServer server, org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connManager, ClusterUrlTransformer clusterUrlTransformer) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void invoke(PartnerRoleMessageExchange odeMex)
invoke in interface ExternalServicepublic EndpointReference getInitialEndpointReference()
getInitialEndpointReference in interface PartnerRoleChannelpublic void close()
close in interface PartnerRoleChannelpublic java.lang.String getPortName()
getPortName in interface ExternalServicepublic javax.xml.namespace.QName getServiceName()
getServiceName in interface ExternalServiceCopyright © 2016 WSO2. All Rights Reserved.