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 classDomResultHandlerUses DOM to handle results of the transformationclassFileResultHandlerUse file to handle the result of XSLT transformation.classStreamResultHandlerProcesses the XSLT result as a byte[]classStringResultHandlerProcesses the XSLT result as a StringMethods in org.apache.camel.component.xslt that return ResultHandler Modifier and Type Method Description ResultHandlerDomResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)ResultHandlerFileResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)ResultHandlerResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)Creates theResultHandlerto useResultHandlerStreamResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)ResultHandlerStringResultHandlerFactory. createResult(org.apache.camel.Exchange exchange)
-