com.bea.alsb.financial.api
Class TransformationAPI
java.lang.Object
com.bea.alsb.financial.api.TransformationAPI
public final class TransformationAPI
- extends Object
Facade API for transformation operations.
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.