Package org.mule.providers

Contains Abstract classes providing common functionality for all Mule providers.

See:
          Description

Interface Summary
ReplyToHandler ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
 

Class Summary
AbstractConnector AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractMessageAdapter AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as File or tcp.
AbstractMessageDispatcher

AbstractMessageDispatcher TODO (document class)

AbstractMessageReceiver AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractServiceEnabledConnector AbstractServiceEnabledConnector initialises a connector from a sercive descriptor.
DefaultMessageAdapter DefaultMessageAdapter can be used to wrap an arbitary object where no special 'apapting' is needed.
DefaultReplyToHandler DefaultReplyToHandler is responsible for processing a message replyTo header.
NullPayload NullPayload represents a null event payload
PollingMessageReceiver PollingMessageReceiver implements a polling message receiver.
TransactedPollingMessageReceiver  
WriterMessageAdapter WriterMessageAdapter TODO
 

Package org.mule.providers Description

Contains Abstract classes providing common functionality for all Mule providers. Custom providers should use these base classes as they provider almost all the functionality needed by Mule to interact with the underlying technology.



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