Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.umo.transformer: Javadoc index of package org.mule.umo.transformer.


Package Samples:

org.mule.umo.transformer: 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  

Classes:

UMOTransformer: UMOTransformer manages the transformation and or translation of one type of data to the other. Source data is received, then processed and returned via the transform() method. The return Class is specifed so that the return message is validated defore it is returned. This interface also has the provission of a Transformer session, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data. When a session is rolled back a cached copy of the source data will be returned. When the session is committed the caches are cleared. Starting a session ...
TransformerException: TransformerException is a simple exception that is thrown by transformers.

Home | Contact Us | Privacy Policy | Terms of Service