SerializeAndEncodeSessionHandler
or SerializeOnlySessionHandler
instead.public class LegacySessionHandler extends Object implements SessionHandler
Constructor and Description |
---|
LegacySessionHandler()
Deprecated.
|
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)
Deprecated.
|
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated.
Use retrieveSessionInfoFromMessage(MuleMessage message) instead
|
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
Deprecated.
|
protected transient Log logger
public MuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
retrieveSessionInfoFromMessage
in interface SessionHandler
MuleException
public void retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
retrieveSessionInfoFromMessage
in interface SessionHandler
MuleException
public void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
storeSessionInfoToMessage
in interface SessionHandler
MuleException
public String getSessionIDKey()
SessionHandler
getSessionIDKey
in interface SessionHandler
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.