SOURCE - Type of object to be convertedTARGET - Type of conversion resultpublic interface Converter<SOURCE,TARGET>
Initiator and Endpoint as data must be translated
from one domain object to another.
A Converter defines a contract for such translation.TARGET convert(SOURCE payload) throws TransformationException
source - object to be convertedTransformationException - if error converting S to TCopyright © 2007-2016 Ikasan. All Rights Reserved.