Uses of Interface
org.mule.umo.provider.UMOMessageAdapter

Packages that use UMOMessageAdapter
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.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.streaming   
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. 
 

Uses of UMOMessageAdapter in org.mule.impl
 

Classes in org.mule.impl that implement UMOMessageAdapter
 class MuleMessage
          MuleMessage is a wrapper that contains a payload and properties associated with the payload.
 

Methods in org.mule.impl that return UMOMessageAdapter
 UMOMessageAdapter MuleMessage.getAdapter()
           
 

Constructors in org.mule.impl with parameters of type UMOMessageAdapter
MuleMessage(Object message, UMOMessageAdapter previous)
           
 

Uses of UMOMessageAdapter in org.mule.providers
 

Classes in org.mule.providers that implement UMOMessageAdapter
 class AbstractMessageAdapter
          AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
 class DefaultMessageAdapter
          DefaultMessageAdapter can be used to wrap an arbitary object where no special 'apapting' is needed.
 class WriterMessageAdapter
          WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the writer
 

Methods in org.mule.providers that return UMOMessageAdapter
 UMOMessageAdapter AbstractServiceEnabledConnector.getMessageAdapter(Object message)
          Gets a UMOMessageAdapter for the endpoint for the given message (data)
 

Constructors in org.mule.providers with parameters of type UMOMessageAdapter
DefaultMessageAdapter(Object message, UMOMessageAdapter previous)
           
 

Uses of UMOMessageAdapter in org.mule.providers.service
 

Methods in org.mule.providers.service that return UMOMessageAdapter
 UMOMessageAdapter ConnectorServiceDescriptor.createMessageAdapter(Object message)
           
protected  UMOMessageAdapter ConnectorServiceDescriptor.createMessageAdapter(Object message, String clazz)
           
 

Uses of UMOMessageAdapter in org.mule.providers.streaming
 

Classes in org.mule.providers.streaming that implement UMOMessageAdapter
 class OutStreamMessageAdapter
          StreamMessageAdapter wraps an java.io.OutputStream and allows meta information to be associated with the stream
 class StreamMessageAdapter
          Provides a generic base class for stream based message flows in Mule.
 

Uses of UMOMessageAdapter in org.mule.umo
 

Subinterfaces of UMOMessageAdapter in org.mule.umo
 interface UMOMessage
          UMOMessage represents a message payload.
 

Methods in org.mule.umo that return UMOMessageAdapter
 UMOMessageAdapter UMOMessage.getAdapter()
           
 

Uses of UMOMessageAdapter in org.mule.umo.provider
 

Subinterfaces of UMOMessageAdapter in org.mule.umo.provider
 interface UMOStreamMessageAdapter
          A stream message adapter rovides a generic base class for stream based message flows in Mule.
 

Methods in org.mule.umo.provider that return UMOMessageAdapter
 UMOMessageAdapter UMOConnector.getMessageAdapter(Object message)
          Gets a UMOMessageAdapter from the connector for the given message (data)
 

Constructors in org.mule.umo.provider with parameters of type UMOMessageAdapter
UniqueIdNotSupportedException(UMOMessageAdapter adapter)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, Message message)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, Throwable cause)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.