Package org.apache.sandesha.server

Interface Summary
InvokeHandler  
InvokeStrategy A strategy for handling (asynchronous) web service invocations.
 

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

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

InvokerFactory Provides factory access to two main components of invoke layer.
MessageValidator This will validate all the incoming messages receiving through the RMProvider.
RMInvokerWork This is the worker class for the RMInvoker.
RMMessageProcessorIdentifier  
Sender This is the sender for Sandesha for both the client and the server sides.
SenderWorker This is the worker for the Sender.
ServerStorageManager ServerStorageManager is the access point for the SandeshaQueue from server side.
ThreadPoolInvokeStrategy Use the Axis thread pool for handling web service invokes.