public interface SessionHandler
| 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) |
void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
MuleException@Deprecated void retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
MuleExceptionMuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
MuleException@Deprecated String getSessionIDKey()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.