Uses of Class
org.mule.transformer.AbstractMessageTransformer

Packages that use AbstractMessageTransformer
org.mule.expression.transformers   
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.simple Basic transformer implementations. 
 

Uses of AbstractMessageTransformer in org.mule.expression.transformers
 

Subclasses of AbstractMessageTransformer in org.mule.expression.transformers
 class AbstractExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 class BeanBuilderTransformer
          This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as expressions
 class ExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 

Uses of AbstractMessageTransformer in org.mule.transformer
 

Subclasses of AbstractMessageTransformer in org.mule.transformer
 class AbstractMessageAwareTransformer
          Deprecated.  
 class TransformerChain
          A referencable chain of transformers that can be used as a single transformer
 class TransformerTemplate
          TODO
 

Uses of AbstractMessageTransformer in org.mule.transformer.simple
 

Subclasses of AbstractMessageTransformer in org.mule.transformer.simple
 class AbstractAddVariablePropertyTransformer
           
 class AbstractRemoveVariablePropertyTransformer
           
 class AddAttachmentTransformer
           
 class AddFlowVariableTransformer
           
 class AddPropertyTransformer
           
 class AddSessionVariableTransformer
           
 class AutoTransformer
          A transformer that uses the transform discovery mechanism to convert the message payload.
 class CopyAttachmentsTransformer
           
 class CopyPropertiesTransformer
           
 class MessagePropertiesTransformer
           A configurable message transformer that allows users to add, overwrite, rename and delete properties on the current message.
 class MuleMessageToByteArray
          TODO
 class ParseTemplateTransformer
          Loads a template and parses its content to resolve expressions.
 class RemoveAttachmentTransformer
           
 class RemoveFlowVariableTransformer
           
 class RemovePropertyTransformer
           
 class RemoveSessionVariableTransformer
           
 class SetPayloadTransformer
          Transformer that modifies the payload of the message according to the provided value.
 



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