Uses of Interface
org.mule.api.transport.SessionHandler

Packages that use SessionHandler
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.endpoint.outbound   
org.mule.session   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

Uses of SessionHandler in org.mule.api.transport
 

Methods in org.mule.api.transport that return SessionHandler
 SessionHandler Connector.getSessionHandler()
           
 

Uses of SessionHandler in org.mule.endpoint.outbound
 

Constructors in org.mule.endpoint.outbound with parameters of type SessionHandler
OutboundSessionHandlerMessageProcessor(SessionHandler sessionHandler)
           
 

Uses of SessionHandler in org.mule.session
 

Classes in org.mule.session that implement SessionHandler
 class LegacySessionHandler
          Deprecated. Since all properties are converted to Strings, this session handler has the issue EE-1705/MULE-4567. Use SerializeAndEncodeSessionHandler or SerializeOnlySessionHandler instead.
 class MuleSessionHandler
          Deprecated. Use an explicit SessionHandler such as SerializeAndEncodeSessionHandler or SerializeOnlySessionHandler
 class NullSessionHandler
          A session handler that ignores any session information
 class SerializeAndEncodeSessionHandler
          A session handler used to store and retrieve session information on an event.
 class SerializeOnlySessionHandler
          A session handler used to store and retrieve session information on an event.
 class SimpleSessionHandler
          A session handler used to store and retrieve session information on an event.
 

Uses of SessionHandler in org.mule.transport
 

Fields in org.mule.transport declared as SessionHandler
protected  SessionHandler AbstractConnector.sessionHandler
          The strategy used for reading and writing session information to and from the transport
 

Methods in org.mule.transport that return SessionHandler
 SessionHandler AbstractConnector.getSessionHandler()
          Getter for property 'sessionHandler'.
 

Methods in org.mule.transport with parameters of type SessionHandler
 void AbstractConnector.setSessionHandler(SessionHandler sessionHandler)
          Setter for property 'sessionHandler'.
 

Uses of SessionHandler in org.mule.transport.service
 

Methods in org.mule.transport.service that return SessionHandler
 SessionHandler DefaultTransportServiceDescriptor.createSessionHandler()
           
 SessionHandler TransportServiceDescriptor.createSessionHandler()
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.