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.
AbstractMessageAdapter provides a base implementation for simple
message types that maybe don't normally allow for meta information, such as a File
or TCP.
This is a Message receiver worker used by transports that do not have a way for the underlying transport
to call back to the receiver when a message is available such as Jms.