org.apache.sandesha.server
Interface InvokeHandler

All Known Implementing Classes:
DelegateInvokeHandler

public interface InvokeHandler

Author:
Patrick Collins

Method Summary
 void addParams(java.util.Map aParams)
           
 boolean handleInvoke(MessageContext aMessageContext)
           
 

Method Detail

handleInvoke

public boolean handleInvoke(MessageContext aMessageContext)
                     throws java.lang.Exception
Throws:
java.lang.Exception

addParams

public void addParams(java.util.Map aParams)