|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagingException | |
---|---|
org.mule.components.builder | |
org.mule.components.rest | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.model.streaming | |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.email | Provides pop3, smtp and imap connectivity for Mule. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.ftp | |
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.providers.http.servlet | |
org.mule.providers.jbi | Allows JBI components to interact with Mule. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.multicast | IP multicast connectivity for Mule. |
org.mule.providers.oracle.jms | |
org.mule.providers.rmi | |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.providers.xmpp | |
org.mule.routing | Defines the core routing patterns supported by mule. |
org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.routing.nested | |
org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.tck.providers | Test suite for testing custom provider implementations. |
org.mule.tck.testmodels.mule | |
org.mule.umo | 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.umo.provider | Contains the interfaces that comprise a provider implementation. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
org.mule.umo.security | Security API for authentication and authorisation. |
Uses of MessagingException in org.mule.components.builder |
---|
Subclasses of MessagingException in org.mule.components.builder | |
---|---|
class |
MessageBuilderException
Thrown by a MessageBuilder implementation if it cannot build the current message or some other error occurs. |
Uses of MessagingException in org.mule.components.rest |
---|
Subclasses of MessagingException in org.mule.components.rest | |
---|---|
class |
RestServiceException
|
Uses of MessagingException in org.mule.impl |
---|
Subclasses of MessagingException in org.mule.impl | |
---|---|
class |
FailedToQueueEventException
FailedToQueueEventException is thrown when an event cannot be put
on an internal component queue. |
Uses of MessagingException in org.mule.impl.model.streaming |
---|
Subclasses of MessagingException in org.mule.impl.model.streaming | |
---|---|
class |
StreamingException
TODO |
Uses of MessagingException in org.mule.providers |
---|
Methods in org.mule.providers that throw MessagingException | |
---|---|
UMOMessageAdapter |
AbstractConnector.getMessageAdapter(Object message)
Gets a UMOMessageAdapter for the endpoint for the given message
(data) |
UMOStreamMessageAdapter |
AbstractConnector.getStreamMessageAdapter(InputStream in,
OutputStream out)
Gets a UMOStreamMessageAdapter from the connector for the given
message. |
Uses of MessagingException in org.mule.providers.email |
---|
Constructors in org.mule.providers.email that throw MessagingException | |
---|---|
MailMessageAdapter(Object object)
|
|
SimpleMailMessageAdapter(Object object)
|
Uses of MessagingException in org.mule.providers.file |
---|
Methods in org.mule.providers.file that throw MessagingException | |
---|---|
protected void |
FileContentsMessageAdapter.setMessage(File message)
|
protected void |
FileMessageAdapter.setMessage(File message)
|
Constructors in org.mule.providers.file that throw MessagingException | |
---|---|
FileContentsMessageAdapter(Object message)
|
|
FileMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.ftp |
---|
Constructors in org.mule.providers.ftp that throw MessagingException | |
---|---|
FtpMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.http |
---|
Methods in org.mule.providers.http that throw MessagingException | |
---|---|
protected UMOMessageAdapter |
HttpMessageReceiver.HttpWorker.buildStandardAdapter(HttpRequest request,
Map headers)
|
protected UMOMessageAdapter |
HttpMessageReceiver.HttpWorker.buildStreamingAdapter(HttpRequest request,
Map headers)
|
Uses of MessagingException in org.mule.providers.http.servlet |
---|
Constructors in org.mule.providers.http.servlet that throw MessagingException | |
---|---|
HttpRequestMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.jbi |
---|
Constructors in org.mule.providers.jbi that throw MessagingException | |
---|---|
JbiMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.jms |
---|
Subclasses of MessagingException in org.mule.providers.jms | |
---|---|
class |
MessageRedeliveredException
|
Methods in org.mule.providers.jms that throw MessagingException | |
---|---|
UMOMessageAdapter |
JmsConnector.getMessageAdapter(Object message)
|
void |
RedeliveryHandler.handleRedelivery(Message message)
process the redelivered message. |
void |
DefaultRedeliveryHandler.handleRedelivery(Message message)
process the redelivered message. |
Constructors in org.mule.providers.jms that throw MessagingException | |
---|---|
JmsMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.multicast |
---|
Constructors in org.mule.providers.multicast that throw MessagingException | |
---|---|
MulticastMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.oracle.jms |
---|
Constructors in org.mule.providers.oracle.jms that throw MessagingException | |
---|---|
OracleJmsMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.rmi |
---|
Methods in org.mule.providers.rmi that throw MessagingException | |
---|---|
Object |
RmiCallbackMessageReceiver.routeMessage(Object message)
Routes message forward |
Uses of MessagingException in org.mule.providers.soap.axis |
---|
Constructors in org.mule.providers.soap.axis that throw MessagingException | |
---|---|
AxisMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.vm |
---|
Methods in org.mule.providers.vm that throw MessagingException | |
---|---|
UMOMessageAdapter |
VMConnector.getMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.providers.xmpp |
---|
Constructors in org.mule.providers.xmpp that throw MessagingException | |
---|---|
XmppMessageAdapter(Object message)
|
Uses of MessagingException in org.mule.routing |
---|
Subclasses of MessagingException in org.mule.routing | |
---|---|
class |
AggregationException
TODO document |
Uses of MessagingException in org.mule.routing.inbound |
---|
Methods in org.mule.routing.inbound that throw MessagingException | |
---|---|
protected Object |
IdempotentReceiver.getIdForEvent(UMOEvent event)
|
protected Object |
IdempotentSecureHashReceiver.getIdForEvent(UMOEvent event)
|
boolean |
SelectiveConsumer.isMatch(UMOEvent event)
|
boolean |
WireTap.isMatch(UMOEvent event)
|
boolean |
IdempotentReceiver.isMatch(UMOEvent event)
|
UMOEvent[] |
SelectiveConsumer.process(UMOEvent event)
|
UMOEvent[] |
WireTap.process(UMOEvent event)
|
UMOEvent[] |
ForwardingConsumer.process(UMOEvent event)
|
UMOEvent[] |
IdempotentReceiver.process(UMOEvent event)
|
UMOEvent[] |
AbstractEventAggregator.process(UMOEvent event)
|
UMOEvent[] |
AbstractEventResequencer.process(UMOEvent event)
|
UMOMessage |
InboundRouterCollection.route(UMOEvent event)
|
Uses of MessagingException in org.mule.routing.nested |
---|
Methods in org.mule.routing.nested that throw MessagingException | |
---|---|
UMOMessage |
NestedRouter.route(UMOEvent event)
|
Uses of MessagingException in org.mule.routing.outbound |
---|
Methods in org.mule.routing.outbound that throw MessagingException | |
---|---|
UMOEndpoint[] |
OutboundRouterCollection.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message |
boolean |
TransformerRouter.isMatch(UMOMessage message)
|
UMOMessage |
OutboundRouterCollection.route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
UMOMessage |
TransformerRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
Uses of MessagingException in org.mule.tck.providers |
---|
Methods in org.mule.tck.providers that throw MessagingException | |
---|---|
abstract UMOMessageAdapter |
AbstractMessageAdapterTestCase.createAdapter(Object payload)
|
Uses of MessagingException in org.mule.tck.testmodels.mule |
---|
Methods in org.mule.tck.testmodels.mule that throw MessagingException | |
---|---|
UMOMessageAdapter |
TestConnector.getMessageAdapter(Object message)
|
UMOStreamMessageAdapter |
TestConnector.getStreamMessageAdapter(InputStream in,
OutputStream out)
|
Uses of MessagingException in org.mule.umo |
---|
Subclasses of MessagingException in org.mule.umo | |
---|---|
class |
ComponentException
ComponentException should be thrown when some action on a component
fails, such as starting or stopping |
Uses of MessagingException in org.mule.umo.provider |
---|
Subclasses of MessagingException in org.mule.umo.provider | |
---|---|
class |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
class |
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload
is set on a Message implementation of MessageAdapter which is not of supported
type for that message or adapter. |
Methods in org.mule.umo.provider that throw MessagingException | |
---|---|
UMOMessageAdapter |
UMOConnector.getMessageAdapter(Object message)
Gets a UMOMessageAdapter from the connector for the given message
(data) |
UMOStreamMessageAdapter |
UMOConnector.getStreamMessageAdapter(InputStream in,
OutputStream out)
Gets a UMOStreamMessageAdapter from the connector for the given
message. |
Uses of MessagingException in org.mule.umo.routing |
---|
Subclasses of MessagingException in org.mule.umo.routing | |
---|---|
class |
ComponentRoutingException
ComponentRoutingException is thrown due to a routing exception
between the endpoint the event was received on and the component receiving the
event. |
class |
CouldNotRouteInboundEventException
CouldNotRouteInboundEventException thrown if the current component
cannot accept the inbound event. |
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.umo.routing that throw MessagingException | |
---|---|
UMOEndpoint[] |
UMOOutboundRouterCollection.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message. |
boolean |
UMOInboundRouter.isMatch(UMOEvent event)
Determines if the event should be processed by this router. |
boolean |
UMOOutboundRouter.isMatch(UMOMessage message)
Determines if the event should be processed by this router. |
UMOEvent[] |
UMOInboundRouter.process(UMOEvent event)
A received UMOEvent is passed to this method for processing. |
UMOMessage |
UMOInboundRouterCollection.route(UMOEvent event)
|
UMOMessage |
UMONestedRouter.route(UMOEvent event)
|
UMOMessage |
UMOOutboundRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
This method is responsible for routing the Message via the Session. |
UMOMessage |
UMOOutboundRouterCollection.route(UMOMessage message,
UMOSession session,
boolean synchronous)
Prepares one or more events to be dispached by a Message Dispatcher. |
Uses of MessagingException in org.mule.umo.security |
---|
Subclasses of MessagingException in org.mule.umo.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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |