Class StringSourceFactory

java.lang.Object
org.springframework.integration.xml.source.StringSourceFactory
All Implemented Interfaces:
SourceFactory

public class StringSourceFactory extends Object implements SourceFactory
SourceFactory implementation which supports creation of a StringSource from a Document, File or String payload
Author:
Jonas Partner, Mark Fisher, Artem Bilan, Christian Tzolov
  • Constructor Details

    • StringSourceFactory

      public StringSourceFactory()
    • StringSourceFactory

      public StringSourceFactory(TransformerFactory transformerFactory)
  • Method Details