| Modifier and Type | Method and Description |
|---|---|
MuleSession |
DefaultMuleEventContext.getSession()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MuleSession |
Event.getSession()
Deprecated.
Transport infrastructure is deprecated.
|
MuleSession |
MuleEventContext.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSession.merge(MuleSession updatedSession)
Deprecated.
Merge current session with an updated version Result session will contain all the properties from updatedSession plus those
properties in the current session that couldn't be serialized In case updatedSession is null, then no change will be applied.
|
Event.Builder |
Event.Builder.session(MuleSession session)
Deprecated.
Transport infrastructure is deprecated.
|
| Constructor and Description |
|---|
SessionVariableMapContext(MuleSession session) |
| Modifier and Type | Method and Description |
|---|---|
MuleSession |
DefaultEventBuilder.EventImplementation.getSession() |
MuleSession |
SessionHandler.retrieveSessionInfoFromMessage(org.mule.runtime.api.message.Message message,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
DefaultEventBuilder.session(MuleSession session) |
org.mule.runtime.api.message.Message |
SessionHandler.storeSessionInfoToMessage(MuleSession session,
org.mule.runtime.api.message.Message message,
MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MuleSession |
EventGroup.getMergedSession(Event[] events) |
| Modifier and Type | Method and Description |
|---|---|
protected MuleSession |
CollectionCorrelatorCallback.getMergedSession(Event[] events) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleSession
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSession.merge(MuleSession updatedSession)
Deprecated.
|
| Constructor and Description |
|---|
DefaultMuleSession(MuleSession session)
Deprecated.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.