org.mule.transport.http
Class HttpSessionHandler
java.lang.Object
org.mule.transport.http.HttpSessionHandler
- All Implemented Interfaces:
- SessionHandler
public class HttpSessionHandler
- extends Object
- implements SessionHandler
Will read and write Http Cookie information to and from the Mule MuleSession
|
Field Summary |
protected Log |
logger
logger used by this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient Log logger
- logger used by this class
HttpSessionHandler
public HttpSessionHandler()
retrieveSessionInfoFromMessage
public MuleSession retrieveSessionInfoFromMessage(MuleMessage message)
throws MuleException
- Specified by:
retrieveSessionInfoFromMessage in interface SessionHandler
- Throws:
MuleException
retrieveSessionInfoFromMessage
public void retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
throws MuleException
- Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead
- Specified by:
retrieveSessionInfoFromMessage in interface SessionHandler
- Throws:
MuleException
storeSessionInfoToMessage
public void storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
throws MuleException
- Specified by:
storeSessionInfoToMessage in interface SessionHandler
- Throws:
MuleException
getSessionIDKey
public String getSessionIDKey()
- Deprecated. This method is no longer needed and will be removed in the next major release
- Specified by:
getSessionIDKey in interface SessionHandler
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.