org.jboss.soa.esb.services.transform
Interface TransformationService

All Known Implementing Classes:
SmooksTransformer

public interface TransformationService

Transformation Service interface.

Since:
Version 4.0
Author:
tom.fennelly@jboss.com

Method Summary
 Message transform(Message message)
          Transform the supplied message object and return the transformation result.
 

Method Detail

transform

Message transform(Message message)
                  throws TransformationException
Transform the supplied message object and return the transformation result.

Parameters:
message - The message to be transformed.
Returns:
The transformed message.
Throws:
TransformationException - An Exception occured during the transformation process.