Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
Connector.getSessionHandler() |
Constructor and Description |
---|
OutboundSessionHandlerMessageProcessor(SessionHandler sessionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionHandler
Base class for implementations of
SessionHandler
which adds common functionality, specially around the concept
of serialization |
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.
|
Modifier and Type | Field and Description |
---|---|
protected SessionHandler |
AbstractConnector.sessionHandler
The strategy used for reading and writing session information to and from the
transport
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
AbstractConnector.getSessionHandler()
Getter for property 'sessionHandler'.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnector.setSessionHandler(SessionHandler sessionHandler)
Setter for property 'sessionHandler'.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
DefaultTransportServiceDescriptor.createSessionHandler() |
SessionHandler |
TransportServiceDescriptor.createSessionHandler() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.