public class HttpSessionHandler extends Object implements SessionHandler
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
Constructor and Description |
---|
HttpSessionHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getSessionIDKey()
The property name of the session id to use when creating the Mule session.
|
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session) |
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
protected transient org.apache.commons.logging.Log logger
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–2013 MuleSource, Inc.. All rights reserved.