org.apache.sandesha.server
Class DelegateInvokeHandler
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegateInvokeHandler
public DelegateInvokeHandler()
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