Uses of Class
org.apache.camel.builder.endpoint.dsl.CxfRsEndpointBuilderFactory.BindingStyle
-
Packages that use CxfRsEndpointBuilderFactory.BindingStyle Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of CxfRsEndpointBuilderFactory.BindingStyle in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CxfRsEndpointBuilderFactory.BindingStyle Modifier and Type Method Description static CxfRsEndpointBuilderFactory.BindingStyleCxfRsEndpointBuilderFactory.BindingStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CxfRsEndpointBuilderFactory.BindingStyle[]CxfRsEndpointBuilderFactory.BindingStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type CxfRsEndpointBuilderFactory.BindingStyle Modifier and Type Method Description default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderCxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder. bindingStyle(CxfRsEndpointBuilderFactory.BindingStyle bindingStyle)Sets how requests and responses will be mapped to/from Camel.
-