Uses of Class
org.apache.camel.builder.endpoint.dsl.XsltSaxonEndpointBuilderFactory.XsltOutput
-
Packages that use XsltSaxonEndpointBuilderFactory.XsltOutput Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of XsltSaxonEndpointBuilderFactory.XsltOutput in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XsltSaxonEndpointBuilderFactory.XsltOutput Modifier and Type Method Description static XsltSaxonEndpointBuilderFactory.XsltOutput
XsltSaxonEndpointBuilderFactory.XsltOutput. valueOf(String name)
Returns the enum constant of this type with the specified name.static XsltSaxonEndpointBuilderFactory.XsltOutput[]
XsltSaxonEndpointBuilderFactory.XsltOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type XsltSaxonEndpointBuilderFactory.XsltOutput Modifier and Type Method Description default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder. output(XsltSaxonEndpointBuilderFactory.XsltOutput output)
Option to specify which output type to use.
-