Uses of Interface
org.apache.camel.component.cxf.CxfBinding

Packages that use CxfBinding
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
 class DefaultCxfBinding
          The Default CXF binding implementation.
 

Methods in org.apache.camel.component.cxf that return CxfBinding
 CxfBinding CxfEndpoint.getCxfBinding()
           
 

Methods in org.apache.camel.component.cxf with parameters of type CxfBinding
 void CxfEndpoint.setCxfBinding(CxfBinding cxfBinding)
           
 

Constructors in org.apache.camel.component.cxf with parameters of type CxfBinding
CxfClientCallback(org.apache.camel.AsyncCallback callback, org.apache.camel.Exchange camelExchange, org.apache.cxf.message.Exchange cxfExchange, org.apache.cxf.service.model.BindingOperationInfo boi, CxfBinding binding)
           
 



Apache CAMEL