|
|||||||||||
| 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.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.gs | Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. |
| 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.tcp | Provides tcp connectivity for Mule. |
| org.mule.providers.udp | Provides Udp connectivity 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.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
If 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
todo document |
| 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.providers |
| Methods in org.mule.providers that throw MessagingException | |
UMOMessageAdapter |
AbstractServiceEnabledConnector.getMessageAdapter(Object message)
Gets a UMOMessageAdapter for the endpoint for the given message
(data) |
UMOStreamMessageAdapter |
AbstractServiceEnabledConnector.getStreamMessageAdapter(InputStream in,
OutputStream out)
|
| Uses of MessagingException in org.mule.providers.email |
| Methods in org.mule.providers.email that throw MessagingException | |
protected void |
MailMessageAdapter.setMessage(Object message)
|
| Constructors in org.mule.providers.email that throw MessagingException | |
MailMessageAdapter(Object message)
|
|
| 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.gs |
| Constructors in org.mule.providers.gs that throw MessagingException | |
JiniMessageAdapter(Object message)
|
|
| Uses of MessagingException in org.mule.providers.http |
| Constructors in org.mule.providers.http that throw MessagingException | |
HttpMessageAdapter(Object message)
|
|
| 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.tcp |
| Constructors in org.mule.providers.tcp that throw MessagingException | |
TcpMessageAdapter(Object message)
|
|
| Uses of MessagingException in org.mule.providers.udp |
| Constructors in org.mule.providers.udp that throw MessagingException | |
UdpMessageAdapter(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 | |
boolean |
SelectiveConsumer.isMatch(UMOEvent event)
|
UMOEvent[] |
SelectiveConsumer.process(UMOEvent event)
|
UMOMessage |
InboundMessageRouter.route(UMOEvent event)
|
protected String |
IdempotentSecureHashReceiver.getIdForEvent(UMOEvent event)
|
UMOEvent[] |
AbstractEventResequencer.process(UMOEvent event)
|
UMOEvent[] |
AbstractEventAggregator.process(UMOEvent event)
|
boolean |
WireTap.isMatch(UMOEvent event)
|
UMOEvent[] |
WireTap.process(UMOEvent event)
|
boolean |
IdempotentReceiver.isMatch(UMOEvent event)
|
UMOEvent[] |
IdempotentReceiver.process(UMOEvent event)
|
UMOEvent[] |
ForwardingConsumer.process(UMOEvent event)
|
| Uses of MessagingException in org.mule.routing.outbound |
| Methods in org.mule.routing.outbound that throw MessagingException | |
UMOMessage |
OutboundMessageRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
UMOEndpoint[] |
OutboundMessageRouter.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message |
| 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 | |
UMOEvent[] |
UMOInboundRouter.process(UMOEvent event)
A received UMOEvent is passed to this method for processing. |
boolean |
UMOInboundRouter.isMatch(UMOEvent event)
Determines if the event should be processed by this router. |
UMOMessage |
UMOOutboundRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
This method is responsible for routing the Message via the Session. |
boolean |
UMOOutboundRouter.isMatch(UMOMessage message)
Determines if the event should be processed by this router. |
UMOMessage |
UMOInboundMessageRouter.route(UMOEvent event)
|
UMOMessage |
UMOOutboundMessageRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
Prepares one or more events to be dispached by a Message Dispatcher |
UMOEndpoint[] |
UMOOutboundMessageRouter.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message |
| 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 | ||||||||||