Uses of Class
org.apache.camel.component.cxf.jaxrs.BindingStyle
-
Packages that use BindingStyle Package Description org.apache.camel.component.cxf.jaxrs -
-
Uses of BindingStyle in org.apache.camel.component.cxf.jaxrs
Methods in org.apache.camel.component.cxf.jaxrs that return BindingStyle Modifier and Type Method Description BindingStyleCxfRsEndpoint. getBindingStyle()static BindingStyleBindingStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingStyle[]BindingStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.cxf.jaxrs with parameters of type BindingStyle Modifier and Type Method Description voidCxfRsEndpoint. setBindingStyle(BindingStyle bindingStyle)Sets how requests and responses will be mapped to/from Camel.
-