|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagingException | |
|---|---|
| org.mule.api.exception | |
| 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.component | |
| org.mule.config.dsl.routers | |
| org.mule.context.notification | Internal server notification types fired via the MuleManager. |
| org.mule.endpoint.inbound | |
| org.mule.endpoint.outbound | |
| org.mule.execution | |
| org.mule.processor | |
| 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.service | |
| org.mule.service.processor | |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| Uses of MessagingException in org.mule.api.exception |
|---|
| Subclasses of MessagingException in org.mule.api.exception | |
|---|---|
class |
MessageRedeliveredException
|
| Uses of MessagingException in org.mule.api.routing |
|---|
| Subclasses of MessagingException in org.mule.api.routing | |
|---|---|
class |
CouldNotRouteOutboundMessageException
CouldNotRouteOutboundMessageException thrown if Mule fails to route
the current outbound event. |
class |
ResponseTimeoutException
ResponseTimeoutException is thrown when a response is not received
in a given timeout in the Response Router. |
class |
RoutePathNotFoundException
RoutePathNotFoundException is thrown if a routing path for an event
cannot be found. |
class |
RoutingException
RoutingException is a base class for all routing exceptions. |
| Methods in org.mule.api.routing that throw MessagingException | |
|---|---|
void |
Aggregator.expireAggregation(String groupId)
|
| Uses of MessagingException in org.mule.api.routing.filter |
|---|
| Subclasses of MessagingException in org.mule.api.routing.filter | |
|---|---|
class |
FilterUnacceptedException
|
| Uses of MessagingException in org.mule.api.security |
|---|
| Subclasses of MessagingException in org.mule.api.security | |
|---|---|
class |
CredentialsNotSetException
CredentialsNotSetException is thrown when user credentials cannot
be obtained from the current message |
class |
EncryptionNotSupportedException
EncryptionNotSupportedException is thrown if an algorithm is set in
the MULE_USER header but it doesn't match the algorithm set on the security filter |
class |
NotPermittedException
NotPermittedException is thrown if the user isn't authorized
to perform an action. |
class |
SecurityException
SecurityException is a generic security exception |
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a
authentication scheme is being used on the message that the Security filter does
not understand |
| Uses of MessagingException in org.mule.api.service |
|---|
| Subclasses of MessagingException in org.mule.api.service | |
|---|---|
class |
FailedToQueueEventException
FailedToQueueEventException is thrown when an event cannot be put on
an internal service queue. |
| Uses of MessagingException in org.mule.api.transformer |
|---|
| Subclasses of MessagingException in org.mule.api.transformer | |
|---|---|
class |
TransformerMessagingException
An exception that occurred while transforming a message. |
| Uses of MessagingException in org.mule.api.transport |
|---|
| Subclasses of MessagingException in org.mule.api.transport | |
|---|---|
class |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
| Uses of MessagingException in org.mule.component |
|---|
| Subclasses of MessagingException in org.mule.component | |
|---|---|
class |
ComponentException
ComponentException should be thrown when some action on a component
fails, such as starting or stopping |
| Uses of MessagingException in org.mule.config.dsl.routers |
|---|
| Methods in org.mule.config.dsl.routers that throw MessagingException | |
|---|---|
MuleEvent |
ContentBasedRouter.route(MuleEvent theEvent)
Deprecated. |
| Uses of MessagingException in org.mule.context.notification |
|---|
| Fields in org.mule.context.notification declared as MessagingException | |
|---|---|
protected MessagingException |
AsyncMessageNotification.exception
|
protected MessagingException |
PipelineMessageNotification.exception
|
| Methods in org.mule.context.notification that return MessagingException | |
|---|---|
MessagingException |
AsyncMessageNotification.getException()
|
MessagingException |
PipelineMessageNotification.getException()
|
MessagingException |
MessageProcessorNotification.getExceptionThrown()
|
| Constructors in org.mule.context.notification with parameters of type MessagingException | |
|---|---|
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,
MessagingException exception)
|
|
| Uses of MessagingException in org.mule.endpoint.inbound |
|---|
| Methods in org.mule.endpoint.inbound that throw MessagingException | |
|---|---|
MuleEvent |
InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
| Uses of MessagingException in org.mule.endpoint.outbound |
|---|
| Methods in org.mule.endpoint.outbound that throw MessagingException | |
|---|---|
MuleEvent |
OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
|
| Uses of MessagingException in org.mule.execution |
|---|
| Methods in org.mule.execution with parameters of type MessagingException | |
|---|---|
void |
FlowProcessingPhaseTemplate.afterFailureProcessingFlow(MessagingException messagingException)
Call when the processing of the message through the flow fails during message processing |
| Methods in org.mule.execution that throw MessagingException | |
|---|---|
MuleEvent |
MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
MuleEvent |
MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor,
MuleEvent event)
|
| Uses of MessagingException in org.mule.processor |
|---|
| Methods in org.mule.processor with parameters of type MessagingException | |
|---|---|
protected void |
AsyncInterceptingMessageProcessor.firePipelineNotification(MuleEvent event,
MessagingException exception)
|
| Methods in org.mule.processor that throw MessagingException | |
|---|---|
protected Object[] |
InvokerMessageProcessor.evaluateArguments(MuleEvent event,
List<?> argumentTemplates)
|
protected boolean |
LaxSedaStageInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
protected boolean |
LaxAsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
protected boolean |
AsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
|
| Uses of MessagingException in org.mule.routing |
|---|
| Subclasses of MessagingException in org.mule.routing | |
|---|---|
class |
AggregationException
TODO document |
class |
RouteResolverException
Exception thrown when a route for an event can not be found |
class |
RoutingFailedMessagingException
Exception through by routing strategies when routing fails |
| Methods in org.mule.routing that throw MessagingException | |
|---|---|
protected static void |
AbstractRoutingStrategy.assertNonConsumableMessage(MuleEvent event,
MuleMessage message)
Asserts that the MuleMessage in the MuleEvent doesn't carry a consumable payload. |
static MuleMessage |
AbstractRoutingStrategy.cloneMessage(MuleEvent event,
MuleMessage message,
MuleContext muleContext)
|
void |
AbstractAggregator.expireAggregation(String groupId)
|
protected String |
IdempotentMessageFilter.getIdForEvent(MuleEvent event)
|
protected String |
IdempotentSecureHashMessageFilter.getIdForEvent(MuleEvent event)
|
protected String |
IdempotentMessageFilter.getValueForEvent(MuleEvent event)
|
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)
|
static void |
AbstractRoutingStrategy.validateMessageIsNotConsumable(MuleEvent event,
MuleMessage message)
Validates that the payload is not consumable so it can be copied. |
| Uses of MessagingException in org.mule.routing.correlation |
|---|
| Subclasses of MessagingException in org.mule.routing.correlation | |
|---|---|
class |
CorrelationTimeoutException
|
| Methods in org.mule.routing.correlation that throw MessagingException | |
|---|---|
void |
EventCorrelator.forceGroupExpiry(String groupId)
|
protected void |
EventCorrelator.handleGroupExpiry(EventGroup group)
|
| Uses of MessagingException in org.mule.routing.outbound |
|---|
| Methods in org.mule.routing.outbound that throw MessagingException | |
|---|---|
protected MuleMessage |
AbstractOutboundRouter.cloneMessage(MuleEvent event,
MuleMessage message)
Creates a fresh copy of a MuleMessage ensuring that the payload can be cloned (i.e. |
MuleEvent |
DefaultOutboundRouterCollection.process(MuleEvent event)
|
protected abstract MuleEvent |
AbstractOutboundRouter.route(MuleEvent event)
|
MuleEvent |
TransformerRouter.route(MuleEvent event)
Deprecated. |
| Uses of MessagingException in org.mule.routing.requestreply |
|---|
| Methods in org.mule.routing.requestreply that throw MessagingException | |
|---|---|
protected void |
AbstractAsyncRequestReplyRequester.postLatchAwait(String asyncReplyCorrelationId)
|
protected MuleEvent |
AbstractAsyncRequestReplyRequester.receiveAsyncReply(MuleEvent event)
|
| Uses of MessagingException in org.mule.service |
|---|
| Methods in org.mule.service that throw MessagingException | |
|---|---|
void |
ServiceAsyncReplyCompositeMessageSource.expireAggregation(String groupId)
Deprecated. |
MuleEvent |
ForwardingConsumer.processNext(MuleEvent event)
Deprecated. |
| Uses of MessagingException in org.mule.service.processor |
|---|
| Methods in org.mule.service.processor that throw MessagingException | |
|---|---|
protected void |
ServiceAsyncRequestReplyRequestor.postLatchAwait(String asyncReplyCorrelationId)
Deprecated. |
| Uses of MessagingException in org.mule.transport |
|---|
| Methods in org.mule.transport with parameters of type MessagingException | |
|---|---|
void |
AbstractTransportMessageProcessTemplate.afterFailureProcessingFlow(MessagingException messagingException)
|
| Methods in org.mule.transport that throw MessagingException | |
|---|---|
protected void |
AbstractTransportMessageProcessTemplate.sendResponseMessage(MuleEvent responseMuleEvent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||