Uses of Interface
org.mule.api.MuleEvent

Packages that use MuleEvent
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.cache   
org.mule.api.component   
org.mule.api.el   
org.mule.api.exception   
org.mule.api.expression   
org.mule.api.interceptor   
org.mule.api.processor   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.routing.filter   
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.service   
org.mule.api.transformer Contains the interfaces for transformers and exceptions for the Transformer API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.component   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config.dsl.routers   
org.mule.construct   
org.mule.construct.processor   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.el   
org.mule.el.mvel   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.inbound   
org.mule.endpoint.outbound   
org.mule.enricher   
org.mule.example.loanbroker.processor   
org.mule.example.loanbroker.routers   
org.mule.example.notifications   
org.mule.exception   
org.mule.execution   
org.mule.expression   
org.mule.interceptor   
org.mule.keygenerator   
org.mule.lifecycle.processor   
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.message Wire message implementations. 
org.mule.module.atom.routing   
org.mule.module.bpm   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.cxf   
org.mule.module.cxf.component   
org.mule.module.cxf.config   
org.mule.module.cxf.security   
org.mule.module.cxf.transport   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.module.jaas   
org.mule.module.jaas.filters   
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.module.jersey   
org.mule.module.pgp   
org.mule.module.pgp.filters   
org.mule.module.rss.routing   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.scripting.filter   
org.mule.module.spring.security   
org.mule.processor   
org.mule.processor.chain   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.requestreply   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.service   
org.mule.service.processor   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.junit4   
org.mule.transaction.constraints Contains the transaction contraint filter used to control how and when transactions are committed. 
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.components   
org.mule.transport.http.filters   
org.mule.transport.http.servlet   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jdbc.sqlstrategy   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.i18n   
org.mule.transport.polling   
org.mule.transport.quartz   
org.mule.transport.rmi   
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.sftp   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.component   
org.mule.transport.soap.axis.wsdl   
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
org.mule.work A javax.resource.spi.WorkManager implementation. 
 

Uses of MuleEvent in org.mule
 

Classes in org.mule that implement MuleEvent
 class DefaultMuleEvent
          DefaultMuleEvent represents any data event occurring in the Mule environment.
 class VoidMuleEvent
          A VoidMuleEvent represents a void return from a MessageProcessor such as a ONE_WAY OutboundEndpoint.
 

Methods in org.mule that return MuleEvent
static MuleEvent DefaultMuleEvent.copy(MuleEvent event)
           
static MuleEvent OptimizedRequestContext.criticalSetEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
static MuleEvent RequestContext.getEvent()
          Deprecated.  
protected static MuleEvent RequestContext.internalSetEvent(MuleEvent event)
          Deprecated.  
protected static MuleEvent RequestContext.newEvent(MuleEvent event, boolean safe)
          Deprecated.  
static MuleEvent RequestContext.setEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
static MuleEvent OptimizedRequestContext.unsafeSetEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
 

Methods in org.mule with parameters of type MuleEvent
 void DefaultMessageCollection.addMessages(MuleEvent[] events)
           
protected  void DefaultMuleMessage.applyAllTransformers(MuleEvent event, List<? extends Transformer> transformers)
           
 void DefaultMuleMessage.applyTransformers(MuleEvent event, List<? extends Transformer> transformers)
          Will apply a list of transformers to the payload of the message.
 void DefaultMuleMessage.applyTransformers(MuleEvent event, List<? extends Transformer> transformers, Class<?> outputType)
           
 void DefaultMuleMessage.applyTransformers(MuleEvent event, Transformer... transformers)
          Will apply a list of transformers to the payload of the message.
static MuleEvent DefaultMuleEvent.copy(MuleEvent event)
           
static MuleEvent OptimizedRequestContext.criticalSetEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
protected static MuleEvent RequestContext.internalSetEvent(MuleEvent event)
          Deprecated.  
protected static MuleEvent RequestContext.newEvent(MuleEvent event, boolean safe)
          Deprecated.  
static MuleEvent RequestContext.setEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
static MuleEvent OptimizedRequestContext.unsafeSetEvent(MuleEvent event)
          Deprecated. Set an event for out-of-scope thread access.
 

Constructors in org.mule with parameters of type MuleEvent
DefaultMuleEvent(MuleEvent rewriteEvent, FlowConstruct flowConstruct)
           
DefaultMuleEvent(MuleMessage message, MuleEvent rewriteEvent)
          A helper constructor used to rewrite an event payload
DefaultMuleEvent(MuleMessage message, MuleEvent rewriteEvent, boolean synchronus)
           
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
DefaultMuleEventContext(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.api
 

Fields in org.mule.api declared as MuleEvent
protected  MuleEvent MessagingException.event
          The MuleEvent being processed when the error occurred
protected  MuleEvent MessagingException.processedEvent
           
 

Methods in org.mule.api that return MuleEvent
 MuleEvent MessagingException.getEvent()
           
 

Methods in org.mule.api with parameters of type MuleEvent
 boolean Acceptor.accept(MuleEvent event)
           
 void MuleMessageCollection.addMessages(MuleEvent[] events)
           
 void MuleMessage.applyTransformers(MuleEvent event, List<? extends Transformer> transformers)
          Will apply a list of transformers to the payload of the message.
 void MuleMessage.applyTransformers(MuleEvent event, List<? extends Transformer> transformers, Class<?> outputType)
          Will apply a list of transformers to the payload of the message.
 void MuleMessage.applyTransformers(MuleEvent event, Transformer... transformers)
          Will apply a list of transformers to the payload of the message.
protected  void MessagingException.extractMuleMessage(MuleEvent event)
           
 Serializable MuleEventKeyGenerator.generateKey(MuleEvent event)
          Generates a key for an event.
 void MessagingException.setProcessedEvent(MuleEvent processedEvent)
          Sets the event that should be processed once this exception is caught
 

Constructors in org.mule.api with parameters of type MuleEvent
MessagingException(Message message, MuleEvent event)
           
MessagingException(Message message, MuleEvent event, MessageProcessor failingMessageProcessor)
           
MessagingException(Message message, MuleEvent event, Throwable cause)
           
MessagingException(Message message, MuleEvent event, Throwable cause, MessageProcessor failingMessageProcessor)
           
MessagingException(MuleEvent event, Throwable cause)
           
MessagingException(MuleEvent event, Throwable cause, MessageProcessor failingMessageProcessor)
           
 

Uses of MuleEvent in org.mule.api.cache
 

Methods in org.mule.api.cache that return MuleEvent
 MuleEvent CachingStrategy.process(MuleEvent request, MessageProcessor messageProcessor)
          Processes a MuleEvent using a caching schema.
 

Methods in org.mule.api.cache with parameters of type MuleEvent
 MuleEvent CachingStrategy.process(MuleEvent request, MessageProcessor messageProcessor)
          Processes a MuleEvent using a caching schema.
 

Uses of MuleEvent in org.mule.api.component
 

Methods in org.mule.api.component that return MuleEvent
 MuleEvent InterfaceBinding.process(MuleEvent event)
          This method is responsible for routing the Message via the MuleSession.
 

Methods in org.mule.api.component with parameters of type MuleEvent
 Object LifecycleAdapter.invoke(MuleEvent message)
           
 MuleEvent InterfaceBinding.process(MuleEvent event)
          This method is responsible for routing the Message via the MuleSession.
 

Uses of MuleEvent in org.mule.api.el
 

Methods in org.mule.api.el with parameters of type MuleEvent
<T> T
ExpressionLanguage.evaluate(String expression, MuleEvent event)
          Execute the expression returning the result.
<T> T
ExpressionLanguage.evaluate(String expression, MuleEvent event, Map<String,Object> vars)
          Execute the expression returning the result.
 

Uses of MuleEvent in org.mule.api.exception
 

Methods in org.mule.api.exception that return MuleEvent
 MuleEvent MessagingExceptionHandler.handleException(Exception exception, MuleEvent event)
          Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
 

Methods in org.mule.api.exception with parameters of type MuleEvent
 MuleEvent MessagingExceptionHandler.handleException(Exception exception, MuleEvent event)
          Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
 

Constructors in org.mule.api.exception with parameters of type MuleEvent
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event)
           
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event, Message message)
           
 

Uses of MuleEvent in org.mule.api.expression
 

Methods in org.mule.api.expression with parameters of type MuleEvent
 void ExpressionManager.enrich(String expression, MuleEvent message, Object object)
           
 Object ExpressionManager.evaluate(String expression, MuleEvent event)
           
 Object ExpressionManager.evaluate(String expression, MuleEvent event, boolean failIfNull)
           
 boolean ExpressionManager.evaluateBoolean(String expression, MuleEvent event)
           
 boolean ExpressionManager.evaluateBoolean(String expression, MuleEvent event, boolean nullReturnsTrue, boolean nonBooleanReturnsTrue)
           
 String ExpressionManager.parse(String expression, MuleEvent event)
           
 String ExpressionManager.parse(String expression, MuleEvent event, boolean failIfNull)
           
 

Uses of MuleEvent in org.mule.api.interceptor
 

Methods in org.mule.api.interceptor that return MuleEvent
 MuleEvent Interceptor.process(MuleEvent event)
          Invoked when the component should be called.
 

Methods in org.mule.api.interceptor with parameters of type MuleEvent
 MuleEvent Interceptor.process(MuleEvent event)
          Invoked when the component should be called.
 

Uses of MuleEvent in org.mule.api.processor
 

Methods in org.mule.api.processor that return MuleEvent
 MuleEvent LoggerMessageProcessor.process(MuleEvent event)
           
 MuleEvent MessageProcessor.process(MuleEvent event)
          Invokes the MessageProcessor.
 

Methods in org.mule.api.processor with parameters of type MuleEvent
protected  void LoggerMessageProcessor.log(MuleEvent event)
           
 MuleEvent LoggerMessageProcessor.process(MuleEvent event)
           
 MuleEvent MessageProcessor.process(MuleEvent event)
          Invokes the MessageProcessor.
 

Uses of MuleEvent in org.mule.api.routing
 

Methods in org.mule.api.routing that return MuleEvent
 MuleEvent RouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
 MuleEvent OutboundRouterCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
 

Methods in org.mule.api.routing with parameters of type MuleEvent
 MuleEvent RouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
 MuleEvent OutboundRouterCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
 

