Uses of Interface
org.apache.sandesha.server.InvokeHandler

Packages that use InvokeHandler
org.apache.sandesha.server   
 

Uses of InvokeHandler in org.apache.sandesha.server
 

Classes in org.apache.sandesha.server that implement InvokeHandler
 class DelegateInvokeHandler
          Use the configured handler or org.apache.axis.providers.java.RPCProvider

if none was explicitly set to execute the web service invoke.

 

Methods in org.apache.sandesha.server that return InvokeHandler
 InvokeHandler InvokerFactory.createInvokeHandler()