| Class | Description |
|---|---|
| AbstractSessionHandler |
Base class for implementations of
SessionHandler
which adds common functionality, specially around the concept
of serialization |
| DefaultMuleSession |
DefaultMuleSession manages the interaction and distribution of events for Mule Services. |
| LegacySessionHandler | Deprecated
Since all properties are converted to Strings, this session handler has the issue EE-1705/MULE-4567.
|
| MuleSessionHandler | Deprecated
Use an explicit SessionHandler such as SerializeAndEncodeSessionHandler or SerializeOnlySessionHandler
|
| NullSessionHandler |
A session handler that ignores any session information
|
| SerializeAndEncodeSessionHandler |
A session handler used to store and retrieve session information on an
event.
|
| SerializeOnlySessionHandler |
A session handler used to store and retrieve session information on an
event.
|
| SimpleSessionHandler |
A session handler used to store and retrieve session information on an
event.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.