Uses of Interface
org.apache.tuscany.sca.invocation.Invoker

Packages that use Invoker
org.apache.tuscany.sca.invocation   
org.apache.tuscany.sca.provider   
org.apache.tuscany.sca.runtime   
 

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

Subinterfaces of Invoker in org.apache.tuscany.sca.invocation
 interface Interceptor
          Synchronous mediation associated with a client- or target- side wire.
 

Methods in org.apache.tuscany.sca.invocation that return Invoker
 Invoker InvocationChain.getHeadInvoker()
          Returns the first invoker in the chain.
 Invoker Interceptor.getNext()
          Returns the next invoker or null
 Invoker InvocationChain.getTailInvoker()
          Returns the last invoker in the chain.
 

Methods in org.apache.tuscany.sca.invocation with parameters of type Invoker
 void InvocationChain.addInvoker(Invoker invoker)
          Adds an invoker to the chain
 void Interceptor.setNext(Invoker next)
          Sets the next invoker
 

Uses of Invoker in org.apache.tuscany.sca.provider
 

Methods in org.apache.tuscany.sca.provider that return Invoker
 Invoker ImplementationProvider.createCallbackInvoker(Operation operation)
          Create an invoker to call back to the given component
 Invoker ReferenceBindingProvider.createInvoker(Operation operation, boolean isCallback)
          Create an invoker for the reference binding in the invocation chain.
 Invoker ImplementationProvider.createInvoker(RuntimeComponentService service, Operation operation)
          Create an invoker for the component implementation in the invocation chain.
 

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

Methods in org.apache.tuscany.sca.runtime that return Invoker
 Invoker RuntimeComponentService.getCallbackInvoker(Binding binding, Operation operation)
          Get the callback invoker for the given binding and operation
 Invoker RuntimeComponentService.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation
 Invoker RuntimeComponentReference.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation