org.apache.tuscany.sca.runtime
Interface RuntimeWire


public interface RuntimeWire

The runtime wire interface that connects a component reference to a component service (or an external service) over the selected binding

Version:
$Rev: 539359 $ $Date: 2007-05-18 11:06:21 +0100 (Fri, 18 May 2007) $

Method Summary
 java.util.List<InvocationChain> getCallbackInvocationChains()
          Returns the invocation chains for callback service operations associated with the wire
 java.util.List<InvocationChain> getInvocationChains()
          Returns the invocation chains for service operations associated with the wire
 EndpointReference getSource()
          Get the source of the wire
 EndpointReference getTarget()
          Get the target of the wire
 

Method Detail

getSource

EndpointReference getSource()
Get the source of the wire

Returns:
The end point reference of the source

getTarget

EndpointReference getTarget()
Get the target of the wire

Returns:
The end point reference of the target

getInvocationChains

java.util.List<InvocationChain> getInvocationChains()
Returns the invocation chains for service operations associated with the wire

Returns:
the invocation chains for service operations associated with the wire

getCallbackInvocationChains

java.util.List<InvocationChain> getCallbackInvocationChains()
Returns the invocation chains for callback service operations associated with the wire

Returns:
the invocation chains for callback service operations associated with the wire