Uses of Interface
org.apache.camel.builder.xml.ResultHandler

Packages that use ResultHandler
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
 

Uses of ResultHandler in org.apache.camel.builder.xml
 

Classes in org.apache.camel.builder.xml that implement ResultHandler
 class DomResultHandler
          Uses DOM to handle results of the transformation
 class FileResultHandler
          Use file to handle the result of XSLT transformation.
 class StreamResultHandler
          Processes the XSLT result as a byte[]
 class StringResultHandler
          Processes the XSLT result as a String
 

Methods in org.apache.camel.builder.xml that return ResultHandler
 ResultHandler FileResultHandlerFactory.createResult(Exchange exchange)
           
 ResultHandler StreamResultHandlerFactory.createResult(Exchange exchange)
           
 ResultHandler DomResultHandlerFactory.createResult(Exchange exchange)
           
 ResultHandler StringResultHandlerFactory.createResult(Exchange exchange)
           
 ResultHandler ResultHandlerFactory.createResult(Exchange exchange)
          Creates the ResultHandler to use
 



Apache Camel