org.apache.ode.axis2.httpbinding
Class HttpExternalService
java.lang.Object
org.apache.ode.axis2.httpbinding.HttpExternalService
- All Implemented Interfaces:
- ExternalService, PartnerRoleChannel
public class HttpExternalService
- extends java.lang.Object
- implements ExternalService
- Author:
- Alexis Midon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executorService
protected java.util.concurrent.ExecutorService executorService
scheduler
protected Scheduler scheduler
server
protected BpelServer server
pconf
protected ProcessConf pconf
serviceName
protected javax.xml.namespace.QName serviceName
portName
protected java.lang.String portName
endpointReference
protected WSAEndpoint endpointReference
httpMethodConverter
protected HttpMethodConverter httpMethodConverter
portBinding
protected javax.wsdl.Binding portBinding
HttpExternalService
public HttpExternalService(ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
java.util.concurrent.ExecutorService executorService,
Scheduler scheduler,
BpelServer server,
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connManager,
ClusterUrlTransformer clusterUrlTransformer)
throws OdeFault
- Throws:
OdeFault
getPortName
public java.lang.String getPortName()
- Specified by:
getPortName in interface ExternalService
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName in interface ExternalService
close
public void close()
- Specified by:
close in interface PartnerRoleChannel
getInitialEndpointReference
public EndpointReference getInitialEndpointReference()
- Specified by:
getInitialEndpointReference in interface PartnerRoleChannel
invoke
public void invoke(PartnerRoleMessageExchange odeMex)
- Specified by:
invoke in interface ExternalService
Copyright © 2015 WSO2. All Rights Reserved.