Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
MuleSessionHandler
A default session handler used to store and retrieve session information on an
event.
|
class |
NullSessionHandler
A session handler that ignores any session information
|
Constructor and Description |
---|
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
MuleContext muleContext) |
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
Service service,
MuleContext muleContext) |
Modifier and Type | Field and Description |
---|---|
protected SessionHandler |
AbstractConnector.sessionHandler
The strategy used for reading and writing session information to and fromt he
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 | Class and Description |
---|---|
class |
HttpSessionHandler
Will read and write Http Cookie information to and from the Mule MuleSession
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
DefaultTransportServiceDescriptor.createSessionHandler() |
SessionHandler |
TransportServiceDescriptor.createSessionHandler() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.