org.apache.ode.axis2.soapbinding
Class SoapExternalService
java.lang.Object
org.apache.ode.axis2.soapbinding.SoapExternalService
- All Implemented Interfaces:
- ExternalService, PartnerRoleChannel
public class SoapExternalService
- extends java.lang.Object
- implements ExternalService, PartnerRoleChannel
Acts as a service not provided by ODE. Used mainly for invocation as a way to maintain the WSDL decription of used services.
Constructor Summary |
SoapExternalService(javax.wsdl.Definition definition,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
org.apache.axis2.engine.AxisConfiguration axisConfig,
ProcessConf pconf,
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
endpointReference
protected WSAEndpoint endpointReference
SoapExternalService
public SoapExternalService(javax.wsdl.Definition definition,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
org.apache.axis2.engine.AxisConfiguration axisConfig,
ProcessConf pconf,
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connManager)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
invoke
public void invoke(PartnerRoleMessageExchange odeMex)
- Specified by:
invoke
in interface ExternalService
getInitialEndpointReference
public EndpointReference getInitialEndpointReference()
- Description copied from interface:
PartnerRoleChannel
- Return the endpoint reference to the endpoint with which the
channel was initialized or
null
if the channel
was initialized without an initial endpoint.
- Specified by:
getInitialEndpointReference
in interface PartnerRoleChannel
- Returns:
- endpoint reference or null
close
public void close()
- Description copied from interface:
PartnerRoleChannel
- Close the communication channel.
- Specified by:
close
in interface PartnerRoleChannel
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