public interface SessionHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionIDKey()
The property name of the session id to use when creating the Mule session.
|
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session) |
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
MuleExceptionvoid retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
MuleExceptionString getSessionIDKey()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.