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.- Author:
- Jonas Partner
- 
Method SummaryModifier and TypeMethodDescriptioncreateSource(Object payload) Create appropriateSourceinstance forpayload
- 
Method Details- 
createSource
 
-