Method parameters in org.mule.api.routing with type arguments of type MuleEvent
 MuleEvent RouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
 

Constructors in org.mule.api.routing with parameters of type MuleEvent
CouldNotRouteOutboundMessageException(Message message, MuleEvent event, MessageProcessor target)
           
CouldNotRouteOutboundMessageException(Message message, MuleEvent event, MessageProcessor target, Throwable cause)
           
CouldNotRouteOutboundMessageException(MuleEvent event, MessageProcessor target)
           
CouldNotRouteOutboundMessageException(MuleEvent event, MessageProcessor target, Throwable cause)
           
ResponseTimeoutException(Message message, MuleEvent event, MessageProcessor target)
           
ResponseTimeoutException(Message message, MuleEvent event, MessageProcessor target, Throwable cause)
           
RoutePathNotFoundException(Message message, MuleEvent event, MessageProcessor target)
           
RoutePathNotFoundException(Message message, MuleEvent event, MessageProcessor target, Throwable cause)
           
RoutePathNotFoundException(MuleEvent event, MessageProcessor target)
           
RoutePathNotFoundException(MuleEvent event, MessageProcessor target, Throwable cause)
           
RoutingException(Message message, MuleEvent event, MessageProcessor route)
           
RoutingException(Message message, MuleEvent event, MessageProcessor route, Throwable cause)
           
RoutingException(MuleEvent event, MessageProcessor route)
           
RoutingException(MuleEvent event, MessageProcessor route, Throwable cause)
           
 

Uses of MuleEvent in org.mule.api.routing.filter
 

Constructors in org.mule.api.routing.filter with parameters of type MuleEvent
FilterUnacceptedException(Message message, MuleEvent event)
           
FilterUnacceptedException(Message message, MuleEvent event, Filter filter)
           
FilterUnacceptedException(Message message, MuleEvent event, Filter filter, Throwable cause)
           
FilterUnacceptedException(Message message, MuleEvent event, Throwable cause)
           
FilterUnacceptedException(MuleEvent event, Filter filter, Throwable cause)
           
 

Uses of MuleEvent in org.mule.api.security
 

Methods in org.mule.api.security that return MuleEvent
 MuleEvent Authentication.getEvent()
           
 

Methods in org.mule.api.security with parameters of type MuleEvent
 void AuthenticationFilter.authenticate(MuleEvent event)
           
 void SecurityFilter.doFilter(MuleEvent event)
           
 Object CredentialsAccessor.getCredentials(MuleEvent event)
           
 void CredentialsAccessor.setCredentials(MuleEvent event, Object credentials)
           
 

Constructors in org.mule.api.security with parameters of type MuleEvent
CredentialsNotSetException(Message message, MuleEvent event)
           
CredentialsNotSetException(Message message, MuleEvent event, Throwable cause)
           
