org.apache.ode.test
Class BindingContextImpl

java.lang.Object
  extended by org.apache.ode.test.BindingContextImpl
All Implemented Interfaces:
BindingContext

public class BindingContextImpl
extends java.lang.Object
implements BindingContext


Constructor Summary
BindingContextImpl()
           
 
Method Summary
 EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName processId, Endpoint myRoleEndpoint)
           
 long calculateSizeofService(EndpointReference epr)
           
 PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName processId, javax.wsdl.PortType portType, Endpoint initialPartnerEndpoint)
           
 void deactivateMyRoleEndpoint(javax.xml.namespace.QName processId, Endpoint myRoleEndpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingContextImpl

public BindingContextImpl()
Method Detail

activateMyRoleEndpoint

public EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName processId,
                                                Endpoint myRoleEndpoint)
Specified by:
activateMyRoleEndpoint in interface BindingContext

deactivateMyRoleEndpoint

public void deactivateMyRoleEndpoint(javax.xml.namespace.QName processId,
                                     Endpoint myRoleEndpoint)
Specified by:
deactivateMyRoleEndpoint in interface BindingContext

createPartnerRoleChannel

public PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName processId,
                                                   javax.wsdl.PortType portType,
                                                   Endpoint initialPartnerEndpoint)
Specified by:
createPartnerRoleChannel in interface BindingContext

calculateSizeofService

public long calculateSizeofService(EndpointReference epr)
Specified by:
calculateSizeofService in interface BindingContext


Copyright © 2015 WSO2. All Rights Reserved.