|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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.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.polling | |
| 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 | ||
|---|---|---|
|
ExpressionLanguage.evaluate(String expression,
MuleEvent event)
Execute the expression returning the result. |
|
|
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 |
MessageProcessor.process(MuleEvent event)
Invokes the MessageProcessor. |
MuleEvent |
LoggerMessageProcessor.process(MuleEvent event)
|
| Methods in org.mule.api.processor with parameters of type MuleEvent | |
|---|---|
protected void |
LoggerMessageProcessor.log(MuleEvent event)
|
MuleEvent |
MessageProcessor.process(MuleEvent event)
Invokes the MessageProcessor. |
MuleEvent |
LoggerMessageProcessor.process(MuleEvent event)
|
| 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)
|
| 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)
|
void |
Authentication.setEvent(MuleEvent event)
|
| 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 abstract Object |
AbstractComponent.doInvoke(MuleEvent event)
|
protected Object |
AbstractJavaComponent.doInvoke(MuleEvent event)
|
Object |
DefaultComponentLifecycleAdapter.invoke(MuleEvent event)
|
protected Object |
SimpleCallableJavaComponent.invokeComponentInstance(MuleEvent event)
|
protected Object |
AbstractJavaComponent.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)
Deprecated. |
| Methods in org.mule.config.dsl.routers with parameters of type MuleEvent | |
|---|---|
MuleEvent |
ContentBasedRouter.route(MuleEvent theEvent)
Deprecated. |
| 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 | |
|---|---|
AsyncMessageNotification(Pipeline pipeline,
MuleEvent event,
MessageProcessor messageProcessor,
int action)
|
|
AsyncMessageNotification(Pipeline pipeline,
MuleEvent event,
MessageProcessor messageProcessor,
int action,
MessagingException exception)
|
|
MessageProcessorNotification(FlowConstruct flowConstruct,
MuleEvent event,
MessageProcessor processor,
MessagingException exceptionThrown,
int action)
|
|
PipelineMessageNotification(Pipeline pipeline,
MuleEvent event,
int action)
|
|
PipelineMessageNotification(Pipeline pipeline,
MuleEvent event,
int action,
MessagingException exception)
|
|
| 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 | ||
|---|---|---|
protected org.mvel2.integration.VariableResolverFactory |
MVELExpressionLanguage.createEventVariableResolverFactory(MuleEvent event)
|
|
protected org.mvel2.integration.VariableResolverFactory |
MVELExpressionLanguage.createVariableVariableResolverFactory(MuleEvent event)
|
|
|
MVELExpressionLanguage.evaluate(String expression,
MuleEvent event)
|
|
|
MVELExpressionLanguage.evaluate(String expression,
MuleEvent event,
Map<String,Object> vars)
|
|
| Constructors in org.mule.el.mvel with parameters of type MuleEvent | |
|---|---|
EventVariableResolverFactory(org.mvel2.ParserContext parserContext,
MuleContext muleContext,
MuleEvent event)
|
|
VariableVariableResolverFactory(org.mvel2.ParserContext parserContext,
MuleContext muleContext,
MuleEvent event)
|
|
| Uses of MuleEvent in org.mule.endpoint |
|---|
| Methods in org.mule.endpoint that return MuleEvent | |
|---|---|
MuleEvent |
DefaultOutboundEndpoint.process(MuleEvent event)
|
MuleEvent |
DynamicOutboundEndpoint.process(MuleEvent event)
|
MuleEvent |
DynamicURIOutboundEndpoint.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 |
DynamicOutboundEndpoint.process(MuleEvent event)
|
MuleEvent |
DynamicURIOutboundEndpoint.process(MuleEvent event)
|
| Uses of MuleEvent in org.mule.endpoint.inbound |
|---|
| Methods in org.mule.endpoint.inbound that return MuleEvent | |
|---|---|
MuleEvent |
InboundEndpointPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundLoggingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundExceptionDetailsMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundNotificationMessageProcessor.process(MuleEvent event)
|
| Methods in org.mule.endpoint.inbound with parameters of type MuleEvent | |
|---|---|
MuleEvent |
InboundEndpointPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundLoggingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundExceptionDetailsMessageProcessor.process(MuleEvent event)
|
MuleEvent |
InboundNotificationMessageProcessor.process(MuleEvent event)
|
| Uses of MuleEvent in org.mule.endpoint.outbound |
|---|
| Methods in org.mule.endpoint.outbound that return MuleEvent | |
|---|---|
MuleEvent |
OutboundRootMessageIdPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundResponsePropertiesMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundRewriteResponseEventMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundSessionHandlerMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundNotificationMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEndpointPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEventTimeoutMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundLoggingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundTxRollbackMessageProcessor.process(MuleEvent event)
|
| Methods in org.mule.endpoint.outbound with parameters of type MuleEvent | |
|---|---|
EndpointMessageNotification |
OutboundNotificationMessageProcessor.createBeginNotification(MuleEvent event)
|
MuleEvent |
OutboundRootMessageIdPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundResponsePropertiesMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundRewriteResponseEventMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundSessionHandlerMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundNotificationMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEndpointPropertyMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundEventTimeoutMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundLoggingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
OutboundTxRollbackMessageProcessor.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.exception |
|---|
| Methods in org.mule.exception that return MuleEvent | |
|---|---|
protected MuleEvent |
CatchMessagingExceptionStrategy.afterRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.afterRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
RollbackMessagingExceptionStrategy.beforeRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
CatchMessagingExceptionStrategy.beforeRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.beforeRouting(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 |
TemplateMessagingExceptionStrategy.handleException(Exception exception,
MuleEvent event)
|
MuleEvent |
RedeliveryExceeded.process(MuleEvent event)
|
protected MuleEvent |
RollbackMessagingExceptionStrategy.route(MuleEvent event,
Exception t)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.route(MuleEvent event,
Exception t)
|
| Methods in org.mule.exception with parameters of type MuleEvent | |
|---|---|
boolean |
ChoiceMessagingExceptionStrategy.accept(MuleEvent event)
|
boolean |
MessagingExceptionStrategyAcceptorDelegate.accept(MuleEvent event)
|
boolean |
TemplateMessagingExceptionStrategy.accept(MuleEvent event)
|
protected boolean |
RollbackMessagingExceptionStrategy.acceptsEvent(MuleEvent event)
Always accept MessageRedeliveryException exceptions if this rollback exception strategy handles redelivery. |
protected boolean |
TemplateMessagingExceptionStrategy.acceptsEvent(MuleEvent event)
Determines if the exception strategy should process or not a message inside a choice exception strategy. |
protected MuleEvent |
CatchMessagingExceptionStrategy.afterRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.afterRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
RollbackMessagingExceptionStrategy.beforeRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
CatchMessagingExceptionStrategy.beforeRouting(Exception exception,
MuleEvent event)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.beforeRouting(Exception exception,
MuleEvent event)
|
protected void |
AbstractMessagingExceptionStrategy.doHandleException(Exception ex,
MuleEvent event)
|
MuleEvent |
ChoiceMessagingExceptionStrategy.handleException(Exception exception,
MuleEvent event)
|
MuleEvent |
MessagingExceptionStrategyAcceptorDelegate.handleException(Exception exception,
MuleEvent event)
|
MuleEvent |
AbstractMessagingExceptionStrategy.handleException(Exception ex,
MuleEvent event)
|
MuleEvent |
TemplateMessagingExceptionStrategy.handleException(Exception exception,
MuleEvent event)
|
protected void |
AbstractExceptionListener.logFatal(MuleEvent event,
Throwable t)
Logs a fatal error message to the logging system. |
protected void |
CatchMessagingExceptionStrategy.nullifyExceptionPayloadIfRequired(MuleEvent event)
|
protected void |
TemplateMessagingExceptionStrategy.nullifyExceptionPayloadIfRequired(MuleEvent event)
|
MuleEvent |
RedeliveryExceeded.process(MuleEvent event)
|
protected void |
RollbackMessagingExceptionStrategy.processReplyTo(MuleEvent event,
Exception e)
|
protected void |
TemplateMessagingExceptionStrategy.processReplyTo(MuleEvent event,
Exception e)
|
protected MuleEvent |
RollbackMessagingExceptionStrategy.route(MuleEvent event,
Exception t)
|
protected MuleEvent |
TemplateMessagingExceptionStrategy.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 |
FlowProcessingPhaseTemplate.afterRouteEvent(MuleEvent muleEvent)
Post processing of the routed MuleEvent |
MuleEvent |
FlowProcessingPhaseTemplate.beforeRouteEvent(MuleEvent muleEvent)
Pre processing of the MuleEvent to route |
MuleEvent |
ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
|
MuleEvent |
TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
|
MuleEvent |
MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
FlowProcessingPhaseTemplate.getMuleEvent()
|
MuleEvent |
FlowProcessingPhaseTemplate.routeEvent(MuleEvent muleEvent)
Routes the MuleEvent through the processors chain |
| Methods in org.mule.execution with parameters of type MuleEvent | |
|---|---|
MuleEvent |
FlowProcessingPhaseTemplate.afterRouteEvent(MuleEvent muleEvent)
Post processing of the routed MuleEvent |
void |
FlowProcessingPhaseTemplate.afterSuccessfulProcessingFlow(MuleEvent muleEvent)
Call after successfully processing the message through the flow |
MuleEvent |
FlowProcessingPhaseTemplate.beforeRouteEvent(MuleEvent muleEvent)
Pre processing of the MuleEvent to route |
MuleEvent |
MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
FlowProcessingPhaseTemplate.routeEvent(MuleEvent muleEvent)
Routes the MuleEvent through the processors chain |
void |
RequestResponseFlowProcessingPhaseTemplate.sendResponseToClient(MuleEvent muleEvent)
Template method to send a response after processing the message. |
| Method parameters in org.mule.execution with type arguments of type MuleEvent | |
|---|---|
MuleEvent |
ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback)
|
MuleEvent |
TransactionalErrorHandlingExecutionTemplate.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 | |
|---|---|
MuleEvent |
LoggingInterceptor.after(MuleEvent event)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.after(MuleEvent event)
This method is invoked after the event has been processed, unless an exception was thrown |
MuleEvent |
ProcessingTimeInterceptor.after(MuleEvent event)
|
MuleEvent |
LoggingInterceptor.before(MuleEvent event)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.before(MuleEvent event)
This method is invoked before the event is processed |
MuleEvent |
ProcessingTimeInterceptor.before(MuleEvent event)
|
MuleEvent |
LoggingInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
This method is always invoked after the event has been processed, |
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 | |
|---|---|
MuleEvent |
LoggingInterceptor.after(MuleEvent event)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.after(MuleEvent event)
This method is invoked after the event has been processed, unless an exception was thrown |
MuleEvent |
ProcessingTimeInterceptor.after(MuleEvent event)
|
MuleEvent |
LoggingInterceptor.before(MuleEvent event)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.before(MuleEvent event)
This method is invoked before the event is processed |
MuleEvent |
ProcessingTimeInterceptor.before(MuleEvent event)
|
MuleEvent |
LoggingInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
|
abstract MuleEvent |
AbstractEnvelopeInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
This method is always invoked after the event has been processed, |
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 |
ExpressionMuleEventKeyGenerator.generateKey(MuleEvent event)
|
Serializable |
MD5MuleEventKeyGenerator.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 |
ProcessIfStartedWaitIfPausedMessageProcessor.process(MuleEvent event)
|
MuleEvent |
ProcessIfStartedWaitIfSyncPausedMessageProcessor.process(MuleEvent event)
|
| Methods in org.mule.lifecycle.processor with parameters of type MuleEvent | |
|---|---|
protected boolean |
ProcessIfStartedWaitIfPausedMessageProcessor.accept(MuleEvent event)
|
protected boolean |
ProcessIfStartedMessageProcessor.accept(MuleEvent event)
|
protected MuleEvent |
ProcessIfStartedMessageProcessor.handleUnaccepted(MuleEvent event)
|
MuleEvent |
ProcessIfStartedWaitIfPausedMessageProcessor.process(MuleEvent event)
|
MuleEvent |
ProcessIfStartedWaitIfSyncPausedMessageProcessor.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.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 |
AsyncDelegateMessageProcessor.process(MuleEvent event)
|
MuleEvent |
SecurityFilterMessageProcessor.process(MuleEvent event)
|
MuleEvent |
EndpointTransactionalInterceptingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractFilteringMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractDynamicMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractResponseMessageProcessor.process(MuleEvent event)
|
MuleEvent |
TransactionalInterceptingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
IdempotentRedeliveryPolicy.process(MuleEvent event)
|
MuleEvent |
ExceptionHandlingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
NullMessageProcessor.process(MuleEvent event)
|
MuleEvent |
StopFurtherMessageProcessingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AsyncInterceptingMessageProcessor.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 void |
AsyncInterceptingMessageProcessor.fireAsyncScheduledNotification(MuleEvent event)
|
protected void |
AsyncInterceptingMessageProcessor.firePipelineNotification(MuleEvent event,
MessagingException exception)
|
protected MuleEvent |
AbstractFilteringMessageProcessor.handleUnaccepted(MuleEvent event)
|
protected boolean |
AbstractInterceptingMessageProcessorBase.isEventValid(MuleEvent event)
|
protected boolean |
LaxSedaStageInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
protected boolean |
LaxAsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
protected boolean |
AsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
MuleEvent |
AsyncDelegateMessageProcessor.process(MuleEvent event)
|
MuleEvent |
SecurityFilterMessageProcessor.process(MuleEvent event)
|
MuleEvent |
EndpointTransactionalInterceptingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractFilteringMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractDynamicMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AbstractResponseMessageProcessor.process(MuleEvent event)
|
MuleEvent |
TransactionalInterceptingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
IdempotentRedeliveryPolicy.process(MuleEvent event)
|
MuleEvent |
ExceptionHandlingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
NullMessageProcessor.process(MuleEvent event)
|
MuleEvent |
StopFurtherMessageProcessingMessageProcessor.process(MuleEvent event)
|
MuleEvent |
AsyncInterceptingMessageProcessor.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 MuleEvent |
InterceptingChainLifecycleWrapper.doProcess(MuleEvent event)
|
protected abstract MuleEvent |
AbstractMessageProcessorChain.doProcess(MuleEvent event)
|
protected MuleEvent |
SimpleMessageProcessorChain.doProcess(MuleEvent event)
|
protected MuleEvent |
DefaultMessageProcessorChain.doProcess(MuleEvent event)
|
MuleEvent |
InterceptingChainLifecycleWrapper.process(MuleEvent event)
|
MuleEvent |
AbstractMessageProcessorChain.process(MuleEvent event)
|
| Methods in org.mule.processor.chain with parameters of type MuleEvent | |
|---|---|
protected MuleEvent |
InterceptingChainLifecycleWrapper.doProcess(MuleEvent event)
|
protected abstract MuleEvent |
AbstractMessageProcessorChain.doProcess(MuleEvent event)
|
protected MuleEvent |
SimpleMessageProcessorChain.doProcess(MuleEvent event)
|
protected MuleEvent |
DefaultMessageProcessorChain.doProcess(MuleEvent event)
|
MuleEvent |
InterceptingChainLifecycleWrapper.process(MuleEvent event)
|
MuleEvent |
AbstractMessageProcessorChain.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 |
AbstractRoutingStrategy.createEventToRoute(MuleEvent routedEvent,
MuleMessage message,
MessageProcessor route)
Create a new event to be routed to the target MP |
MuleEvent |
LoggingCatchAllStrategy.doCatchMessage(MuleEvent event)
|
MuleEvent |
ForwardingCatchAllStrategy.doCatchMessage(MuleEvent event)
|
MuleEvent |
ServiceCatchAllStrategy.doCatchMessage(MuleEvent event)
Deprecated. |
abstract MuleEvent |
AbstractCatchAllStrategy.doCatchMessage(MuleEvent event)
|
MuleEvent |
EventGroup.getMessageCollectionEvent()
|
MuleEvent |
Resequencer.process(MuleEvent event)
|
MuleEvent |
AbstractMatchingRouter.process(MuleEvent event)
|
MuleEvent |
WireTap.process(MuleEvent event)
|
MuleEvent |
DynamicFirstSuccessful.process(MuleEvent event)
|
MuleEvent |
Foreach.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 |
AbstractAggregator.process(MuleEvent event)
|
MuleEvent |
DynamicAll.process(MuleEvent event)
|
MuleEvent |
AbstractSelectiveRouter.process(MuleEvent event)
|
protected MuleEvent |
AbstractMatchingRouter.processDefaultRoute(MuleEvent event)
|
protected MuleEvent |
IdempotentMessageFilter.processNext(MuleEvent event)
|
MuleEvent |
RoundRobin.route(MuleEvent event)
Process the event using the next target route in sequence |
protected MuleEvent |
UntilSuccessful.route(MuleEvent event)
|
MuleEvent |
FirstSuccessful.route(MuleEvent event)
Route the given event to one of our targets |
MuleEvent |
RoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
Routes MuleEvent through a set of MessageProcessor |
MuleEvent |
MulticastingRoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
|
MuleEvent |
FirstSuccessfulRoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
|
protected MuleEvent |
AbstractRoutingStrategy.sendRequest(MuleEvent routedEvent,
MuleMessage message,
MessageProcessor route,
boolean awaitResponse)
Send message event to destination. |
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 |
IdempotentMessageFilter.accept(MuleEvent event)
|
protected boolean |
MessageFilter.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)
|
protected static void |
AbstractRoutingStrategy.assertNonConsumableMessage(MuleEvent event,
MuleMessage message)
Asserts that the MuleMessage in the MuleEvent doesn't carry a consumable payload. |
static Serializable |
UntilSuccessful.buildQueueKey(MuleEvent muleEvent)
|
static MuleMessage |
AbstractRoutingStrategy.cloneMessage(MuleEvent event,
MuleMessage message,
MuleContext muleContext)
|
int |
EventGroup.ArrivalOrderEventComparator.compare(MuleEvent event1,
MuleEvent event2)
|
protected MuleEvent |
AbstractRoutingStrategy.createEventToRoute(MuleEvent routedEvent,
MuleMessage message,
MessageProcessor route)
Create a new event to be routed to the target MP |
MuleEvent |
LoggingCatchAllStrategy.doCatchMessage(MuleEvent event)
|
MuleEvent |
ForwardingCatchAllStrategy.doCatchMessage(MuleEvent event)
|
MuleEvent |
ServiceCatchAllStrategy.doCatchMessage(MuleEvent event)
Deprecated. |
abstract MuleEvent |
AbstractCatchAllStrategy.doCatchMessage(MuleEvent event)
|
protected MuleException |
MessageFilter.filterUnacceptedException(MuleEvent event)
|
protected String |
IdempotentMessageFilter.getIdForEvent(MuleEvent event)
|
protected String |
IdempotentSecureHashMessageFilter.getIdForEvent(MuleEvent event)
|
protected String |
IdempotentMessageFilter.getValueForEvent(MuleEvent event)
|
protected boolean |
IdempotentMessageFilter.isNewMessage(MuleEvent event)
|
protected boolean |
MessageChunkSplitter.isSplitRequired(MuleEvent event)
|
MuleEvent |
Resequencer.process(MuleEvent event)
|
MuleEvent |
AbstractMatchingRouter.process(MuleEvent event)
|
MuleEvent |
WireTap.process(MuleEvent event)
|
MuleEvent |
DynamicFirstSuccessful.process(MuleEvent event)
|
MuleEvent |
Foreach.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 |
AbstractAggregator.process(MuleEvent event)
|
MuleEvent |
DynamicAll.process(MuleEvent event)
|
MuleEvent |
AbstractSelectiveRouter.process(MuleEvent event)
|
protected MuleEvent |
AbstractMatchingRouter.processDefaultRoute(MuleEvent event)
|
protected MuleEvent |
IdempotentMessageFilter.processNext(MuleEvent event)
|
void |
EventGroup.removeEvent(MuleEvent event)
Remove the given event from the group. |
List<MessageProcessor> |
DynamicRouteResolver.resolveRoutes(MuleEvent event)
Return a list of MessageProcessor to route the message. |
MuleEvent |
RoundRobin.route(MuleEvent event)
Process the event using the next target route in sequence |
protected MuleEvent |
UntilSuccessful.route(MuleEvent event)
|
MuleEvent |
FirstSuccessful.route(MuleEvent event)
Route the given event to one of our targets |
MuleEvent |
RoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
Routes MuleEvent through a set of MessageProcessor |
MuleEvent |
MulticastingRoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
|
MuleEvent |
FirstSuccessfulRoutingStrategy.route(MuleEvent event,
List<MessageProcessor> messageProcessors)
|
protected Collection<MessageProcessor> |
ChoiceRouter.selectProcessors(MuleEvent event)
|
protected abstract Collection<MessageProcessor> |
AbstractSelectiveRouter.selectProcessors(MuleEvent event)
|
protected MuleEvent |
AbstractRoutingStrategy.sendRequest(MuleEvent routedEvent,
MuleMessage message,
MessageProcessor route,
boolean awaitResponse)
Send message event to destination. |
protected abstract List<MuleMessage> |
AbstractSplitter.splitMessage(MuleEvent event)
|
protected List<MuleMessage> |
MapSplitter.splitMessage(MuleEvent event)
|
protected List<MuleMessage> |
ExpressionSplitter.splitMessage(MuleEvent event)
|
protected List<MuleMessage> |
MessageChunkSplitter.splitMessage(MuleEvent event)
|
protected MessageSequence<?> |
AbstractSplitter.splitMessageIntoSequence(MuleEvent event)
|
protected MessageSequence<?> |
CollectionSplitter.splitMessageIntoSequence(MuleEvent event)
|
static void |
AbstractRoutingStrategy.validateMessageIsNotConsumable(MuleEvent event,
MuleMessage message)
Validates that the payload is not consumable so it can be copied. |
| 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)
|
| Constructors in org.mule.routing with parameters of type MuleEvent | |
|---|---|
RouteResolverException(Message message,
MuleEvent event)
|
|
RouteResolverException(Message message,
MuleEvent event,
Throwable cause)
|
|
RouteResolverException(MuleEvent event,
Throwable cause)
|
|
RoutingFailedMessagingException(Message message,
MuleEvent event)
|
|
RoutingFailedMessagingException(Message message,
MuleEvent event,
MessageProcessor failingMessageProcessor)
|
|
RoutingFailedMessagingException(Message message,
MuleEvent event,
Throwable cause)
|
|
RoutingFailedMessagingException(Message message,
MuleEvent event,
Throwable cause,
MessageProcessor failingMessageProcessor)
|
|
RoutingFailedMessagingException(MuleEvent event,
Throwable cause)
|
|
RoutingFailedMessagingException(MuleEvent event,
Throwable cause,
MessageProcessor failingMessageProcessor)
|
|
| 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 |
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 |
ResequenceCorrelatorCallback.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 |
AbstractMessageSequenceSplitter.process(MuleEvent event)
|
MuleEvent |
DefaultOutboundRouterCollection.process(MuleEvent event)
|
protected abstract MuleEvent |
AbstractOutboundRouter.route(MuleEvent event)
|
MuleEvent |
EndpointSelector.route(MuleEvent event)
|
MuleEvent |
ExceptionBasedRouter.route(MuleEvent event)
|
MuleEvent |
AbstractRecipientList.route(MuleEvent event)
|
MuleEvent |
MessageChunkingRouter.route(MuleEvent event)
|
MuleEvent |
ChainingRouter.route(MuleEvent event)
|
MuleEvent |
FilteringOutboundRouter.route(MuleEvent event)
|
MuleEvent |
AbstractMessageSplitter.route(MuleEvent event)
|
MuleEvent |
OutboundPassThroughRouter.route(MuleEvent event)
|
MuleEvent |
TransformerRouter.route(MuleEvent event)
Deprecated. |
MuleEvent |
AbstractSequenceRouter.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 MuleMessage |
AbstractOutboundRouter.cloneMessage(MuleEvent event,
MuleMessage message)
Creates a fresh copy of a MuleMessage ensuring that the payload can be cloned (i.e. |
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<Object> |
StaticRecipientList.getRecipients(MuleEvent event)
|
protected abstract List<Object> |
AbstractRecipientList.getRecipients(MuleEvent event)
|
protected List |
ExpressionRecipientList.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 |
AbstractMessageSequenceSplitter.process(MuleEvent event)
|
MuleEvent |
DefaultOutboundRouterCollection.process(MuleEvent event)
|
protected List<MuleEvent> |
AbstractMessageSequenceSplitter.processParts(MessageSequence<?> seq,
MuleEvent originalEvent)
|
protected abstract MuleEvent |
AbstractOutboundRouter.route(MuleEvent event)
|
MuleEvent |
EndpointSelector.route(MuleEvent event)
|
MuleEvent |
ExceptionBasedRouter.route(MuleEvent event)
|
MuleEvent |
AbstractRecipientList.route(MuleEvent event)
|
MuleEvent |
MessageChunkingRouter.route(MuleEvent event)
|
MuleEvent |
ChainingRouter.route(MuleEvent event)
|
MuleEvent |
FilteringOutboundRouter.route(MuleEvent event)
|
MuleEvent |
AbstractMessageSplitter.route(MuleEvent event)
|
MuleEvent |
OutboundPassThroughRouter.route(MuleEvent event)
|
MuleEvent |
TransformerRouter.route(MuleEvent event)
Deprecated. |
MuleEvent |
AbstractSequenceRouter.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 |
AbstractReplyToPropertyRequestReplyReplier.process(MuleEvent event)
|
MuleEvent |
AbstractAsyncRequestReplyRequester.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 |
AbstractReplyToPropertyRequestReplyReplier.process(MuleEvent event)
|
MuleEvent |
AbstractAsyncRequestReplyRequester.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 |
AsyncReplyToPropertyRequestReplyReplier.shouldProcessEvent(MuleEvent event)
|
protected boolean |
ReplyToPropertyRequestReplyReplier.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)
Deprecated. |
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)
Deprecated. |
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 |
ServiceSetEventRequestContextMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceInternalMessageProcessor.process(MuleEvent event)
Deprecated. We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour |
MuleEvent |
ServiceOutboundStatisticsMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceOutboundMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceLoggingMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceStatisticsMessageProcessor.process(MuleEvent event)
Deprecated. |
| Methods in org.mule.service.processor with parameters of type MuleEvent | |
|---|---|
MuleEvent |
ServiceSetEventRequestContextMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceInternalMessageProcessor.process(MuleEvent event)
Deprecated. We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour |
MuleEvent |
ServiceOutboundStatisticsMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceOutboundMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceLoggingMessageProcessor.process(MuleEvent event)
Deprecated. |
MuleEvent |
ServiceStatisticsMessageProcessor.process(MuleEvent event)
Deprecated. |
protected void |
ServiceInternalMessageProcessor.processReplyTo(MuleEvent event,
MuleEvent result,
ReplyToHandler replyToHandler,
Object replyTo)
Deprecated. |
| 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 |
AbstractTransformer.process(MuleEvent event)
|
MuleEvent |
CompositeConverter.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 |
AbstractTransformer.process(MuleEvent event)
|
MuleEvent |
CompositeConverter.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 | |
|---|---|
MuleEvent |
AbstractTransportMessageProcessTemplate.afterRouteEvent(MuleEvent muleEvent)
|
MuleEvent |
AbstractTransportMessageProcessTemplate.beforeRouteEvent(MuleEvent muleEvent)
|
protected MuleEvent |
AbstractTransportMessageProcessTemplate.createEventFromMuleMessage(MuleMessage muleMessage)
|
protected MuleEvent |
AbstractMessageReceiver.createMuleEvent(MuleMessage message,
OutputStream outputStream)
|
MuleEvent |
AbstractTransportMessageProcessTemplate.getMuleEvent()
|
MuleEvent |
TransactedPollingMessageReceiver.MessageProcessorWorker.process()
|
MuleEvent |
AbstractMessageDispatcher.process(MuleEvent event)
|
MuleEvent |
AbstractTransportMessageProcessTemplate.routeEvent(MuleEvent muleEvent)
|
MuleEvent |
AbstractMessageReceiver.routeEvent(MuleEvent muleEvent)
|
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 | |
|---|---|
MuleEvent |
AbstractTransportMessageProcessTemplate.afterRouteEvent(MuleEvent muleEvent)
|
void |
AbstractTransportMessageProcessTemplate.afterSuccessfulProcessingFlow(MuleEvent response)
|
protected void |
AbstractMessageReceiver.applyInboundTransformers(MuleEvent event)
|
protected void |
AbstractMessageDispatcher.applyOutboundTransformers(MuleEvent event)
|
protected void |
AbstractMessageDispatcher.applyResponseTransformers(MuleEvent event)
|
protected void |
AbstractMessageReceiver.applyResponseTransformers(MuleEvent event)
|
MuleEvent |
AbstractTransportMessageProcessTemplate.beforeRouteEvent(MuleEvent muleEvent)
|
protected abstract void |
AbstractMessageDispatcher.doDispatch(MuleEvent event)
|
protected void |
UnsupportedMessageDispatcher.doDispatch(MuleEvent event)
|
protected abstract MuleMessage |
AbstractMessageDispatcher.doSend(MuleEvent event)
|
protected MuleMessage |
UnsupportedMessageDispatcher.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. |
MuleEvent |
AbstractTransportMessageProcessTemplate.routeEvent(MuleEvent muleEvent)
|
MuleEvent |
AbstractMessageReceiver.routeEvent(MuleEvent muleEvent)
|
protected void |
AbstractTransportMessageProcessTemplate.sendResponseMessage(MuleEvent responseMuleEvent)
|
| 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.polling |
|---|
| Methods in org.mule.transport.polling with parameters of type MuleEvent | |
|---|---|
protected boolean |
MessageProcessorPollingMessageReceiver.isNewMessage(MuleEvent sourceEvent)
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||