Uses of Interface
org.mule.api.MuleSession

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.module.ibeans.config   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
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 VoidMuleEvent.getSession()
           
 MuleSession DefaultMuleEvent.getSession()
           
 MuleSession DefaultMuleEventContext.getSession()
           
 

Constructors in org.mule with parameters of type MuleSession
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session)
          Constructor used to create a message with no message source with minimal arguments
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, 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, FlowConstruct flowConstruct, MuleSession session, ResponseOutputStream outputStream)
          Constructor used to create a message with no message source with minimal arguments and ResponseOutputStream
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, MuleSession session)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, MuleSession session, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MuleEvent rewriteEvent, FlowConstruct flowConstruct, MuleSession session, boolean synchronous)
           
DefaultMuleEvent(MuleMessage message, MuleEvent rewriteEvent, MuleSession session)
          A helper constructor used to rewrite an event payload
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, 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, FlowConstruct flowConstruct, 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, FlowConstruct flowConstruct, 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, MessageExchangePattern exchangePattern, MuleSession session)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, MuleSession session, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, String messageSourceName, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream, String encoding, boolean transacted, boolean synchronous, Object replyToDestination, ReplyToHandler replyToHandler)
           
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)
          Deprecated. 
 

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.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.routing
 

Methods in org.mule.routing that return MuleSession
protected  MuleSession EventGroup.getMergedSession()
           
 

Uses of MuleSession in org.mule.routing.correlation
 

Methods in org.mule.routing.correlation that return MuleSession
protected  MuleSession CollectionCorrelatorCallback.getMergedSession(MuleEvent[] events)
           
 

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 session)
           
DefaultMuleSession(MuleSession source, FlowConstruct flowConstruct)
          Deprecated. 
DefaultMuleSession(MuleSession source, MuleContext muleContext)
          Deprecated. 
 

Uses of MuleSession in org.mule.transport
 

Methods in org.mule.transport with parameters of type MuleSession
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message, MuleSession session, OutputStream outputStream)
           
 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)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.