public class MuleSessionHandler extends Object implements SessionHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
| Constructor and Description |
|---|
MuleSessionHandler() |
| 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) |
protected transient org.apache.commons.logging.Log logger
public void retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
retrieveSessionInfoFromMessage in interface SessionHandlerMuleExceptionpublic void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
storeSessionInfoToMessage in interface SessionHandlerMuleExceptionpublic String getSessionIDKey()
SessionHandlergetSessionIDKey in interface SessionHandlerCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.