public class SerializeOnlySessionHandler extends AbstractSessionHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
SerializeOnlySessionHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionIDKey()
Deprecated.
This method is no longer needed and will be removed in the next major release
|
protected MuleSession |
removeNonSerializableProperties(MuleSession session,
MuleContext muleContext) |
MuleSession |
retrieveSessionInfoFromMessage(MuleMessage message) |
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated.
Use retrieveSessionInfoFromMessage(MuleMessage message) instead
|
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
deserialize, serialize, setObjectSerializerpublic MuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
MuleExceptionpublic void retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
MuleExceptionpublic void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
MuleExceptionprotected MuleSession removeNonSerializableProperties(MuleSession session, MuleContext muleContext)
public String getSessionIDKey()
SessionHandlerCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.