org.mule.transport.http.functional
Class TestSessionHandler

java.lang.Object
  extended by org.mule.session.SerializeOnlySessionHandler
      extended by org.mule.session.SerializeAndEncodeSessionHandler
          extended by org.mule.transport.http.functional.TestSessionHandler
All Implemented Interfaces:
SessionHandler

public class TestSessionHandler
extends SerializeAndEncodeSessionHandler

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


Field Summary
 
Fields inherited from class org.mule.session.SerializeOnlySessionHandler
logger
 
Constructor Summary
TestSessionHandler()
           
 
Method Summary
 
Methods inherited from class org.mule.session.SerializeAndEncodeSessionHandler
retrieveSessionInfoFromMessage, storeSessionInfoToMessage
 
Methods inherited from class org.mule.session.SerializeOnlySessionHandler
getSessionIDKey, removeNonSerializableProperties, retrieveSessionInfoFromMessage
 
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-2012 MuleSoft, Inc.. All Rights Reserved.