|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MuleSession | |
---|---|
org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.api.transport | Contains the interfaces that comprise a provider implementation. |
org.mule.management.stats | Jmx statistics support used to monitor messaging status for various Mule components. |
org.mule.module.ibeans.config | |
org.mule.session | |
org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.transport.soap.axis.extensions | Axis specific extensions and component implementation that enables Mule components to act as Axis soap services. |
Uses of MuleSession in org.mule |
---|
Methods in org.mule that return MuleSession | |
---|---|
MuleSession |
DefaultMuleEvent.getSession()
|
MuleSession |
DefaultMuleEventContext.getSession()
|
Constructors in org.mule with parameters of type MuleSession | |
---|---|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session)
|
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session,
ReplyToHandler replyToHandler,
ResponseOutputStream outputStream)
|
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
MuleSession session)
Constructor used to create a message with no message source with minimal arguments |
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream)
Constructor used to create a message with no message source with all additional arguments |
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
MuleSession session,
ResponseOutputStream outputStream)
Constructor used to create a message with no message source with minimal arguments and ResponseOutputStream |
|
DefaultMuleEvent(MuleMessage message,
MuleEvent rewriteEvent,
MuleSession session)
A helper constructor used to rewrite an event payload |
|
DefaultMuleEvent(MuleMessage message,
MuleEvent rewriteEvent,
MuleSession session,
boolean synchronous)
|
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
MuleSession session)
Constructor used to create a message with a uri that idendifies the message source with minimal arguments |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream)
Constructor used to create a message with a identifiable message source with all additional arguments |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
MuleSession session,
ResponseOutputStream outputStream)
Constructor used to create a message with a uri that idendifies the message source with minimal arguments and ResponseOutputStream |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
String messageSourceName,
MessageExchangePattern exchangePattern,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream,
String encoding,
boolean transacted,
boolean synchronous,
Object replyToDestination,
ReplyToHandler replyToHandler)
|
Uses of MuleSession in org.mule.api |
---|
Methods in org.mule.api that return MuleSession | |
---|---|
MuleSession |
MuleEventContext.getSession()
|
MuleSession |
MuleEvent.getSession()
Retrieves the service session for the current event |
Methods in org.mule.api with parameters of type MuleSession | |
---|---|
void |
MuleSession.merge(MuleSession updatedSession)
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. |
Uses of MuleSession in org.mule.api.transport |
---|
Methods in org.mule.api.transport that return MuleSession | |
---|---|
MuleSession |
SessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
|
Methods in org.mule.api.transport with parameters of type MuleSession | |
---|---|
void |
SessionHandler.retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead |
void |
SessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
Uses of MuleSession in org.mule.management.stats |
---|
Methods in org.mule.management.stats with parameters of type MuleSession | |
---|---|
static ProcessingTime |
ProcessingTime.newInstance(MuleSession session,
MuleContext muleContext)
Create a ProcessingTime for the specified MuleSession. |
Uses of MuleSession in org.mule.module.ibeans.config |
---|
Methods in org.mule.module.ibeans.config with parameters of type MuleSession | |
---|---|
MuleMessage |
CallInterfaceBinding.route(MuleMessage message,
MuleSession session)
|
Uses of MuleSession in org.mule.session |
---|
Classes in org.mule.session that implement MuleSession | |
---|---|
class |
DefaultMuleSession
DefaultMuleSession manages the interaction and distribution of events for
Mule Services. |
Methods in org.mule.session that return MuleSession | |
---|---|
protected MuleSession |
SerializeOnlySessionHandler.removeNonSerializableProperties(MuleSession session,
MuleContext muleContext)
|
MuleSession |
SimpleSessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
|
MuleSession |
SerializeOnlySessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
|
MuleSession |
NullSessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
|
MuleSession |
LegacySessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
Deprecated. |
MuleSession |
SerializeAndEncodeSessionHandler.retrieveSessionInfoFromMessage(MuleMessage message)
|
Methods in org.mule.session with parameters of type MuleSession | |
---|---|
void |
DefaultMuleSession.merge(MuleSession updatedSession)
|
protected MuleSession |
SerializeOnlySessionHandler.removeNonSerializableProperties(MuleSession session,
MuleContext muleContext)
|
void |
SimpleSessionHandler.retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead |
void |
SerializeOnlySessionHandler.retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead |
void |
NullSessionHandler.retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead |
void |
LegacySessionHandler.retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated. Use retrieveSessionInfoFromMessage(MuleMessage message) instead |
void |
SimpleSessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
void |
SerializeOnlySessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
void |
NullSessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
void |
LegacySessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
Deprecated. |
void |
SerializeAndEncodeSessionHandler.storeSessionInfoToMessage(MuleSession session,
MuleMessage message)
|
Constructors in org.mule.session with parameters of type MuleSession | |
---|---|
DefaultMuleSession(MuleSession source,
FlowConstruct flowConstruct)
Copy the session, changing only the flow construct. |
|
DefaultMuleSession(MuleSession session,
MuleContext muleContext)
|
Uses of MuleSession in org.mule.transport |
---|
Methods in org.mule.transport with parameters of type MuleSession | |
---|---|
MuleEvent |
AbstractMessageReceiver.routeMessage(MuleMessage message,
MuleSession session,
Transaction trans,
OutputStream outputStream)
|
Uses of MuleSession in org.mule.transport.soap.axis.extensions |
---|
Constructors in org.mule.transport.soap.axis.extensions with parameters of type MuleSession | |
---|---|
AxisMuleSession(MuleSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |