Uses of Class
org.apache.camel.builder.endpoint.dsl.XsltEndpointBuilderFactory.XsltOutput
-
Packages that use XsltEndpointBuilderFactory.XsltOutput Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of XsltEndpointBuilderFactory.XsltOutput in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XsltEndpointBuilderFactory.XsltOutput Modifier and Type Method Description static XsltEndpointBuilderFactory.XsltOutput
XsltEndpointBuilderFactory.XsltOutput. valueOf(String name)
Returns the enum constant of this type with the specified name.static XsltEndpointBuilderFactory.XsltOutput[]
XsltEndpointBuilderFactory.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 XsltEndpointBuilderFactory.XsltOutput Modifier and Type Method Description default XsltEndpointBuilderFactory.XsltEndpointBuilder
XsltEndpointBuilderFactory.XsltEndpointBuilder. output(XsltEndpointBuilderFactory.XsltOutput output)
Option to specify which output type to use.
-