Apache Tuscany SCA Kernel Sub-Project

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

Packages that use WireInvocationHandler
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.wire   
 

Uses of WireInvocationHandler in org.apache.tuscany.spi.component
 

Methods in org.apache.tuscany.spi.component that return WireInvocationHandler
 WireInvocationHandler Service.getHandler()
          Returns the handler responsible for flowing a request through the service
 WireInvocationHandler Reference.getHandler()
          Returns the handler responsible for flowing a request through the reference
 

Uses of WireInvocationHandler in org.apache.tuscany.spi.extension
 

Methods in org.apache.tuscany.spi.extension that return WireInvocationHandler
 WireInvocationHandler ServiceExtension.getHandler()
           
 WireInvocationHandler ReferenceExtension.getHandler()
           
 

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

Methods in org.apache.tuscany.spi.wire that return WireInvocationHandler
 WireInvocationHandler WireService.createCallbackHandler(InboundWire wire)
          Creates a wire invocation handler for flowing invocations through a callback
 WireInvocationHandler WireService.createHandler(RuntimeWire wire)
          Creates an WireInvocationHandler for the given wire
 


Apache Tuscany SCA Kernel Sub-Project

-