org.apache.ode.test
Class PartnerRoleChannelImpl

java.lang.Object
  extended by org.apache.ode.test.PartnerRoleChannelImpl
All Implemented Interfaces:
PartnerRoleChannel

public class PartnerRoleChannelImpl
extends java.lang.Object
implements PartnerRoleChannel


Constructor Summary
PartnerRoleChannelImpl()
           
 
Method Summary
 void close()
          Close the communication channel.
 EndpointReference getInitialEndpointReference()
          Return the endpoint reference to the endpoint with which the channel was initialized or null if the channel was initialized without an initial endpoint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartnerRoleChannelImpl

public PartnerRoleChannelImpl()
Method Detail

close

public void close()
Description copied from interface: PartnerRoleChannel
Close the communication channel.

Specified by:
close in interface PartnerRoleChannel

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