Uses of Class
org.apache.camel.component.cxf.CxfEndpoint

Packages that use CxfEndpoint
org.apache.camel.component.cxf Defines the CXF Component 
org.apache.camel.component.cxf.util   
 

Uses of CxfEndpoint in org.apache.camel.component.cxf
 

Subclasses of CxfEndpoint in org.apache.camel.component.cxf
 class CxfSpringEndpoint
          Defines the CXF Endpoint
 

Constructors in org.apache.camel.component.cxf with parameters of type CxfEndpoint
CxfClientCallback(org.apache.camel.AsyncCallback callback, org.apache.camel.Exchange camelExchange, org.apache.cxf.message.Exchange cxfExchange, org.apache.cxf.service.model.BindingOperationInfo boi, CxfEndpoint endpoint)
           
CxfConsumer(CxfEndpoint endpoint, org.apache.camel.Processor processor)
           
CxfProducer(CxfEndpoint endpoint)
          Constructor to create a CxfProducer.
 

Uses of CxfEndpoint in org.apache.camel.component.cxf.util
 

Methods in org.apache.camel.component.cxf.util with parameters of type CxfEndpoint
static QName CxfEndpointUtils.getPortName(CxfEndpoint endpoint)
           
static QName CxfEndpointUtils.getServiceName(CxfEndpoint endpoint)
           
 



Apache CAMEL