public class SimpleSessionHandler extends Object implements SessionHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
SimpleSessionHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionIDKey()
Deprecated.
This method is no longer needed and will be removed in the next major release
|
MuleSession |
retrieveSessionInfoFromMessage(MuleMessage message) |
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated.
Use retrieveSessionInfoFromMessage(MuleMessage message) instead
|
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
public MuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
retrieveSessionInfoFromMessage in interface SessionHandlerMuleExceptionpublic 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–2015 MuleSoft, Inc.. All rights reserved.