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

Packages that use Invoker
org.codehaus.xfire.loom   
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   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
 

Uses of Invoker in org.codehaus.xfire.loom
 

Classes in org.codehaus.xfire.loom that implement Invoker
 class ServiceInvoker
          Invokes a Loom service.
 

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.
 

Uses of Invoker in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return Invoker
 Invoker ServiceBean.getInvoker()
           
 

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



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.