Spring Integration

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.

Author:
Jonas Partner

Method Summary
 Source createSource(Object payload)
          Create appropriate Source instance for payload
 

Method Detail

createSource

Source createSource(Object payload)
Create appropriate Source instance for payload


Spring Integration

Copyright © 2010. All Rights Reserved.