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 XsltOutputXsltEndpoint. getOutput()static XsltOutputXsltOutput. 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 voidXsltAggregationStrategy. setOutput(XsltOutput output)voidXsltEndpoint. setOutput(XsltOutput output)Option to specify which output type to use.XsltAggregationStrategyXsltAggregationStrategy. withOutput(XsltOutput output)
-