Uses of Package
org.mule.umo.transformer

Packages that use org.mule.umo.transformer
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
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.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformers.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformers.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformers.simple Basic transformer implementations. 
org.mule.transformers.wire   
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.endpoint Endpoint interfaces. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.umo.transformer used by org.mule
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.impl
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.impl.endpoint
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.providers
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.providers.service
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.routing.outbound
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers.codec
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers.compression
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers.encryption
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers.simple
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.transformers.wire
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.umo
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.umo.endpoint
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.umo.manager
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.umo.transformer
TransformerException
          TransformerException is a simple exception that is thrown by transformers.
UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 

Classes in org.mule.umo.transformer used by org.mule.util
UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 



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