org.mule.providers.http
Class HttpSessionHandler

java.lang.Object
  extended byorg.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: 3798 $
Author:
Ross Mason

Field Summary
protected  Log logger
          logger used by this class
 
Constructor Summary
HttpSessionHandler()
           
 
Method Summary
 String getSessionIDKey()
           
 void retrieveSessionInfoFromMessage(org.mule.umo.UMOMessage message, org.mule.umo.UMOSession session)
           
 void storeSessionInfoToMessage(org.mule.umo.UMOSession session, org.mule.umo.UMOMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Log logger
logger used by this class

Constructor Detail

HttpSessionHandler

public HttpSessionHandler()
Method Detail

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-2006 MuleSource Inc.. All Rights Reserved.