|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOSessionHandler | |
| org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.http | Provides http transport including proxy support. |
| org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| Uses of UMOSessionHandler in org.mule.impl |
| Classes in org.mule.impl that implement UMOSessionHandler | |
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 |
| Constructors in org.mule.impl with parameters of type UMOSessionHandler | |
MuleSession(UMOMessage message,
UMOSessionHandler requestSessionHandler,
UMOComponent component)
|
|
MuleSession(UMOMessage message,
UMOSessionHandler requestSessionHandler)
|
|
| Uses of UMOSessionHandler in org.mule.providers |
| Fields in org.mule.providers declared as UMOSessionHandler | |
protected UMOSessionHandler |
AbstractConnector.sessionHandler
The strategy used for reading and writing session information to and fromt he transport |
| Methods in org.mule.providers that return UMOSessionHandler | |
UMOSessionHandler |
AbstractConnector.getSessionHandler()
|
| Methods in org.mule.providers with parameters of type UMOSessionHandler | |
void |
AbstractConnector.setSessionHandler(UMOSessionHandler sessionHandler)
|
| Uses of UMOSessionHandler in org.mule.providers.http |
| Classes in org.mule.providers.http that implement UMOSessionHandler | |
class |
HttpSessionHandler
Will read and write Http Cookie information to and from the Mule Session |
| Uses of UMOSessionHandler in org.mule.providers.service |
| Methods in org.mule.providers.service that return UMOSessionHandler | |
UMOSessionHandler |
ConnectorServiceDescriptor.createSessionHandler()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||