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 CxfRsBindingModifier and TypeClassDescriptionclassDefault strategy to bind between Camel and CXF exchange for RESTful resources.classA 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 CxfRsBindingMethods in org.apache.camel.component.cxf.jaxrs with parameters of type CxfRsBindingModifier and TypeMethodDescriptionvoidCxfRsEndpoint.setBinding(CxfRsBinding binding) To use a custom CxfBinding to control the binding between Camel Message and CXF Message.