Class SourceCreatingTransformer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ExpressionCapable, GenericTransformer<Message<?>,Message<?>>, NamedComponent, Transformer

public class SourceCreatingTransformer extends AbstractPayloadTransformer<Object,Source>
Transforms the payload to a Source using a SourceFactory. Defaults to using a DomSourceFactory if an alternative is not provided.
Author:
Jonas Partner