Spring Integration

org.springframework.integration.xml.result
Interface ResultFactory

All Known Implementing Classes:
DomResultFactory, StringResultFactory

public interface ResultFactory

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

Author:
Jonas Partner

Method Summary
 Result createResult(Object payload)
           
 

Method Detail

createResult

Result createResult(Object payload)

Spring Integration

Copyright © 2010. All Rights Reserved.