Interface ResultHandlerFactory

All Known Implementing Classes:
DomResultHandlerFactory, FileResultHandlerFactory, StreamResultHandlerFactory, StringResultHandlerFactory

public interface ResultHandlerFactory
Factory for ResultHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    createResult(org.apache.camel.Exchange exchange)
    Creates the ResultHandler to use
  • Method Details