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

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

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

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

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

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

Constructors in org.apache.camel.component.cxf with parameters of type CxfEndpoint
CxfConsumer(CxfEndpoint endpoint, org.apache.camel.Processor processor)
           
CxfProducer(CxfEndpoint endpoint)
          Constructor to create a CxfProducer.
 



Apache CAMEL