Uses of Class
org.apache.camel.processor.DefaultExchangeFormatter.OutputStyle

Packages that use DefaultExchangeFormatter.OutputStyle
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of DefaultExchangeFormatter.OutputStyle in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return DefaultExchangeFormatter.OutputStyle
 DefaultExchangeFormatter.OutputStyle DefaultExchangeFormatter.getStyle()
           
static DefaultExchangeFormatter.OutputStyle DefaultExchangeFormatter.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.processor with parameters of type DefaultExchangeFormatter.OutputStyle
 void DefaultExchangeFormatter.setStyle(DefaultExchangeFormatter.OutputStyle style)
          Sets the outputs style to use.
 



Apache Camel