Uses of Class
org.apache.camel.component.xslt.XsltOutput
-
-
Uses of XsltOutput in org.apache.camel.component.xslt
Methods in org.apache.camel.component.xslt that return XsltOutput Modifier and Type Method Description XsltOutput
XsltEndpoint. getOutput()
static XsltOutput
XsltOutput. valueOf(String name)
Returns the enum constant of this type with the specified name.static XsltOutput[]
XsltOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.xslt with parameters of type XsltOutput Modifier and Type Method Description void
XsltAggregationStrategy. setOutput(XsltOutput output)
void
XsltEndpoint. setOutput(XsltOutput output)
Option to specify which output type to use.XsltAggregationStrategy
XsltAggregationStrategy. withOutput(XsltOutput output)
-