Uses of Class
org.apache.camel.component.cxf.CxfEndpoint
-
Packages that use CxfEndpoint Package Description 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 Modifier and Type Class Description classCxfSpringEndpointDefines the CXF EndpointMethods in org.apache.camel.component.cxf that return CxfEndpoint Modifier and Type Method Description CxfEndpointCxfEndpoint. copy()protected CxfEndpointCxfComponent. createCxfEndpoint(String remaining)protected CxfEndpointCxfComponent. createCxfSpringEndpoint(String beanId)Methods in org.apache.camel.component.cxf with parameters of type CxfEndpoint Modifier and Type Method Description static QNameCxfEndpointUtils. getPortName(CxfEndpoint endpoint)static QNameCxfEndpointUtils. getServiceName(CxfEndpoint endpoint)Constructors in org.apache.camel.component.cxf with parameters of type CxfEndpoint Constructor Description 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.
-