Uses of Interface
org.apache.tuscany.sca.runtime.EndpointReference

Packages that use EndpointReference
org.apache.tuscany.sca.invocation   
org.apache.tuscany.sca.runtime   
 

Uses of EndpointReference in org.apache.tuscany.sca.invocation
 

Methods in org.apache.tuscany.sca.invocation that return EndpointReference
 EndpointReference Message.getFrom()
          Get the end point reference of the source reference
 EndpointReference Message.getTo()
          Get the end point reference of target service
 

Methods in org.apache.tuscany.sca.invocation with parameters of type EndpointReference
 void Message.setFrom(EndpointReference from)
          Set the end point reference of the reference originating the message
 void Message.setTo(EndpointReference to)
          Set the end point reference of target service
 

Uses of EndpointReference in org.apache.tuscany.sca.runtime
 

Methods in org.apache.tuscany.sca.runtime that return EndpointReference
 EndpointReference RuntimeWire.getSource()
          Get the source of the wire
 EndpointReference RuntimeWire.getTarget()
          Get the target of the wire