org.mule.transport.http.functional
Class TestSessionHandler

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

public class TestSessionHandler
extends org.mule.transport.http.HttpSessionHandler

This is a custom subclass of the regular HttpSessionHandler that's used in HttpServiceOverridesTestCase to see if the service override properly instantiates the right class.


Field Summary
 
Fields inherited from class org.mule.transport.http.HttpSessionHandler
logger
 
Constructor Summary
TestSessionHandler()
           
 
Method Summary
 
Methods inherited from class org.mule.transport.http.HttpSessionHandler
getSessionIDKey, retrieveSessionInfoFromMessage, storeSessionInfoToMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSessionHandler

public TestSessionHandler()


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