| java.lang.Object org.apache.synapse.endpoints.dispatch.SimpleClientSessionDispatcher
SimpleClientSessionDispatcher | public class SimpleClientSessionDispatcher implements Dispatcher(Code) | | This dispatcher is implemented to demonstrate a sample client session. It will detect sessions
based on the soap header of the
request message. Therefore, above header has to be included in the request soap messages by the
client who wants to initiate and maintain a session.
|
isServerInitiatedSession | public boolean isServerInitiatedSession()(Code) | | |
|
|