Uses of Enum Class
org.apache.camel.component.cxf.jaxrs.BindingStyle
-
Uses of BindingStyle in org.apache.camel.component.cxf.jaxrs
Methods in org.apache.camel.component.cxf.jaxrs that return BindingStyleModifier and TypeMethodDescriptionCxfRsEndpoint.getBindingStyle()static BindingStyleReturns the enum constant of this class with the specified name.static BindingStyle[]BindingStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.cxf.jaxrs with parameters of type BindingStyleModifier and TypeMethodDescriptionvoidCxfRsEndpoint.setBindingStyle(BindingStyle bindingStyle) Sets how requests and responses will be mapped to/from Camel.