|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.session.SerializeOnlySessionHandler
org.mule.session.SerializeAndEncodeSessionHandler
public class SerializeAndEncodeSessionHandler
A session handler used to store and retrieve session information on an event. The DefaultMuleSession information is stored as a header on the message (does not support Tcp, Udp, etc. unless the MuleMessage object is serialised across the wire). The session is stored in the "MULE_SESSION" property as Base64 encoded byte array.
Field Summary |
---|
Fields inherited from class org.mule.session.SerializeOnlySessionHandler |
---|
logger |
Constructor Summary | |
---|---|
SerializeAndEncodeSessionHandler()
|
Method Summary | |
---|---|
MuleSession |
retrieveSessionInfoFromMessage(MuleMessage message)
|
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
Methods inherited from class org.mule.session.SerializeOnlySessionHandler |
---|
getSessionIDKey, removeNonSerializableProperties, retrieveSessionInfoFromMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializeAndEncodeSessionHandler()
Method Detail |
---|
public MuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
retrieveSessionInfoFromMessage
in interface SessionHandler
retrieveSessionInfoFromMessage
in class SerializeOnlySessionHandler
MuleException
public void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
storeSessionInfoToMessage
in interface SessionHandler
storeSessionInfoToMessage
in class SerializeOnlySessionHandler
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |