Class SourceCreatingTransformer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ExpressionCapable, NamedComponent, GenericTransformer<Message<?>,​Message<?>>, 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