Uses of Interface
org.apache.camel.component.cxf.CxfBinding
-
Packages that use CxfBinding Package Description org.apache.camel.component.cxf Defines the CXF Component -
-
Uses of CxfBinding in org.apache.camel.component.cxf
Classes in org.apache.camel.component.cxf that implement CxfBinding Modifier and Type Class Description classDefaultCxfBindingThe Default CXF binding implementation.Methods in org.apache.camel.component.cxf that return CxfBinding Modifier and Type Method Description CxfBindingCxfEndpoint. getCxfBinding()Methods in org.apache.camel.component.cxf with parameters of type CxfBinding Modifier and Type Method Description voidCxfEndpoint. setCxfBinding(CxfBinding cxfBinding)To use a custom CxfBinding to control the binding between Camel Message and CXF Message.
-