| Home >> All >> org >> mule >> umo >> [ provider Javadoc ] |
org.mule.umo.provider: Javadoc index of package org.mule.umo.provider.
Package Samples:
org.mule.umo.provider
Classes:
UMOMessageReceiver: UMOMessageReceiver is used to receive data from an external system. Typically an implementation of this interface will also implement the listener interface for the external system. For example to listen to a JMS destination the developer would also implement javax.jms.MessageListener. The connector (which creates the UMOMessageReceiver) will then register the reciever with the JMS server. Where a listener interface is not availiable the derived UMOMessageReceiver will implement the code necessary to receive data from the external system. For example, the file connector will poll a specified directory ...
UMOMessageAdapter: UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies
MessageAdapter: MessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies
UMOConnector: UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
MessageReceiver: MessageReceiver TODO (document class)
Connector: Connector TODO -document class
| Home | Contact Us | Privacy Policy | Terms of Service |