com.bea.alsb.financial.api
Class TransformationAPI

java.lang.Object
  extended by com.bea.alsb.financial.api.TransformationAPI

public final class TransformationAPI
extends Object

Facade API for transformation operations.


Method Summary
static MessageWrapper transform(MessageWrapper messageWrapper, String mappingName)
          Transforms a message from one format (type) to another.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static MessageWrapper transform(MessageWrapper messageWrapper,
                                       String mappingName)
                                throws TransformationException
Transforms a message from one format (type) to another. This does not have any lenient version.

Parameters:
messageWrapper - the wrapper of the original (source) message.
mappingName - the name of the financial mapping (transformation) as defined in the designer.
Returns:
the wrapper with the newly-created destination message.
Throws:
TransformationException - for transformation errors.