|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.extras.client | Simple interface for Mule clients to send and receive events from local or remote Mule Servers. |
org.mule.extras.groovy.transformers | Groovy transformers are configured to transform messages using groovy scripts. |
org.mule.extras.spring.events | A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. |
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.model | Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.email.transformers | Contains transformers to convert to and from the java.mail.Message type. |
org.mule.providers.file.transformers | Transformers for converting to and from the FileMessage type. |
org.mule.providers.http.transformers | |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.jms.transformers | Contains transformers to convert to and from different javax.jms.Message types |
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.routing.response | Response router implementations that enable asynchronous event processing in request /response messaging requests. |
org.mule.tck | Provides a suite of abstract test cases that can be used to test you custom Mule extensions. |
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.xml | Xml and Xslt Transformer implementations. |
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.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
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.extras.client | |
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.extras.groovy.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.extras.spring.events | |
TransformerException
TransformerException is a simple exception that is thrown by
transformers. |
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.model | |
TransformerException
TransformerException is a simple exception that is thrown by
transformers. |
Classes in org.mule.umo.transformer used by org.mule.providers | |
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.email.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.providers.file.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.providers.http.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.providers.jms | |
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.jms.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.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.routing.response | |
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.tck | |
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.xml | |
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.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.model | |
TransformerException
TransformerException is a simple exception that is thrown by
transformers. |
Classes in org.mule.umo.transformer used by org.mule.umo.routing | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |