Uses of Interface
org.apache.camel.component.xslt.ResultHandler
-
-
Uses of ResultHandler in org.apache.camel.component.xslt
Classes in org.apache.camel.component.xslt that implement ResultHandler Modifier and Type Class Description class
DomResultHandler
Uses DOM to handle results of the transformationclass
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 StringMethods in org.apache.camel.component.xslt that return ResultHandler Modifier and Type Method Description ResultHandler
DomResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
ResultHandler
FileResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
ResultHandler
ResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
Creates theResultHandler
to useResultHandler
StreamResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
ResultHandler
StringResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
-