org.mule.transport.http
Class HttpSessionHandler

java.lang.Object
  extended by org.mule.transport.http.HttpSessionHandler
All Implemented Interfaces:
org.mule.api.transport.SessionHandler

public class HttpSessionHandler
extends Object
implements org.mule.api.transport.SessionHandler

Will read and write Http Cookie information to and from the Mule MuleSession


Field Summary
protected  Log logger
          logger used by this class
 
Constructor Summary
HttpSessionHandler()
           
 
Method Summary
 String getSessionIDKey()
           
 void retrieveSessionInfoFromMessage(org.mule.api.MuleMessage message, org.mule.api.MuleSession session)
           
 void storeSessionInfoToMessage(org.mule.api.MuleSession session, org.mule.api.MuleMessage 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.api.MuleMessage message,
                                           org.mule.api.MuleSession session)
                                    throws org.mule.api.MuleException
Specified by:
retrieveSessionInfoFromMessage in interface org.mule.api.transport.SessionHandler
Throws:
org.mule.api.MuleException

storeSessionInfoToMessage

public void storeSessionInfoToMessage(org.mule.api.MuleSession session,
                                      org.mule.api.MuleMessage message)
                               throws org.mule.api.MuleException
Specified by:
storeSessionInfoToMessage in interface org.mule.api.transport.SessionHandler
Throws:
org.mule.api.MuleException

getSessionIDKey

public String getSessionIDKey()
Specified by:
getSessionIDKey in interface org.mule.api.transport.SessionHandler


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.