public class BindingContextImpl extends java.lang.Object implements BindingContext
BindingContext
interface. Deals with the activation of endpoints.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
__log |
| Constructor and Description |
|---|
BindingContextImpl(ODEServer server) |
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
activateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint) |
long |
calculateSizeofService(EndpointReference epr) |
protected ExternalService |
createExternalService(ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName) |
PartnerRoleChannel |
createPartnerRoleChannel(javax.xml.namespace.QName processId,
javax.wsdl.PortType portType,
Endpoint initialPartnerEndpoint) |
protected ODEService |
createService(ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName) |
void |
deactivateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint) |
protected ODEService |
destroyService(javax.xml.namespace.QName serviceName,
java.lang.String portName) |
public BindingContextImpl(ODEServer server)
public EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName processId, Endpoint myRoleEndpoint)
activateMyRoleEndpoint in interface BindingContextpublic void deactivateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint)
deactivateMyRoleEndpoint in interface BindingContextpublic PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName processId, javax.wsdl.PortType portType, Endpoint initialPartnerEndpoint)
createPartnerRoleChannel in interface BindingContextpublic long calculateSizeofService(EndpointReference epr)
calculateSizeofService in interface BindingContextprotected ODEService createService(ProcessConf pconf, javax.xml.namespace.QName serviceName, java.lang.String portName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultprotected ODEService destroyService(javax.xml.namespace.QName serviceName, java.lang.String portName)
protected ExternalService createExternalService(ProcessConf pconf, javax.xml.namespace.QName serviceName, java.lang.String portName) throws ContextException
ContextExceptionCopyright © 2016 WSO2. All Rights Reserved.