Uses of Class
org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle
-
Packages that use DefaultExchangeFormatter.OutputStyle Package Description org.apache.camel.support.processor Base classes and utilities for EIP and Camel processors -
-
Uses of DefaultExchangeFormatter.OutputStyle in org.apache.camel.support.processor
Methods in org.apache.camel.support.processor that return DefaultExchangeFormatter.OutputStyle Modifier and Type Method Description DefaultExchangeFormatter.OutputStyleDefaultExchangeFormatter. getStyle()static DefaultExchangeFormatter.OutputStyleDefaultExchangeFormatter.OutputStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultExchangeFormatter.OutputStyle[]DefaultExchangeFormatter.OutputStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.support.processor with parameters of type DefaultExchangeFormatter.OutputStyle Modifier and Type Method Description voidDefaultExchangeFormatter. setStyle(DefaultExchangeFormatter.OutputStyle style)Sets the outputs style to use.
-