Uses of Class
org.apache.camel.spi.RestConfiguration.RestBindingMode

Packages that use RestConfiguration.RestBindingMode
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of RestConfiguration.RestBindingMode in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return RestConfiguration.RestBindingMode
 RestConfiguration.RestBindingMode RestConfiguration.getBindingMode()
          Gets the binding mode used by the REST consumer
static RestConfiguration.RestBindingMode RestConfiguration.RestBindingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestConfiguration.RestBindingMode[] RestConfiguration.RestBindingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.spi with parameters of type RestConfiguration.RestBindingMode
 void RestConfiguration.setBindingMode(RestConfiguration.RestBindingMode bindingMode)
          Sets the binding mode to be used by the REST consumer
 



Apache Camel