CredentialsNotSetException(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
CredentialsNotSetException(MuleEvent event, SecurityContext context, URI endpointUri, SecurityFilter filter)
          Deprecated. 
EncryptionNotSupportedException(Message message, MuleEvent event)
           
EncryptionNotSupportedException(Message message, MuleEvent event, Throwable cause)
           
NotPermittedException(Message message, MuleEvent event)
           
NotPermittedException(Message message, MuleEvent event, Throwable cause)
           
NotPermittedException(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
SecurityException(Message message, MuleEvent event)
           
SecurityException(Message message, MuleEvent event, Throwable cause)
           
UnauthorisedException(Message message, MuleEvent event)
           
UnauthorisedException(Message message, MuleEvent event, Throwable cause)
           
UnauthorisedException(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
UnauthorisedException(MuleEvent event, SecurityContext context, URI endpointURI, SecurityFilter filter)
          Deprecated. 
UnsupportedAuthenticationSchemeException(Message message, MuleEvent event)
           
UnsupportedAuthenticationSchemeException(Message message, MuleEvent event, Throwable cause)
           
 

Uses of MuleEvent in org.mule.api.service
 

Methods in org.mule.api.service that return MuleEvent
 MuleEvent Service.sendEvent(MuleEvent event)
          Deprecated.  
 

Methods in org.mule.api.service with parameters of type MuleEvent
 void Service.dispatchEvent(MuleEvent event)
          Deprecated.  
 MuleEvent Service.sendEvent(MuleEvent event)
          Deprecated.  
 

Constructors in org.mule.api.service with parameters of type MuleEvent
FailedToQueueEventException(Message message, MuleEvent event)
           
FailedToQueueEventException(Message message, MuleEvent event, Throwable cause)
           
 

Uses of MuleEvent in org.mule.api.transformer
 

Methods in org.mule.api.transformer with parameters of type MuleEvent
 Object MessageTransformer.transform(Object src, MuleEvent event)
          Thransforms the supplied data and returns the result
 Object MessageTransformer.transform(Object src, String encoding, MuleEvent event)
          Thransforms the supplied data and returns the result
 

Constructors in org.mule.api.transformer with parameters of type MuleEvent
TransformerMessagingException(Message message, MuleEvent event, Transformer transformer)
           
TransformerMessagingException(Message message, MuleEvent event, Transformer transformer, Throwable cause)
           
TransformerMessagingException(MuleEvent event, Transformer transformer, Throwable cause)
           
 

Uses of MuleEvent in org.mule.api.transport
 

Methods in org.mule.api.transport that return MuleEvent
 MuleEvent MessageReceiver.routeMessage(MuleMessage message)
           
 MuleEvent MessageReceiver.routeMessage(MuleMessage message, Transaction trans)
           
 MuleEvent MessageReceiver.routeMessage(MuleMessage message, Transaction trans, OutputStream outputStream)
           
 

Methods in org.mule.api.transport with parameters of type MuleEvent
 void MessageDispatching.dispatch(MuleEvent event)
          Dispatches an event from the endpoint to the external system
 OutputStream Connector.getOutputStream(OutboundEndpoint endpoint, MuleEvent event)
          Will get the output stream for this type of transport.
 void ReplyToHandler.processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 MuleMessage MessageDispatching.send(MuleEvent event)
          Sends an event from the endpoint to the external system
 void OutputHandler.write(MuleEvent event, OutputStream out)
          Write the event payload to the stream.
 

Constructors in org.mule.api.transport with parameters of type MuleEvent
DispatchException(Message message, MuleEvent event, MessageProcessor target)
           
DispatchException(Message message, MuleEvent event, MessageProcessor target, Throwable cause)
           
DispatchException(MuleEvent event, MessageProcessor target)
           
DispatchException(MuleEvent event, MessageProcessor target, Throwable cause)
           
 

Uses of MuleEvent in org.mule.client
 

Methods in org.mule.client that return MuleEvent
protected  MuleEvent DefaultLocalMuleClient.createMuleEvent(MuleMessage message, OutboundEndpoint endpoint)
           
 

Methods in org.mule.client with parameters of type MuleEvent
protected  MuleMessage DefaultLocalMuleClient.returnMessage(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.component
 

Methods in org.mule.component that return MuleEvent
protected  MuleEvent AbstractComponent.createResultEvent(MuleEvent event, Object result)
           
 MuleEvent AbstractComponent.process(MuleEvent event)
           
 MuleEvent DefaultInterfaceBinding.process(MuleEvent event)
           
 

Methods in org.mule.component with parameters of type MuleEvent
protected  MuleEvent AbstractComponent.createResultEvent(MuleEvent event, Object result)
           
protected  Object AbstractJavaComponent.doInvoke(MuleEvent event)
           
protected abstract  Object AbstractComponent.doInvoke(MuleEvent event)
           
 Object DefaultComponentLifecycleAdapter.invoke(MuleEvent event)
           
protected  Object AbstractJavaComponent.invokeComponentInstance(MuleEvent event)
           
protected  Object SimpleCallableJavaComponent.invokeComponentInstance(MuleEvent event)
           
 MuleEvent AbstractComponent.process(MuleEvent event)
           
 MuleEvent DefaultInterfaceBinding.process(MuleEvent event)
           
 

Constructors in org.mule.component with parameters of type MuleEvent
ComponentException(Message message, MuleEvent muleMessage, Component component)
           
ComponentException(Message message, MuleEvent event, Component component, Throwable cause)
           
ComponentException(MuleEvent message, Component component, Throwable cause)
           
 

Uses of MuleEvent in org.mule.component.simple
 

Methods in org.mule.component.simple with parameters of type MuleEvent
protected  Object PassThroughComponent.doInvoke(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.config.dsl.routers
 

Methods in org.mule.config.dsl.routers that return MuleEvent
 MuleEvent ContentBasedRouter.route(MuleEvent theEvent)
           
 

Methods in org.mule.config.dsl.routers with parameters of type MuleEvent
 MuleEvent ContentBasedRouter.route(MuleEvent theEvent)
           
 

Uses of MuleEvent in org.mule.construct
 

Methods in org.mule.construct that return MuleEvent
protected  MuleEvent AbstractPipeline.ProcessIfPipelineStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 MuleEvent Flow.process(MuleEvent event)
           
 

Methods in org.mule.construct with parameters of type MuleEvent
protected  boolean AbstractPipeline.ProcessIfPipelineStartedMessageProcessor.accept(MuleEvent event)
           
protected  MuleEvent AbstractPipeline.ProcessIfPipelineStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 MuleEvent Flow.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.construct.processor
 

Methods in org.mule.construct.processor that return MuleEvent
 MuleEvent FlowConstructStatisticsMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.construct.processor with parameters of type MuleEvent
 MuleEvent FlowConstructStatisticsMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.context.notification
 

Methods in org.mule.context.notification that return MuleEvent
 MuleEvent MessageProcessorNotification.getSource()
           
 

Constructors in org.mule.context.notification with parameters of type MuleEvent
MessageProcessorNotification(FlowConstruct flowConstruct, MuleEvent event, MessageProcessor processor, MessagingException exceptionThrown, int action)
           
 

Uses of MuleEvent in org.mule.el
 

Methods in org.mule.el that return MuleEvent
 MuleEvent ExpressionLanguageComponent.process(MuleEvent event)
           
 

Methods in org.mule.el with parameters of type MuleEvent
 MuleEvent ExpressionLanguageComponent.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.el.mvel
 

Methods in org.mule.el.mvel with parameters of type MuleEvent
<T> T
MVELExpressionLanguage.evaluate(String expression, MuleEvent event)
           
<T> T
MVELExpressionLanguage.evaluate(String expression, MuleEvent event, Map<String,Object> vars)
           
 

Uses of MuleEvent in org.mule.endpoint
 

Methods in org.mule.endpoint that return MuleEvent
 MuleEvent DefaultOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicURIOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicOutboundEndpoint.process(MuleEvent event)
           
 

Methods in org.mule.endpoint with parameters of type MuleEvent
protected  EndpointURI DynamicOutboundEndpoint.getEndpointURIForMessage(MuleEvent event)
           
 MuleEvent DefaultOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicURIOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicOutboundEndpoint.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.endpoint.inbound
 

Methods in org.mule.endpoint.inbound that return MuleEvent
 MuleEvent InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundExceptionDetailsMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundNotificationMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundEndpointPropertyMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.endpoint.inbound with parameters of type MuleEvent
 MuleEvent InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundExceptionDetailsMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundNotificationMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InboundEndpointPropertyMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.endpoint.outbound
 

Methods in org.mule.endpoint.outbound that return MuleEvent
 MuleEvent OutboundTxRollbackMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEndpointPropertyMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundNotificationMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundResponsePropertiesMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEventTimeoutMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundSessionHandlerMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundRewriteResponseEventMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundRootMessageIdPropertyMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.endpoint.outbound with parameters of type MuleEvent
 EndpointMessageNotification OutboundNotificationMessageProcessor.createBeginNotification(MuleEvent event)
           
 MuleEvent OutboundTxRollbackMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEndpointPropertyMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundNotificationMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundResponsePropertiesMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundEventTimeoutMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundSessionHandlerMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundRewriteResponseEventMessageProcessor.process(MuleEvent event)
           
 MuleEvent OutboundRootMessageIdPropertyMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.enricher
 

Methods in org.mule.enricher that return MuleEvent
 MuleEvent MessageEnricher.process(MuleEvent event)
           
 

Methods in org.mule.enricher with parameters of type MuleEvent
 MuleEvent MessageEnricher.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.example.loanbroker.processor
 

Methods in org.mule.example.loanbroker.processor that return MuleEvent
 MuleEvent LowestQuoteProcessor.process(MuleEvent event)
           
 

Methods in org.mule.example.loanbroker.processor with parameters of type MuleEvent
 MuleEvent LowestQuoteProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.example.loanbroker.routers
 

Methods in org.mule.example.loanbroker.routers that return MuleEvent
static MuleEvent BankQuotesAggregationLogic.aggregateEvents(EventGroup events)
           
protected  MuleEvent BankQuotesInboundAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of MuleEvent in org.mule.example.notifications
 

Methods in org.mule.example.notifications with parameters of type MuleEvent
 void DummySecurityFilter.authenticate(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.exception
 

Methods in org.mule.exception that return MuleEvent
protected  MuleEvent TemplateMessagingExceptionStrategy.afterRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent CatchMessagingExceptionStrategy.afterRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent TemplateMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent RollbackMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent CatchMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
 MuleEvent TemplateMessagingExceptionStrategy.handleException(Exception exception, MuleEvent event)
           
 MuleEvent ChoiceMessagingExceptionStrategy.handleException(Exception exception, MuleEvent event)
           
 MuleEvent MessagingExceptionStrategyAcceptorDelegate.handleException(Exception exception, MuleEvent event)
           
 MuleEvent AbstractMessagingExceptionStrategy.handleException(Exception ex, MuleEvent event)
           
 MuleEvent RedeliveryExceeded.process(MuleEvent event)
           
protected  MuleEvent TemplateMessagingExceptionStrategy.route(MuleEvent event, Exception t)
           
protected  MuleEvent RollbackMessagingExceptionStrategy.route(MuleEvent event, Exception t)
           
 

Methods in org.mule.exception with parameters of type MuleEvent
 boolean TemplateMessagingExceptionStrategy.accept(MuleEvent event)
           
 boolean MessagingExceptionStrategyAcceptorDelegate.accept(MuleEvent event)
           
protected  MuleEvent TemplateMessagingExceptionStrategy.afterRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent CatchMessagingExceptionStrategy.afterRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent TemplateMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent RollbackMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
protected  MuleEvent CatchMessagingExceptionStrategy.beforeRouting(Exception exception, MuleEvent event)
           
protected  void AbstractMessagingExceptionStrategy.doHandleException(Exception ex, MuleEvent event)
           
 MuleEvent TemplateMessagingExceptionStrategy.handleException(Exception exception, MuleEvent event)
           
 MuleEvent ChoiceMessagingExceptionStrategy.handleException(Exception exception, MuleEvent event)
           
 MuleEvent MessagingExceptionStrategyAcceptorDelegate.handleException(Exception exception, MuleEvent event)
           
 MuleEvent AbstractMessagingExceptionStrategy.handleException(Exception ex, MuleEvent event)
           
protected  void AbstractExceptionListener.logFatal(MuleEvent event, Throwable t)
          Logs a fatal error message to the logging system.
protected  void TemplateMessagingExceptionStrategy.nullifyExceptionPayloadIfRequired(MuleEvent event)
           
protected  void CatchMessagingExceptionStrategy.nullifyExceptionPayloadIfRequired(MuleEvent event)
           
 MuleEvent RedeliveryExceeded.process(MuleEvent event)
           
protected  void TemplateMessagingExceptionStrategy.processReplyTo(MuleEvent event, Exception e)
           
protected  void RollbackMessagingExceptionStrategy.processReplyTo(MuleEvent event, Exception e)
           
protected  MuleEvent TemplateMessagingExceptionStrategy.route(MuleEvent event, Exception t)
           
protected  MuleEvent RollbackMessagingExceptionStrategy.route(MuleEvent event, Exception t)
           
protected  void AbstractExceptionListener.routeException(MuleEvent event, MessageProcessor target, Throwable t)
          Deprecated. use AbstractExceptionListener.routeException(org.mule.api.MuleEvent, Throwable) instead
protected  void AbstractExceptionListener.routeException(MuleEvent event, Throwable t)
          Routes the current exception to an error endpoint such as a Dead Letter Queue (jms) This method is only invoked if there is a MuleMessage available to dispatch.
 

Uses of MuleEvent in org.mule.execution
 

Methods in org.mule.execution that return MuleEvent
 MuleEvent TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 MuleEvent ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 MuleEvent MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 

Methods in org.mule.execution with parameters of type MuleEvent
 MuleEvent MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 

Method parameters in org.mule.execution with type arguments of type MuleEvent
 MuleEvent TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 MuleEvent ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
           
 

Uses of MuleEvent in org.mule.expression
 

Methods in org.mule.expression with parameters of type MuleEvent
 void DefaultExpressionManager.enrich(String expression, MuleEvent event, Object object)
           
 Object DefaultExpressionManager.evaluate(String expression, MuleEvent event)
           
 Object DefaultExpressionManager.evaluate(String expression, MuleEvent event, boolean failIfNull)
          Evaluates the given expression.
 boolean DefaultExpressionManager.evaluateBoolean(String expression, MuleEvent event)
           
 boolean DefaultExpressionManager.evaluateBoolean(String expression, MuleEvent event, boolean nullReturnsTrue, boolean nonBooleanReturnsTrue)
           
 String DefaultExpressionManager.parse(String expression, MuleEvent event)
           
 String DefaultExpressionManager.parse(String expression, MuleEvent event, boolean failIfNull)
           
 

Uses of MuleEvent in org.mule.interceptor
 

Methods in org.mule.interceptor that return MuleEvent
abstract  MuleEvent AbstractEnvelopeInterceptor.after(MuleEvent event)
          This method is invoked after the event has been processed, unless an exception was thrown
 MuleEvent LoggingInterceptor.after(MuleEvent event)
           
 MuleEvent ProcessingTimeInterceptor.after(MuleEvent event)
           
abstract  MuleEvent AbstractEnvelopeInterceptor.before(MuleEvent event)
          This method is invoked before the event is processed
 MuleEvent LoggingInterceptor.before(MuleEvent event)
           
 MuleEvent ProcessingTimeInterceptor.before(MuleEvent event)
           
abstract  MuleEvent AbstractEnvelopeInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
          This method is always invoked after the event has been processed,
 MuleEvent LoggingInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
           
 MuleEvent ProcessingTimeInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
           
 MuleEvent TimerInterceptor.process(MuleEvent event)
           
 MuleEvent AbstractEnvelopeInterceptor.process(MuleEvent event)
           
 MuleEvent InterceptorStack.process(MuleEvent event)
           
 

Methods in org.mule.interceptor with parameters of type MuleEvent
abstract  MuleEvent AbstractEnvelopeInterceptor.after(MuleEvent event)
          This method is invoked after the event has been processed, unless an exception was thrown
 MuleEvent LoggingInterceptor.after(MuleEvent event)
           
 MuleEvent ProcessingTimeInterceptor.after(MuleEvent event)
           
abstract  MuleEvent AbstractEnvelopeInterceptor.before(MuleEvent event)
          This method is invoked before the event is processed
 MuleEvent LoggingInterceptor.before(MuleEvent event)
           
 MuleEvent ProcessingTimeInterceptor.before(MuleEvent event)
           
abstract  MuleEvent AbstractEnvelopeInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
          This method is always invoked after the event has been processed,
 MuleEvent LoggingInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
           
 MuleEvent ProcessingTimeInterceptor.last(MuleEvent event, ProcessingTime time, long startTime, boolean exceptionWasThrown)
           
 MuleEvent TimerInterceptor.process(MuleEvent event)
           
 MuleEvent AbstractEnvelopeInterceptor.process(MuleEvent event)
           
 MuleEvent InterceptorStack.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.keygenerator
 

Methods in org.mule.keygenerator with parameters of type MuleEvent
 Serializable MD5MuleEventKeyGenerator.generateKey(MuleEvent event)
           
 Serializable ExpressionMuleEventKeyGenerator.generateKey(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.lifecycle.processor
 

Methods in org.mule.lifecycle.processor that return MuleEvent
protected  MuleEvent ProcessIfStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 MuleEvent ProcessIfStartedWaitIfSyncPausedMessageProcessor.process(MuleEvent event)
           
 MuleEvent ProcessIfStartedWaitIfPausedMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.lifecycle.processor with parameters of type MuleEvent
protected  boolean ProcessIfStartedMessageProcessor.accept(MuleEvent event)
           
protected  boolean ProcessIfStartedWaitIfPausedMessageProcessor.accept(MuleEvent event)
           
protected  MuleEvent ProcessIfStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 MuleEvent ProcessIfStartedWaitIfSyncPausedMessageProcessor.process(MuleEvent event)
           
 MuleEvent ProcessIfStartedWaitIfPausedMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.management.stats
 

Methods in org.mule.management.stats with parameters of type MuleEvent
static ProcessingTime ProcessingTime.newInstance(MuleEvent event)
          Create a ProcessingTime for the specified MuleSession.
 

Uses of MuleEvent in org.mule.message
 

Constructors in org.mule.message with parameters of type MuleEvent
ExceptionMessage(MuleEvent event, Throwable exception, String componentName, URI endpointUri)
           
 

Uses of MuleEvent in org.mule.module.atom.routing
 

Methods in org.mule.module.atom.routing with parameters of type MuleEvent
protected  List<MuleMessage> FeedSplitter.splitMessage(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.bpm
 

Methods in org.mule.module.bpm with parameters of type MuleEvent
protected  Object RulesComponent.doInvoke(MuleEvent event)
           
protected  Object ProcessComponent.doInvoke(MuleEvent event)
           
protected  Object Process.handleEvent(MuleEvent event)
           
protected  Object Rules.handleEvent(MuleEvent event)
           
protected  void Process.populateProcessVariables(MuleEvent event, Map processVariables, PropertyScope propertyScope)
           
 

Uses of MuleEvent in org.mule.module.client
 

Methods in org.mule.module.client that return MuleEvent
protected  MuleEvent MuleClient.getEvent(MuleMessage message, MessageExchangePattern exchangePattern)
           
 

Uses of MuleEvent in org.mule.module.cxf
 

Methods in org.mule.module.cxf that return MuleEvent
protected  MuleEvent CxfOutboundMessageProcessor.buildResponseMessage(MuleEvent request, MuleEvent transportResponse, Object[] response)
           
protected  MuleEvent CxfOutboundMessageProcessor.doSendWithClient(MuleEvent event)
           
protected  MuleEvent CxfOutboundMessageProcessor.doSendWithProxy(MuleEvent event)
           
protected  MuleEvent CxfInboundMessageProcessor.generateWSDLOrXSD(MuleEvent event, String req)
           
 MuleEvent CxfOutboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent CxfInboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent CxfOutboundMessageProcessor.processNext(MuleEvent event)
          This method is public so it can be invoked from the MuleUniversalConduit.
 MuleEvent CxfInboundMessageProcessor.processNext(MuleEvent event)
           
protected  MuleEvent CxfInboundMessageProcessor.sendToDestination(MuleEvent event)
           
 

Methods in org.mule.module.cxf with parameters of type MuleEvent
protected  MuleEvent CxfOutboundMessageProcessor.buildResponseMessage(MuleEvent request, MuleEvent transportResponse, Object[] response)
           
protected  void CxfComponentExceptionStrategy.doHandleException(Exception e, MuleEvent event)
          Deprecated.  
protected  MuleEvent CxfOutboundMessageProcessor.doSendWithClient(MuleEvent event)
           
protected  MuleEvent CxfOutboundMessageProcessor.doSendWithProxy(MuleEvent event)
           
protected  MuleEvent CxfInboundMessageProcessor.generateWSDLOrXSD(MuleEvent event, String req)
           
protected  Object[] CxfOutboundMessageProcessor.getArgs(MuleEvent event)
           
protected  InputStream CxfInboundMessageProcessor.getMessageStream(MuleEvent context)
          Gets the stream representation of the current message.
 Method CxfOutboundMessageProcessor.getMethod(MuleEvent event)
           
protected  String CxfOutboundMessageProcessor.getMethodOrOperationName(MuleEvent event)
           
 org.apache.cxf.service.model.BindingOperationInfo CxfOutboundMessageProcessor.getOperation(MuleEvent event)
           
 MuleEvent CxfOutboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent CxfInboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent CxfOutboundMessageProcessor.processNext(MuleEvent event)
          This method is public so it can be invoked from the MuleUniversalConduit.
 MuleEvent CxfInboundMessageProcessor.processNext(MuleEvent event)
           
protected  MuleEvent CxfInboundMessageProcessor.sendToDestination(MuleEvent event)
           
 

Constructors in org.mule.module.cxf with parameters of type MuleEvent
MuleSoapHeaders(MuleEvent event)
          Extracts header properties from a Mule event
 

Uses of MuleEvent in org.mule.module.cxf.component
 

Methods in org.mule.module.cxf.component with parameters of type MuleEvent
protected  MuleMessage WebServiceWrapperComponent.doInvoke(MuleEvent event)
          Deprecated.  
 

Uses of MuleEvent in org.mule.module.cxf.config
 

Methods in org.mule.module.cxf.config that return MuleEvent
 MuleEvent FlowConfiguringMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.module.cxf.config with parameters of type MuleEvent
 MuleEvent FlowConfiguringMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.cxf.security
 

Constructors in org.mule.module.cxf.security with parameters of type MuleEvent
WebServiceSecurityException(MuleEvent event, Throwable cause)
           
 

Uses of MuleEvent in org.mule.module.cxf.transport
 

Methods in org.mule.module.cxf.transport that return MuleEvent
protected  MuleEvent MuleUniversalConduit.processNext(MuleEvent event, org.apache.cxf.message.Exchange exchange, OutboundEndpoint endpoint)
           
 

Methods in org.mule.module.cxf.transport with parameters of type MuleEvent
protected  void MuleUniversalConduit.dispatchMuleMessage(org.apache.cxf.message.Message m, MuleEvent reqEvent, OutboundEndpoint endpoint)
           
protected  MuleEvent MuleUniversalConduit.processNext(MuleEvent event, org.apache.cxf.message.Exchange exchange, OutboundEndpoint endpoint)
           
 

Uses of MuleEvent in org.mule.module.ibeans.config
 

Methods in org.mule.module.ibeans.config that return MuleEvent
 MuleEvent CallInterfaceBinding.process(MuleEvent event)
           
 MuleEvent IBeanBinding.process(MuleEvent event)
           
 

Methods in org.mule.module.ibeans.config with parameters of type MuleEvent
 MuleEvent CallInterfaceBinding.process(MuleEvent event)
           
 MuleEvent IBeanBinding.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.ibeans.spi.support
 

Methods in org.mule.module.ibeans.spi.support that return MuleEvent
 MuleEvent CallOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicRequestInterfaceBinding.process(MuleEvent event)
           
 MuleEvent DynamicRequestEndpoint.NullInboundEndpoint.process(MuleEvent event)
           
 

Methods in org.mule.module.ibeans.spi.support with parameters of type MuleEvent
protected  EndpointURI DynamicRequestEndpoint.getEndpointURIForMessage(MuleEvent event)
           
 MuleEvent CallOutboundEndpoint.process(MuleEvent event)
           
 MuleEvent DynamicRequestInterfaceBinding.process(MuleEvent event)
           
 MuleEvent DynamicRequestEndpoint.NullInboundEndpoint.process(MuleEvent event)
           
 MuleMessage DynamicRequestEndpoint.request(long timeout, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.jaas
 

Methods in org.mule.module.jaas that return MuleEvent
 MuleEvent JaasAuthentication.getEvent()
           
 

Methods in org.mule.module.jaas with parameters of type MuleEvent
 void JaasAuthentication.setEvent(MuleEvent muleEvent)
           
 

Uses of MuleEvent in org.mule.module.jaas.filters
 

Methods in org.mule.module.jaas.filters with parameters of type MuleEvent
protected  void JaasSecurityFilter.authenticateInbound(MuleEvent event)
           
protected  void JaasSecurityFilter.authenticateOutbound(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.jca
 

Methods in org.mule.module.jca that return MuleEvent
protected  MuleEvent DefaultMuleConnection.getEvent(MuleMessage message, OutboundEndpoint endpoint)
          Packages a mule event for the current request
 MuleEvent JcaService.sendEvent(MuleEvent event)
          This is the synchronous call method and not supported by components managed in a JCA container
 

Methods in org.mule.module.jca with parameters of type MuleEvent
 Object JcaComponent.doInvoke(MuleEvent event)
           
 MuleEvent JcaService.sendEvent(MuleEvent event)
          This is the synchronous call method and not supported by components managed in a JCA container
protected  void JcaService.waitIfPaused(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.jersey
 

Methods in org.mule.module.jersey with parameters of type MuleEvent
protected  Object JerseyResourcesComponent.doInvoke(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.pgp
 

Methods in org.mule.module.pgp that return MuleEvent
 MuleEvent PGPAuthentication.getEvent()
           
 

Methods in org.mule.module.pgp with parameters of type MuleEvent
 void PGPAuthentication.setEvent(MuleEvent muleEvent)
           
 

Constructors in org.mule.module.pgp with parameters of type MuleEvent
PGPAuthentication(String userName, Message message, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.pgp.filters
 

Methods in org.mule.module.pgp.filters with parameters of type MuleEvent
protected  void PGPSecurityFilter.authenticateInbound(MuleEvent event)
           
protected  void PGPSecurityFilter.authenticateOutbound(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.rss.routing
 

Methods in org.mule.module.rss.routing with parameters of type MuleEvent
protected  List<MuleMessage> FeedSplitter.splitMessage(MuleEvent event)
           
protected  com.sun.syndication.feed.synd.SyndFeed FeedSplitter.transformToFeed(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.scripting.component
 

Methods in org.mule.module.scripting.component with parameters of type MuleEvent
protected  Object ScriptComponent.doInvoke(MuleEvent event)
           
 void Scriptable.populateBindings(Bindings bindings, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.scripting.filter
 

Methods in org.mule.module.scripting.filter with parameters of type MuleEvent
protected  boolean ScriptFilter.accept(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.module.spring.security
 

Methods in org.mule.module.spring.security that return MuleEvent
 MuleEvent SpringAuthenticationAdapter.getEvent()
           
 

Methods in org.mule.module.spring.security with parameters of type MuleEvent
 void AuthorizationFilter.doFilter(MuleEvent event)
           
 void SpringAuthenticationAdapter.setEvent(MuleEvent muleEvent)
           
 

Constructors in org.mule.module.spring.security with parameters of type MuleEvent
SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication, Map<String,Object> properties, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.processor
 

Methods in org.mule.processor that return MuleEvent
protected  MuleEvent InvokerMessageProcessor.createResultEvent(MuleEvent event, Object result)
           
protected  MuleEvent SedaStageInterceptingMessageProcessor.dequeue()
           
protected  MuleEvent AbstractFilteringMessageProcessor.handleUnaccepted(MuleEvent event)
           
 MuleEvent AbstractResponseMessageProcessor.process(MuleEvent event)
           
 MuleEvent TransactionalInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent AsyncDelegateMessageProcessor.process(MuleEvent event)
           
 MuleEvent ExceptionHandlingMessageProcessor.process(MuleEvent event)
           
 MuleEvent AsyncInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent EndpointTransactionalInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent SecurityFilterMessageProcessor.process(MuleEvent event)
           
 MuleEvent IdempotentRedeliveryPolicy.process(MuleEvent event)
           
 MuleEvent AbstractDynamicMessageProcessor.process(MuleEvent event)
           
 MuleEvent NullMessageProcessor.process(MuleEvent event)
           
 MuleEvent AbstractFilteringMessageProcessor.process(MuleEvent event)
           
 MuleEvent StopFurtherMessageProcessingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InvokerMessageProcessor.process(MuleEvent event)
           
protected  MuleEvent AbstractInterceptingMessageProcessorBase.processNext(MuleEvent event)
           
protected  MuleEvent AsyncInterceptingMessageProcessor.processNextTimed(MuleEvent event)
           
protected abstract  MuleEvent AbstractResponseMessageProcessor.processResponse(MuleEvent processNext)
           
protected  MuleEvent ResponseMessageProcessorAdapter.processResponse(MuleEvent event)
           
 

Methods in org.mule.processor with parameters of type MuleEvent
protected abstract  boolean AbstractFilteringMessageProcessor.accept(MuleEvent event)
           
protected  MuleEvent InvokerMessageProcessor.createResultEvent(MuleEvent event, Object result)
           
protected  void SedaStageInterceptingMessageProcessor.enqueue(MuleEvent event)
           
protected  Object[] InvokerMessageProcessor.evaluateArguments(MuleEvent event, List<?> argumentTemplates)
           
protected  MuleException AbstractFilteringMessageProcessor.filterUnacceptedException(MuleEvent event)
           
protected  MuleEvent AbstractFilteringMessageProcessor.handleUnaccepted(MuleEvent event)
           
protected  boolean AbstractInterceptingMessageProcessorBase.isEventValid(MuleEvent event)
           
protected  boolean AsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
protected  boolean LaxSedaStageInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
protected  boolean LaxAsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
 MuleEvent AbstractResponseMessageProcessor.process(MuleEvent event)
           
 MuleEvent TransactionalInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent AsyncDelegateMessageProcessor.process(MuleEvent event)
           
 MuleEvent ExceptionHandlingMessageProcessor.process(MuleEvent event)
           
 MuleEvent AsyncInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent EndpointTransactionalInterceptingMessageProcessor.process(MuleEvent event)
           
 MuleEvent SecurityFilterMessageProcessor.process(MuleEvent event)
           
 MuleEvent IdempotentRedeliveryPolicy.process(MuleEvent event)
           
 MuleEvent AbstractDynamicMessageProcessor.process(MuleEvent event)
           
 MuleEvent NullMessageProcessor.process(MuleEvent event)
           
 MuleEvent AbstractFilteringMessageProcessor.process(MuleEvent event)
           
 MuleEvent StopFurtherMessageProcessingMessageProcessor.process(MuleEvent event)
           
 MuleEvent InvokerMessageProcessor.process(MuleEvent event)
           
protected  MuleEvent AbstractInterceptingMessageProcessorBase.processNext(MuleEvent event)
           
protected  void SedaStageInterceptingMessageProcessor.processNextAsync(MuleEvent event)
           
protected  void AsyncInterceptingMessageProcessor.processNextAsync(MuleEvent event)
           
protected  MuleEvent AsyncInterceptingMessageProcessor.processNextTimed(MuleEvent event)
           
protected abstract  MuleEvent AbstractResponseMessageProcessor.processResponse(MuleEvent processNext)
           
protected  MuleEvent ResponseMessageProcessorAdapter.processResponse(MuleEvent event)
           
protected abstract  MessageProcessor AbstractDynamicMessageProcessor.resolveMessageProcessor(MuleEvent event)
          Determines which MessageProcessor should be used.
protected  void SedaStageInterceptingMessageProcessor.rollbackDequeue(MuleEvent event)
          Roll back the previous dequeue(), i.e., put the event at the front of the queue, not at the back which is what enqueue() does.
 

Uses of MuleEvent in org.mule.processor.chain
 

Methods in org.mule.processor.chain that return MuleEvent
protected abstract  MuleEvent AbstractMessageProcessorChain.doProcess(MuleEvent event)
           
protected  MuleEvent SimpleMessageProcessorChain.doProcess(MuleEvent event)
           
protected  MuleEvent InterceptingChainLifecycleWrapper.doProcess(MuleEvent event)
           
protected  MuleEvent DefaultMessageProcessorChain.doProcess(MuleEvent event)
           
 MuleEvent AbstractMessageProcessorChain.process(MuleEvent event)
           
 MuleEvent InterceptingChainLifecycleWrapper.process(MuleEvent event)
           
 

Methods in org.mule.processor.chain with parameters of type MuleEvent
protected abstract  MuleEvent AbstractMessageProcessorChain.doProcess(MuleEvent event)
           
protected  MuleEvent SimpleMessageProcessorChain.doProcess(MuleEvent event)
           
protected  MuleEvent InterceptingChainLifecycleWrapper.doProcess(MuleEvent event)
           
protected  MuleEvent DefaultMessageProcessorChain.doProcess(MuleEvent event)
           
 MuleEvent AbstractMessageProcessorChain.process(MuleEvent event)
           
 MuleEvent InterceptingChainLifecycleWrapper.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.routing
 

Fields in org.mule.routing declared as MuleEvent
static MuleEvent[] EventGroup.EMPTY_EVENTS_ARRAY
           
 

Methods in org.mule.routing that return MuleEvent
protected abstract  MuleEvent AbstractCorrelationAggregator.aggregateEvents(EventGroup events)
           
 MuleEvent DefaultRouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
protected  MuleEvent FirstSuccessful.cloneEventForRoutinng(MuleEvent event, MessageProcessor mp)
           
 MuleEvent ServiceCatchAllStrategy.doCatchMessage(MuleEvent event)
          Deprecated.  
abstract  MuleEvent AbstractCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent LoggingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent ForwardingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent EventGroup.getMessageCollectionEvent()
           
 MuleEvent WireTap.process(MuleEvent event)
           
 MuleEvent AbstractCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
 MuleEvent AbstractSelectiveRouter.process(MuleEvent event)
           
 MuleEvent Resequencer.process(MuleEvent event)
           
 MuleEvent AbstractAggregator.process(MuleEvent event)
           
 MuleEvent Foreach.process(MuleEvent event)
           
 MuleEvent AbstractMatchingRouter.process(MuleEvent event)
           
protected  MuleEvent AbstractMatchingRouter.processDefaultRoute(MuleEvent event)
           
protected  MuleEvent Foreach.processNext(MuleEvent event)
           
protected  MuleEvent IdempotentMessageFilter.processNext(MuleEvent event)
           
 MuleEvent FirstSuccessful.route(MuleEvent event)
          Route the given event to one of our targets
 MuleEvent RoundRobin.route(MuleEvent event)
          Process the event using the next target route in sequence
protected  MuleEvent UntilSuccessful.route(MuleEvent event)
           
 MuleEvent[] EventGroup.toArray()
          Returns a snapshot of collected events in this group sorted by their arrival time.
 MuleEvent[] EventGroup.toArray(boolean sortByArrival)
          Returns a snapshot of collected events in this group, optionally sorted by their arrival time.
 

Methods in org.mule.routing that return types with arguments of type MuleEvent
 ListableObjectStore<MuleEvent> UntilSuccessful.getObjectStore()
           
 Iterator<MuleEvent> EventGroup.iterator()
          Returns an iterator over a snapshot copy of this group's collected events sorted by their arrival time.
 Iterator<MuleEvent> EventGroup.iterator(boolean sortByArrival)
          Returns an iterator over a snapshot copy of this group's collected events., optionally sorted by arrival order.
 

Methods in org.mule.routing with parameters of type MuleEvent
protected  boolean MessageFilter.accept(MuleEvent event)
           
protected  boolean IdempotentMessageFilter.accept(MuleEvent event)
           
protected  boolean IdempotentMessageFilter.acceptMessageForFlowConstruct(MuleEvent event)
           
 void EventGroup.addEvent(MuleEvent event)
          Add the given event to this group.
 MuleEvent DefaultRouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
static Serializable UntilSuccessful.buildQueueKey(MuleEvent muleEvent)
           
protected  MuleEvent FirstSuccessful.cloneEventForRoutinng(MuleEvent event, MessageProcessor mp)
           
 int EventGroup.ArrivalOrderEventComparator.compare(MuleEvent event1, MuleEvent event2)
           
 MuleEvent ServiceCatchAllStrategy.doCatchMessage(MuleEvent event)
          Deprecated.  
abstract  MuleEvent AbstractCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent LoggingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
 MuleEvent ForwardingCatchAllStrategy.doCatchMessage(MuleEvent event)
           
protected  MuleException MessageFilter.filterUnacceptedException(MuleEvent event)
           
protected  String IdempotentSecureHashMessageFilter.getIdForEvent(MuleEvent event)
           
protected  String IdempotentMessageFilter.getIdForEvent(MuleEvent event)
           
protected  String IdempotentMessageFilter.getValueForEvent(MuleEvent event)
           
protected  boolean IdempotentMessageFilter.isNewMessage(MuleEvent event)
           
protected  boolean MessageChunkSplitter.isSplitRequired(MuleEvent event)
           
 MuleEvent WireTap.process(MuleEvent event)
           
 MuleEvent AbstractCatchAllStrategy.process(MuleEvent event)
          This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
 MuleEvent AbstractSelectiveRouter.process(MuleEvent event)
           
 MuleEvent Resequencer.process(MuleEvent event)
           
 MuleEvent AbstractAggregator.process(MuleEvent event)
           
 MuleEvent Foreach.process(MuleEvent event)
           
 MuleEvent AbstractMatchingRouter.process(MuleEvent event)
           
protected  MuleEvent AbstractMatchingRouter.processDefaultRoute(MuleEvent event)
           
protected  MuleEvent Foreach.processNext(MuleEvent event)
           
protected  MuleEvent IdempotentMessageFilter.processNext(MuleEvent event)
           
 void EventGroup.removeEvent(MuleEvent event)
          Remove the given event from the group.
 MuleEvent FirstSuccessful.route(MuleEvent event)
          Route the given event to one of our targets
 MuleEvent RoundRobin.route(MuleEvent event)
          Process the event using the next target route in sequence
protected  MuleEvent UntilSuccessful.route(MuleEvent event)
           
protected abstract  Collection<MessageProcessor> AbstractSelectiveRouter.selectProcessors(MuleEvent event)
           
protected  Collection<MessageProcessor> ChoiceRouter.selectProcessors(MuleEvent event)
           
protected  List<MuleMessage> MapSplitter.splitMessage(MuleEvent event)
           
protected  List<MuleMessage> ExpressionSplitter.splitMessage(MuleEvent event)
           
protected abstract  List<MuleMessage> AbstractSplitter.splitMessage(MuleEvent event)
           
protected  List<MuleMessage> MessageChunkSplitter.splitMessage(MuleEvent event)
           
protected  MessageSequence<?> CollectionSplitter.splitMessageIntoSequence(MuleEvent event)
           
protected  MessageSequence<?> AbstractSplitter.splitMessageIntoSequence(MuleEvent event)
           
 

Method parameters in org.mule.routing with type arguments of type MuleEvent
 MuleEvent DefaultRouterResultsHandler.aggregateResults(List<MuleEvent> results, MuleEvent previous, MuleContext muleContext)
           
 void UntilSuccessful.setObjectStore(ListableObjectStore<MuleEvent> objectStore)
           
 

Uses of MuleEvent in org.mule.routing.correlation
 

Fields in org.mule.routing.correlation with type parameters of type MuleEvent
protected  Comparator<MuleEvent> ResequenceCorrelatorCallback.eventComparator
           
 

Methods in org.mule.routing.correlation that return MuleEvent
 MuleEvent EventCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent ResequenceCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent ResequenceMessagesCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent CollectionCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleEvent EventCorrelator.process(MuleEvent event)
           
 

Methods in org.mule.routing.correlation with parameters of type MuleEvent
 int CorrelationSequenceComparator.compare(MuleEvent event1, MuleEvent event2)
           
 EventGroup EventCorrelatorCallback.createEventGroup(MuleEvent event, Object id)
          Creates the event group with a specific correlation size based on the Mule Correlation support
 EventGroup CollectionCorrelatorCallback.createEventGroup(MuleEvent event, Object groupId)
          Creates a new EventGroup that will expect the number of events as returned by MuleMessage.getCorrelationGroupSize().
protected  MuleSession CollectionCorrelatorCallback.getMergedSession(MuleEvent[] events)
           
 MuleEvent EventCorrelator.process(MuleEvent event)
           
 

Constructors in org.mule.routing.correlation with parameters of type MuleEvent
CorrelationTimeoutException(Message message, MuleEvent event)
           
CorrelationTimeoutException(Message message, MuleEvent event, Throwable cause)
           
 

Constructor parameters in org.mule.routing.correlation with type arguments of type MuleEvent
ResequenceCorrelatorCallback(Comparator<MuleEvent> eventComparator, MuleContext muleContext, boolean persistentStores, String storePrefix)
           
 

Uses of MuleEvent in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that return MuleEvent
protected  MuleEvent DefaultOutboundRouterCollection.catchAll(MuleEvent event)
           
protected  MuleEvent AbstractOutboundRouter.createEventToRoute(MuleEvent routedEvent, MuleMessage message, MessageProcessor route)
          Create a new event to be routed to the target MP
 MuleEvent AbstractOutboundRouter.process(MuleEvent event)
           
 MuleEvent DefaultOutboundRouterCollection.process(MuleEvent event)
           
 MuleEvent AbstractMessageSequenceSplitter.process(MuleEvent event)
           
 MuleEvent MessageChunkingRouter.route(MuleEvent event)
           
protected abstract  MuleEvent AbstractOutboundRouter.route(MuleEvent event)
           
 MuleEvent ChainingRouter.route(MuleEvent event)
           
 MuleEvent FilteringOutboundRouter.route(MuleEvent event)
           
 MuleEvent OutboundPassThroughRouter.route(MuleEvent event)
           
 MuleEvent AbstractRecipientList.route(MuleEvent event)
           
 MuleEvent ExceptionBasedRouter.route(MuleEvent event)
           
 MuleEvent TransformerRouter.route(MuleEvent event)
          Deprecated.  
 MuleEvent EndpointSelector.route(MuleEvent event)
           
 MuleEvent AbstractSequenceRouter.route(MuleEvent event)
           
 MuleEvent AbstractMessageSplitter.route(MuleEvent event)
           
protected  MuleEvent AbstractOutboundRouter.sendRequest(MuleEvent routedEvent, MuleMessage message, MessageProcessor route, boolean awaitResponse)
           
protected  MuleEvent AbstractOutboundRouter.sendRequestEvent(MuleEvent routedEvent, MuleMessage message, MessageProcessor route, boolean awaitResponse)
          Send message event to destination.
 

Methods in org.mule.routing.outbound that return types with arguments of type MuleEvent
protected  List<MuleEvent> AbstractMessageSequenceSplitter.processParts(MessageSequence<?> seq, MuleEvent originalEvent)
           
 

Methods in org.mule.routing.outbound with parameters of type MuleEvent
protected  MuleEvent DefaultOutboundRouterCollection.catchAll(MuleEvent event)
           
protected  boolean SequenceRouter.continueRoutingMessageAfter(MuleEvent event)
          Determines if the routing should continue after receiving a given response from an synchronous endpoint.
protected  boolean MulticastingRouter.continueRoutingMessageAfter(MuleEvent response)
          Indicates that this router always routes messages to all the configured endpoints no matters what a given response is.
protected abstract  boolean AbstractSequenceRouter.continueRoutingMessageAfter(MuleEvent response)
          Lets subclasses decide if the routing of a given message should continue or not after receiving a given response from a synchronous endpoint.
protected  MuleEvent AbstractOutboundRouter.createEventToRoute(MuleEvent routedEvent, MuleMessage message, MessageProcessor route)
          Create a new event to be routed to the target MP
protected  List ExpressionRecipientList.getRecipients(MuleEvent event)
           
protected abstract  List<Object> AbstractRecipientList.getRecipients(MuleEvent event)
           
protected  List StaticRecipientList.getRecipients(MuleEvent event)
           
 MessageProcessor FilteringOutboundRouter.getRoute(int index, MuleEvent event)
          Will Return the target at the given index and will resolve any template tags on the Endpoint URI if necessary
protected  boolean AbstractMessageSequenceSplitter.isSplitRequired(MuleEvent event)
           
 MuleEvent AbstractOutboundRouter.process(MuleEvent event)
           
 MuleEvent DefaultOutboundRouterCollection.process(MuleEvent event)
           
 MuleEvent AbstractMessageSequenceSplitter.process(MuleEvent event)
           
protected  List<MuleEvent> AbstractMessageSequenceSplitter.processParts(MessageSequence<?> seq, MuleEvent originalEvent)
           
 MuleEvent MessageChunkingRouter.route(MuleEvent event)
           
protected abstract  MuleEvent AbstractOutboundRouter.route(MuleEvent event)
           
 MuleEvent ChainingRouter.route(MuleEvent event)
           
 MuleEvent FilteringOutboundRouter.route(MuleEvent event)
           
 MuleEvent OutboundPassThroughRouter.route(MuleEvent event)
           
 MuleEvent AbstractRecipientList.route(MuleEvent event)
           
 MuleEvent ExceptionBasedRouter.route(MuleEvent event)
           
 MuleEvent TransformerRouter.route(MuleEvent event)
          Deprecated.  
 MuleEvent EndpointSelector.route(MuleEvent event)
           
 MuleEvent AbstractSequenceRouter.route(MuleEvent event)
           
 MuleEvent AbstractMessageSplitter.route(MuleEvent event)
           
protected  MuleEvent AbstractOutboundRouter.sendRequest(MuleEvent routedEvent, MuleMessage message, MessageProcessor route, boolean awaitResponse)
           
protected  MuleEvent AbstractOutboundRouter.sendRequestEvent(MuleEvent routedEvent, MuleMessage message, MessageProcessor route, boolean awaitResponse)
          Send message event to destination.
protected abstract  MessageSequence<?> AbstractMessageSequenceSplitter.splitMessageIntoSequence(MuleEvent event)
          Converts the event into a MessageSequence that will retrieve each of the event elements
 

Uses of MuleEvent in org.mule.routing.requestreply
 

Fields in org.mule.routing.requestreply with type parameters of type MuleEvent
protected  ConcurrentMap<String,MuleEvent> AbstractAsyncRequestReplyRequester.responseEvents
           
 

Methods in org.mule.routing.requestreply that return MuleEvent
 MuleEvent ReplyToParameterProcessor.process(MuleEvent event)
           
 MuleEvent SimpleRequestReplyReplier.process(MuleEvent event)
           
 MuleEvent AbstractAsyncRequestReplyRequester.process(MuleEvent event)
           
 MuleEvent AbstractReplyToPropertyRequestReplyReplier.process(MuleEvent event)
           
protected  MuleEvent AbstractAsyncRequestReplyRequester.receiveAsyncReply(MuleEvent event)
           
 

Methods in org.mule.routing.requestreply with parameters of type MuleEvent
protected  String AbstractAsyncRequestReplyRequester.getAsyncReplyCorrelationId(MuleEvent event)
           
 MuleEvent ReplyToParameterProcessor.process(MuleEvent event)
           
 MuleEvent SimpleRequestReplyReplier.process(MuleEvent event)
           
 MuleEvent AbstractAsyncRequestReplyRequester.process(MuleEvent event)
           
 MuleEvent AbstractReplyToPropertyRequestReplyReplier.process(MuleEvent event)
           
protected  void AbstractReplyToPropertyRequestReplyReplier.processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo)
           
protected  MuleEvent AbstractAsyncRequestReplyRequester.receiveAsyncReply(MuleEvent event)
           
protected  void SimpleAsyncRequestReplyRequester.sendAsyncRequest(MuleEvent event)
           
protected  void AbstractAsyncRequestReplyRequester.sendAsyncRequest(MuleEvent event)
           
protected  void SimpleAsyncRequestReplyRequester.setAsyncReplyProperties(MuleEvent event)
           
protected  boolean ReplyToPropertyRequestReplyReplier.shouldProcessEvent(MuleEvent event)
           
protected  boolean AsyncReplyToPropertyRequestReplyReplier.shouldProcessEvent(MuleEvent event)
           
protected abstract  boolean AbstractReplyToPropertyRequestReplyReplier.shouldProcessEvent(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.security
 

Methods in org.mule.security that return MuleEvent
 MuleEvent DefaultMuleAuthentication.getEvent()
           
 

Methods in org.mule.security with parameters of type MuleEvent
 void AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
          Deprecated.  
abstract  void AbstractAuthenticationFilter.authenticate(MuleEvent event)
           
 void UsernamePasswordAuthenticationFilter.authenticate(MuleEvent event)
          Authenticates the current message.
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
          Deprecated.  
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
          Deprecated.  
abstract  void AbstractSecurityFilter.doFilter(MuleEvent event)
           
 void AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
          Deprecated.  
 void AbstractAuthenticationFilter.doFilter(MuleEvent event)
           
protected  Authentication UsernamePasswordAuthenticationFilter.getAuthenticationToken(MuleEvent event)
           
 Object MuleHeaderCredentialsAccessor.getCredentials(MuleEvent event)
           
 void MuleHeaderCredentialsAccessor.setCredentials(MuleEvent event, Object credentials)
           
 void DefaultMuleAuthentication.setEvent(MuleEvent muleEvent)
           
protected  void AbstractSecurityFilter.updatePayload(MuleMessage message, Object payload, MuleEvent event)
           
 

Constructors in org.mule.security with parameters of type MuleEvent
DefaultMuleAuthentication(Credentials credentials, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.security.filters
 

Methods in org.mule.security.filters with parameters of type MuleEvent
protected  void MuleEncryptionEndpointSecurityFilter.authenticateInbound(MuleEvent event)
           
protected  void MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.service
 

Methods in org.mule.service that return MuleEvent
 MuleEvent AbstractService.process(MuleEvent event)
           
 MuleEvent ForwardingConsumer.processNext(MuleEvent event)
          Deprecated.  
 MuleEvent AbstractService.sendEvent(MuleEvent event)
          Deprecated. 
 

Methods in org.mule.service with parameters of type MuleEvent
 void AbstractService.dispatchEvent(MuleEvent event)
          Deprecated. 
 MuleEvent AbstractService.process(MuleEvent event)
           
 MuleEvent ForwardingConsumer.processNext(MuleEvent event)
          Deprecated.  
 MuleEvent AbstractService.sendEvent(MuleEvent event)
          Deprecated. 
 

Uses of MuleEvent in org.mule.service.processor
 

Methods in org.mule.service.processor that return MuleEvent
 MuleEvent ServiceInternalMessageProcessor.process(MuleEvent event)
          We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour
 MuleEvent ServiceOutboundStatisticsMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceOutboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceSetEventRequestContextMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceStatisticsMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.service.processor with parameters of type MuleEvent
 MuleEvent ServiceInternalMessageProcessor.process(MuleEvent event)
          We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour
 MuleEvent ServiceOutboundStatisticsMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceOutboundMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceLoggingMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceSetEventRequestContextMessageProcessor.process(MuleEvent event)
           
 MuleEvent ServiceStatisticsMessageProcessor.process(MuleEvent event)
           
protected  void ServiceInternalMessageProcessor.processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo)
           
 

Uses of MuleEvent in org.mule.tck.functional
 

Methods in org.mule.tck.functional that return MuleEvent
 MuleEvent AssertionMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.tck.functional with parameters of type MuleEvent
protected  void QuietExceptionStrategy.doHandleException(Exception e, MuleEvent event)
           
 MuleEvent AssertionMessageProcessor.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.tck.junit4
 

Methods in org.mule.tck.junit4 with parameters of type MuleEvent
protected  void FunctionalTestCase.testFlow(String flowName, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transaction.constraints
 

Methods in org.mule.transaction.constraints with parameters of type MuleEvent
 boolean ConstraintFilter.accept(MuleEvent event)
           
 boolean BatchConstraint.accept(MuleEvent event)
           
 boolean ManualConstraint.accept(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transformer
 

Methods in org.mule.transformer that return MuleEvent
 MuleEvent CompositeConverter.process(MuleEvent event)
           
 MuleEvent AbstractTransformer.process(MuleEvent event)
           
 

Methods in org.mule.transformer with parameters of type MuleEvent
protected  Object AbstractMessageTransformer.checkReturnClass(Object object, MuleEvent event)
          Check if the return class is supported by this transformer
 MuleEvent CompositeConverter.process(MuleEvent event)
           
 MuleEvent AbstractTransformer.process(MuleEvent event)
           
 Object AbstractMessageTransformer.transform(Object src, MuleEvent event)
           
 Object AbstractMessageTransformer.transform(Object src, String enc, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transformer.simple
 

Methods in org.mule.transformer.simple that return MuleEvent
 MuleEvent CombineCollectionsTransformer.process(MuleEvent event)
           
 

Methods in org.mule.transformer.simple with parameters of type MuleEvent
 MuleEvent CombineCollectionsTransformer.process(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport
 

Methods in org.mule.transport that return MuleEvent
protected  MuleEvent AbstractMessageReceiver.createMuleEvent(MuleMessage message, OutputStream outputStream)
           
 MuleEvent TransactedPollingMessageReceiver.MessageProcessorWorker.process()
           
 MuleEvent AbstractMessageDispatcher.process(MuleEvent event)
           
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message)
           
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message, MuleSession session, OutputStream outputStream)
           
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message, MuleSession session, Transaction trans, OutputStream outputStream)
           
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message, Transaction trans)
           
 MuleEvent AbstractMessageReceiver.routeMessage(MuleMessage message, Transaction trans, OutputStream outputStream)
           
 

Methods in org.mule.transport that return types with arguments of type MuleEvent
protected  ExecutionTemplate<MuleEvent> AbstractMessageReceiver.createExecutionTemplate()
           
 

Methods in org.mule.transport with parameters of type MuleEvent
protected  void AbstractMessageReceiver.applyInboundTransformers(MuleEvent event)
           
protected  void AbstractMessageDispatcher.applyOutboundTransformers(MuleEvent event)
           
protected  void AbstractMessageReceiver.applyResponseTransformers(MuleEvent event)
           
protected  void AbstractMessageDispatcher.applyResponseTransformers(MuleEvent event)
           
protected  void UnsupportedMessageDispatcher.doDispatch(MuleEvent event)
           
protected abstract  void AbstractMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage UnsupportedMessageDispatcher.doSend(MuleEvent event)
           
protected abstract  MuleMessage AbstractMessageDispatcher.doSend(MuleEvent event)
           
protected  OutboundEndpoint DefaultReplyToHandler.getEndpoint(MuleEvent event, String endpointUri)
           
 OutputStream AbstractConnector.getOutputStream(OutboundEndpoint endpoint, MuleEvent event)
          Will get the output stream for this type of transport.
 MuleEvent AbstractMessageDispatcher.process(MuleEvent event)
           
 void DefaultReplyToHandler.processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
protected  boolean AbstractMessageDispatcher.returnResponse(MuleEvent event)
          Deprecated.  
protected  boolean AbstractMessageDispatcher.returnResponse(MuleEvent event, boolean doSend)
          Used to determine if the dispatcher implementation should wait for a response to an event on a response channel after it sends the event.
 

Method parameters in org.mule.transport with type arguments of type MuleEvent
protected  List AbstractReceiverWorker.handleEventResults(List<MuleEvent> messages)
           
 

Constructor parameters in org.mule.transport with type arguments of type MuleEvent
TransactedPollingMessageReceiver.MessageProcessorWorker(ExecutionTemplate<MuleEvent> pt, CountDownLatch latch, Object message)
           
 

Uses of MuleEvent in org.mule.transport.ajax
 

Methods in org.mule.transport.ajax with parameters of type MuleEvent
protected  void AjaxMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage AjaxMessageDispatcher.doSend(MuleEvent event)
           
 void AjaxReplyToHandler.processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 

Uses of MuleEvent in org.mule.transport.email
 

Methods in org.mule.transport.email with parameters of type MuleEvent
protected  void SmtpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  void RetrieveMessageRequester.doDispatch(MuleEvent event)
           
protected  MuleMessage SmtpMessageDispatcher.doSend(MuleEvent event)
           
protected  MuleMessage RetrieveMessageRequester.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.file
 

Methods in org.mule.transport.file with parameters of type MuleEvent
protected  void FileMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage FileMessageDispatcher.doSend(MuleEvent event)
           
 OutputStream FileConnector.getOutputStream(OutboundEndpoint endpoint, MuleEvent event)
          Well get the output stream (if any) for this type of transport.
 

Uses of MuleEvent in org.mule.transport.ftp
 

Methods in org.mule.transport.ftp with parameters of type MuleEvent
protected  void FtpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage FtpMessageDispatcher.doSend(MuleEvent event)
           
 OutputStream FtpConnector.getOutputStream(OutboundEndpoint endpoint, MuleEvent event)
          Well get the output stream (if any) for this type of transport.
 

Uses of MuleEvent in org.mule.transport.http
 

Methods in org.mule.transport.http with parameters of type MuleEvent
static void CookieHelper.addCookiesToClient(HttpClient client, Object cookiesObject, String policy, MuleEvent event, URI destinationUri)
          Adds to the client all the cookies present in the cookiesObject.
protected  HttpMethod HttpClientMessageDispatcher.createEntityMethod(MuleEvent event, Object body, EntityEnclosingMethod postMethod)
           
protected  void HttpClientMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage HttpClientMessageDispatcher.doSend(MuleEvent event)
           
protected  HttpMethod HttpClientMessageDispatcher.execute(MuleEvent event, HttpMethod httpMethod)
           
protected  HttpMethod HttpClientMessageDispatcher.getMethod(MuleEvent event)
           
protected  MuleMessage HttpClientMessageDispatcher.handleRedirect(HttpMethod method, MuleEvent event)
           
protected  void HttpClientMessageDispatcher.processCookies(MuleEvent event)
           
protected  boolean HttpClientMessageDispatcher.returnException(MuleEvent event, HttpMethod httpMethod)
           
protected  void HttpClientMessageDispatcher.setPropertyFromEndpoint(MuleEvent event, MuleMessage msg, String prop)
           
protected  void HttpConnector.setupClientAuthorization(MuleEvent event, HttpMethod httpMethod, HttpClient client, ImmutableEndpoint endpoint)
           
protected  HttpResponse HttpMessageReceiver.transformResponse(Object response, MuleEvent event)
           
 

Constructors in org.mule.transport.http with parameters of type MuleEvent
StreamPayloadRequestEntity(OutputHandler outputHandler, MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.http.components
 

Methods in org.mule.transport.http.components that return MuleEvent
 MuleEvent HttpResponseBuilder.process(MuleEvent event)
           
 MuleEvent StaticResourceMessageProcessor.process(MuleEvent event)
           
 

Methods in org.mule.transport.http.components with parameters of type MuleEvent
 Object RestServiceWrapper.doInvoke(MuleEvent event)
           
 MuleEvent HttpResponseBuilder.process(MuleEvent event)
           
 MuleEvent StaticResourceMessageProcessor.process(MuleEvent event)
           
protected  void HttpResponseBuilder.setBody(HttpResponse response, MuleMessage message, MuleEvent event)
           
 

Constructors in org.mule.transport.http.components with parameters of type MuleEvent
ResourceNotFoundException(Message message, MuleEvent event)
           
RestServiceException(Message message, MuleEvent event)
           
RestServiceException(Message message, MuleEvent event, Throwable cause)
           
 

Uses of MuleEvent in org.mule.transport.http.filters
 

Methods in org.mule.transport.http.filters with parameters of type MuleEvent
 void HttpBasicAuthenticationFilter.authenticateInbound(MuleEvent event)
          Authenticates the current message if authenticate is set to true.
 void HttpBasicAuthenticationFilter.authenticateOutbound(MuleEvent event)
          Authenticates the current message if authenticate is set to true.
protected  Authentication HttpBasicAuthenticationFilter.createAuthentication(String username, String password, MuleEvent event)
           
protected  void HttpBasicAuthenticationFilter.setUnauthenticated(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.http.servlet
 

Methods in org.mule.transport.http.servlet with parameters of type MuleEvent
 Object ServletTransformer.transform(Object src, MuleEvent event)
           
 

Constructors in org.mule.transport.http.servlet with parameters of type MuleEvent
MuleHttpServletRequest(MuleEvent event)
           
MuleHttpServletResponse(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.jdbc
 

Methods in org.mule.transport.jdbc with parameters of type MuleEvent
protected  void JdbcMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage JdbcMessageRequester.doRequest(long timeout, MuleEvent event)
          Make a specific request to the underlying transport Special case: The event is need when doReceive was called from doSend
protected  MuleMessage JdbcMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.jdbc.sqlstrategy
 

Methods in org.mule.transport.jdbc.sqlstrategy with parameters of type MuleEvent
 MuleMessage SqlStatementStrategyExecutor.execute(SqlStatementStrategy strategy, JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SelectSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SimpleUpdateSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 

Uses of MuleEvent in org.mule.transport.jms
 

Methods in org.mule.transport.jms with parameters of type MuleEvent
protected  void JmsMessageDispatcher.applyOutboundTransformers(MuleEvent event)
           
protected  MessageConsumer JmsMessageDispatcher.createReplyToConsumer(Message currentMessage, MuleEvent event, Session session, Destination replyTo, boolean topic)
           
protected  void JmsMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage JmsMessageDispatcher.doSend(MuleEvent event)
           
protected  Destination JmsMessageDispatcher.getReplyToDestination(Message message, Session session, MuleEvent event, boolean remoteSync, boolean topic)
           
protected  boolean JmsMessageDispatcher.isHandleReplyTo(Message msg, MuleEvent event)
          Some JMS implementations do not support ReplyTo or require some further fiddling of the message
protected  void JmsMessageDispatcher.processMessage(Message msg, MuleEvent event)
          This method is called once the JMS message is created.
protected  void JmsReplyToHandler.processMessage(Message replyToMessage, MuleEvent event)
           
 void JmsReplyToHandler.processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 

Uses of MuleEvent in org.mule.transport.jms.i18n
 

Methods in org.mule.transport.jms.i18n with parameters of type MuleEvent
static Message JmsMessages.messageMarkedForRedelivery(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.polling
 

Methods in org.mule.transport.polling with parameters of type MuleEvent
protected  boolean MessageProcessorPollingMessageReceiver.isNewMessage(MuleEvent sourceEvent)
           
 

Uses of MuleEvent in org.mule.transport.quartz
 

Methods in org.mule.transport.quartz with parameters of type MuleEvent
protected  void QuartzMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage QuartzMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.rmi
 

Methods in org.mule.transport.rmi that return MuleEvent
 MuleEvent RmiCallbackMessageReceiver.routeMessage(Object payload)
           
 

Methods in org.mule.transport.rmi with parameters of type MuleEvent
protected  void RmiMessageDispatcher.doDispatch(MuleEvent event)
           
 MuleMessage RmiMessageDispatcher.doSend(MuleEvent event)
           
protected  Class[] RmiConnector.getArgTypes(Object args, MuleEvent fromEvent)
           
 Method RmiConnector.getMethodObject(Remote remoteObject, MuleEvent event, OutboundEndpoint outboundEndpoint)
          Helper method for Dispatchers and Receives to extract the correct method from a Remote object
 

Uses of MuleEvent in org.mule.transport.servlet
 

Methods in org.mule.transport.servlet that return MuleEvent
protected  MuleEvent MuleReceiverServlet.routeMessage(MessageReceiver receiver, MuleMessage requestMessage, HttpServletRequest request)
           
 

Uses of MuleEvent in org.mule.transport.servlet.jetty
 

Methods in org.mule.transport.servlet.jetty that return MuleEvent
protected  MuleEvent JettyContinuationsReceiverServlet.routeMessage(MessageReceiver receiver, MuleMessage requestMessage, HttpServletRequest request)
           
 

Methods in org.mule.transport.servlet.jetty with parameters of type MuleEvent
 void JettyContinuationsReplyToHandler.processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 

Uses of MuleEvent in org.mule.transport.sftp
 

Methods in org.mule.transport.sftp with parameters of type MuleEvent
protected  void SftpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage SftpMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis with parameters of type MuleEvent
protected  void AxisMessageDispatcher.addAttachments(MuleEvent event, org.apache.axis.client.Call call)
           
protected  void AxisMessageDispatcher.buildSoapMethods(MuleEvent event, org.apache.axis.client.Call call, Object method, String methodNamespace, Object[] args)
           
protected  void AxisMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage AxisMessageDispatcher.doSend(MuleEvent event)
           
protected  org.apache.axis.client.Call AxisMessageDispatcher.getCall(MuleEvent event, Object[] args)
           
protected  Object AxisMessageDispatcher.getInitialMethod(MuleEvent event)
           
 String AxisMessageDispatcher.parseSoapAction(String soapAction, QName method, MuleEvent event)
           
protected  void AxisMessageDispatcher.parseStyle(MuleEvent event, org.apache.axis.client.Call call)
           
protected  void AxisMessageDispatcher.parseUse(MuleEvent event, org.apache.axis.client.Call call)
           
protected  Object AxisMessageDispatcher.refineMethod(MuleEvent event, org.apache.axis.client.Call call, Object method)
           
protected  void AxisMessageDispatcher.setCustomProperties(MuleEvent event, org.apache.axis.client.Call call)
           
protected  void AxisMessageDispatcher.setSoapAction(MuleEvent event, EndpointURI endpointUri, org.apache.axis.client.Call call)
           
 

Uses of MuleEvent in org.mule.transport.soap.axis.component
 

Methods in org.mule.transport.soap.axis.component with parameters of type MuleEvent
protected  Object WebServiceWrapperComponent.doInvoke(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.soap.axis.wsdl
 

Methods in org.mule.transport.soap.axis.wsdl with parameters of type MuleEvent
protected  org.apache.axis.client.Service AxisWsdlMessageDispatcher.createService(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.stdio
 

Methods in org.mule.transport.stdio with parameters of type MuleEvent
protected  void StdioMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage StdioMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp with parameters of type MuleEvent
protected  void LocalSocketTcpMessageDispatcher.dispatchToSocket(MuleEvent event)
           
protected  void TcpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  void LocalSocketTcpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage TcpMessageDispatcher.doSend(MuleEvent event)
           
protected  MuleMessage LocalSocketTcpMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.udp
 

Methods in org.mule.transport.udp with parameters of type MuleEvent
protected  void UdpMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage UdpMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.vm
 

Methods in org.mule.transport.vm that return MuleEvent
protected  MuleEvent VMMessageReceiver.getFirstMessage()
           
 

Methods in org.mule.transport.vm with parameters of type MuleEvent
protected  void VMMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage VMMessageDispatcher.doSend(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.transport.xmpp
 

Methods in org.mule.transport.xmpp with parameters of type MuleEvent
protected  void XmppMessageDispatcher.doDispatch(MuleEvent event)
           
protected  MuleMessage XmppMessageDispatcher.doSend(MuleEvent event)
           
protected  void XmppMessageDispatcher.sendMessage(MuleEvent event)
           
 

Uses of MuleEvent in org.mule.work
 

Fields in org.mule.work declared as MuleEvent
protected  MuleEvent AbstractMuleEventWork.event
           
 

Methods in org.mule.work that return MuleEvent
 MuleEvent AbstractMuleEventWork.getEvent()
           
 

Constructors in org.mule.work with parameters of type MuleEvent
AbstractMuleEventWork(MuleEvent event)
           
 



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