org.springframework.integration.xml.source
Interface SourceFactory

All Known Implementing Classes:
DomSourceFactory, StringSourceFactory

public interface SourceFactory

Factory to create a Source possibly taking into account the provided message payload instance.


Method Summary
 javax.xml.transform.Source createSource(java.lang.Object payload)
          Create appropriate Source instance for payload
 

Method Detail

createSource

javax.xml.transform.Source createSource(java.lang.Object payload)
Create appropriate Source instance for payload