public class NullSessionHandler extends Object implements SessionHandler
| Constructor and Description |
|---|
NullSessionHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionIDKey()
The property name of the session id to use when creating the Mule session.
|
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 SessionHandlerMuleException@Deprecated 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()
getSessionIDKey in interface SessionHandlerCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.