org.mule.providers.http
Class HttpSessionHandler
java.lang.Object
org.mule.providers.http.HttpSessionHandler
- All Implemented Interfaces:
- org.mule.umo.provider.UMOSessionHandler
- public class HttpSessionHandler
- extends Object
- implements org.mule.umo.provider.UMOSessionHandler
Will read and write Http Cookie information to and from the Mule Session
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
|
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 void retrieveSessionInfoFromMessage(org.mule.umo.UMOMessage message,
org.mule.umo.UMOSession session)
throws org.mule.umo.UMOException
- Specified by:
retrieveSessionInfoFromMessage in interface org.mule.umo.provider.UMOSessionHandler
- Throws:
org.mule.umo.UMOException
storeSessionInfoToMessage
public void storeSessionInfoToMessage(org.mule.umo.UMOSession session,
org.mule.umo.UMOMessage message)
throws org.mule.umo.UMOException
- Specified by:
storeSessionInfoToMessage in interface org.mule.umo.provider.UMOSessionHandler
- Throws:
org.mule.umo.UMOException
getSessionIDKey
public String getSessionIDKey()
- Specified by:
getSessionIDKey in interface org.mule.umo.provider.UMOSessionHandler
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.