org.apache.sandesha.server
Class DelegateInvokeHandler

java.lang.Object
  extended byorg.apache.sandesha.server.DelegateInvokeHandler
All Implemented Interfaces:
InvokeHandler

public class DelegateInvokeHandler
extends java.lang.Object
implements InvokeHandler

Use the configured handler or org.apache.axis.providers.java.RPCProvider

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

Author:
Patrick Collins

Constructor Summary
DelegateInvokeHandler()
           
 
Method Summary
 void addParams(java.util.Map aParams)
           
protected  java.lang.String getActualInvoker()
           
protected  java.util.Map getParms()
           
 boolean handleInvoke(MessageContext aMessageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateInvokeHandler

public DelegateInvokeHandler()
Method Detail

handleInvoke

public boolean handleInvoke(MessageContext aMessageContext)
                     throws java.lang.Exception
Specified by:
handleInvoke in interface InvokeHandler
Throws:
java.lang.Exception

getActualInvoker

protected java.lang.String getActualInvoker()

getParms

protected java.util.Map getParms()

addParams

public void addParams(java.util.Map aParams)
Specified by:
addParams in interface InvokeHandler