Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.wire.RuntimeWire

Packages that use RuntimeWire
org.apache.tuscany.spi.wire   
 

Uses of RuntimeWire in org.apache.tuscany.spi.wire
 

Subinterfaces of RuntimeWire in org.apache.tuscany.spi.wire
 interface InboundWire
          Implementations are responsible for managing the inbound side of a wire, including the invocation chains associated with each service operation.
 interface OutboundWire
          Implementations are responsible for managing the reference side of a wire, including the invocation chains associated with each service operation.
 

Methods in org.apache.tuscany.spi.wire with parameters of type RuntimeWire
 WireInvocationHandler WireService.createHandler(RuntimeWire wire)
          Creates an WireInvocationHandler for the given wire
 Object WireService.createProxy(RuntimeWire wire)
          Creates a Java proxy for the given wire
 


Apache Tuscany SCA Kernel Sub-Project

-