Package org.mule.api.transformer

Contains the interfaces for transformers and exceptions for the Transformer API.

See:
          Description

Interface Summary
Converter Defines a Transformer that is a data type converters, ie: convert data from a type to another without modifying the meaning of the data.
DataType<T> Defines a Java type associated with additional information about the data.
DiscoverableTransformer A interface to denote that a transformer is discoverable.
MessageTransformer A transformer intended to transform Mule messages rather than arbitrary objects
Transformer Transformer can be chained together to covert message payloads from one object type to another.
 

Exception Summary
TransformerException TransformerException is a simple exception that is thrown by transformers.
TransformerMessagingException An exception that occurred while transforming a message.
 

Package org.mule.api.transformer Description

Contains the interfaces for transformers and exceptions for the Transformer API.



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.