Package org.mule.umo.provider

Contains the interfaces that comprise a provider implementation.

See:
          Description

Interface Summary
UMOConnector UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOMessageAdapter UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies
UMOMessageDispatcher  
UMOMessageDispatcherFactory  
UMOMessageReceiver UMOMessageReceiver is used to receive data from an external system.
 

Exception Summary
ConnectorException ConnectorException TODO
DispatchException DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
MessageTypeNotSupportedException MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of Message Adapter i not of supported type for that message or adapter.
NoReceiverForEndpointException NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
ReceiveException ReceiveException is specifically thrown by the Provider receive method if something fails in the underlying transport
UniqueIdNotSupportedException UniqueIdNotSupportedException is thrown by UMOMessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
 

Package org.mule.umo.provider Description

Contains the interfaces that comprise a provider implementation.



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.