Uses of Interface
org.codehaus.xfire.service.invoker.Invoker

Packages that use Invoker
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.service.invoker   
 

Uses of Invoker in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return Invoker
 Invoker Service.getInvoker()
           
 

Methods in org.codehaus.xfire.service with parameters of type Invoker
 void Service.setInvoker(Invoker invoker)
           
 

Uses of Invoker in org.codehaus.xfire.service.binding
 

Subinterfaces of Invoker in org.codehaus.xfire.service.binding
 interface Invoker
          Deprecated.  
 

Methods in org.codehaus.xfire.service.binding with parameters of type Invoker
protected  void ServiceInvocationHandler.sendMessage(MessageContext context, java.lang.Object[] params, OperationInfo operation, Invoker invoker)
           
 

Uses of Invoker in org.codehaus.xfire.service.invoker
 

Classes in org.codehaus.xfire.service.invoker that implement Invoker
 class AbstractInvoker
          Abstract implementation of Invoker.
 class BeanInvoker
          Invoker for externally created service objects.
 class FactoryInvoker
          This invoker implementation calls a Factory to create the service object and then applies a scope policy for caching.
 class ObjectInvoker
          An invoker which instantiates classes automatically based on the Service's scope.
 



Copyright © 2004-2009. All Rights Reserved.