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

Packages that use Invoker
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer.util   
org.codehaus.xfire.service.binding   
 

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.picocontainer.util
 

Classes in org.codehaus.xfire.picocontainer.util that implement Invoker
 class PicoObjectInvoker
           
 

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

Classes in org.codehaus.xfire.service.binding that implement Invoker
 class BeanInvoker
          Invoker for externally created service objects.
 class ObjectInvoker
          An invoker which instantiates classes automatically based on the Service's scope.
 

Methods in org.codehaus.xfire.service.binding that return Invoker
 Invoker ObjectBinding.getInvoker()
           
 Invoker AbstractBinding.getInvoker()
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type Invoker
protected  void AbstractBinding.sendMessage(MessageContext context, java.util.List params, OperationInfo operation, Invoker invoker)
           
 void ObjectBinding.setInvoker(Invoker invoker)
           
 void AbstractBinding.setInvoker(Invoker invoker)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.