Uses of Interface
org.apache.camel.component.cxf.jaxrs.CxfRsBinding
-
-
Uses of CxfRsBinding in org.apache.camel.component.cxf.jaxrs
Classes in org.apache.camel.component.cxf.jaxrs that implement CxfRsBinding Modifier and Type Class Description classDefaultCxfRsBindingDefault strategy to bind between Camel and CXF exchange for RESTful resources.classSimpleCxfRsBindingA CXF RS Binding which maps method parameters as Camel IN headers and the payload as the IN message body.Methods in org.apache.camel.component.cxf.jaxrs that return CxfRsBinding Modifier and Type Method Description CxfRsBindingCxfRsEndpoint. getBinding()Methods in org.apache.camel.component.cxf.jaxrs with parameters of type CxfRsBinding Modifier and Type Method Description voidCxfRsEndpoint. setBinding(CxfRsBinding binding)To use a custom CxfBinding to control the binding between Camel Message and CXF Message.
-