org.apache.sandesha.server
Interface InvokeStrategy

All Known Implementing Classes:
ThreadPoolInvokeStrategy

public interface InvokeStrategy

A strategy for handling (asynchronous) web service invocations.

Author:
Patrick Collins

Method Summary
 void addParams(java.util.Map aParams)
           
 void start()
          Initialize the strategy.
 void stop()
           
 

Method Detail

start

public void start()
Initialize the strategy.


stop

public void stop()

addParams

public void addParams(java.util.Map aParams)