org.apache.tuscany.sca.implementation.bpel.ode
Class ODEBindingContext

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.bpel.ode.ODEBindingContext

public class ODEBindingContext
extends java.lang.Object

Binding Context information


Field Summary
protected  Log __log
           
 
Constructor Summary
ODEBindingContext()
           
 
Method Summary
 EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName pid, Endpoint endpoint)
           
 PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName pid, PortType portType, Endpoint endpoint)
           
 void deactivateMyRoleEndpoint(Endpoint endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__log

protected final Log __log
Constructor Detail

ODEBindingContext

public ODEBindingContext()
Method Detail

activateMyRoleEndpoint

public EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName pid,
                                                Endpoint endpoint)

deactivateMyRoleEndpoint

public void deactivateMyRoleEndpoint(Endpoint endpoint)

createPartnerRoleChannel

public PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName pid,
                                                   PortType portType,
                                                   Endpoint endpoint)