- CAMEL_CXF_ATTACHMENTS - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_MESSAGE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_EXTRACT_ENTITY - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_OPERATION_RESOURCE_INFO_STACK - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_QUERY_MAP - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_RESPONSE_CLASS - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_RESPONSE_GENERIC_TYPE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_THROW_EXCEPTION_ON_FAILURE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_USING_HTTP_API - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_CXF_RS_VAR_VALUES - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_EXCHANGE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CAMEL_TRANSPORT_PREFIX - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CamelResourceProvider - Class in org.apache.camel.component.cxf.jaxrs
-
- CamelResourceProvider(Class<?>) - Constructor for class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
-
- camelToCxfHeaderMap - Variable in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- checkBeanType(Object, Class<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- checkName(Object, String) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- checkServiceClassAnnotations(Class<?>) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
-
- checkServiceClassName(String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
-
- configure(AbstractWSDLBasedEndpointFactory) - Method in interface org.apache.camel.component.cxf.CxfEndpointConfigurer
-
Configure the CXF Server/Client factory bean
- configureClient(Client) - Method in interface org.apache.camel.component.cxf.CxfEndpointConfigurer
-
Configure the CXF Client such as setting some parameters on the client conduit
- ConfigureDocLitWrapperInterceptor - Class in org.apache.camel.component.cxf.interceptors
-
This interface configures the flag DocLiteralInInterceptor#KEEP_PARAMETERS_WRAPPER
.
- ConfigureDocLitWrapperInterceptor(boolean) - Constructor for class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
-
- configureServer(Server) - Method in interface org.apache.camel.component.cxf.CxfEndpointConfigurer
-
Configure the CXF Server such as setting some parameters on the server destination
- convertTo(Class<T>, Exchange, Object, TypeConverterRegistry) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
-
Use a fallback type converter so we can convert the embedded list element
if the value is MessageContentsList.
- convertTo(Class<T>, Exchange, Object, TypeConverterRegistry) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- copy() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- copyHttpHeadersFromCxfToCamel(Message, Message) - Static method in class org.apache.camel.component.cxf.util.CxfUtils
-
- copyJaxWsContext(Exchange, Map<String, Object>) - Method in interface org.apache.camel.component.cxf.CxfBinding
-
Copy the javax.xml.ws* headers into cxfExchange's outMessage,
if the cxfExchange has no outMessage, skip this copy
- copyJaxWsContext(Exchange, Map<String, Object>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
-
- copyMessageHeader(Message, Message, String, String) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- copyOperationResourceInfoStack(Message, Message) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- copyProtocolHeader(Message, Message, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- createBeanMetadata(Element, ParserContext, Class<?>) - Method in class org.apache.camel.component.cxf.blueprint.AbstractBeanDefinitionParser
-
- createBus(CamelContext) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
-
Create a CXF bus with either BusFactory or SpringBusFactory if Camel Context
is SpringCamelContext.
- createClientFactoryBean(Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
Create a client factory bean object.
- createClientFactoryBean() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
Create a client factory bean object without serviceClass interface.
- createConsumer(Processor) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- createConsumer(Processor) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.CxfComponent
-
Create a
CxfEndpoint
which, can be a Spring bean endpoint having
URI format cxf:bean:
beanId or transport address endpoint having URI format
cxf://
transportAddress.
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- createEndpoint(EndpointInfo) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
-
- createEndpointUri() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- createInvoker() - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
-
- createJAXRSClientFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- createJAXRSClientFactoryBean(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- createJAXRSServerFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- createProducer() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- createProducer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- createReader(Class<T>) - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
-
- createWriter(Class<T>) - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
-
- CXF_EXCHANGE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CxfBeanComponent - Class in org.apache.camel.component.cxf.cxfbean
-
- CxfBeanComponent() - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
-
- CxfBeanDestination - Class in org.apache.camel.component.cxf.cxfbean
-
A CXF transport
Destination
that listens
Camel
Exchange
from an associated
CxfBeanEndpoint
.
- CxfBeanDestination(CxfBeanComponent, Bus, ConduitInitiator, EndpointInfo) - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
-
- CxfBeanEndpoint - Class in org.apache.camel.component.cxf.cxfbean
-
- CxfBeanEndpoint(String, CxfBeanComponent) - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- CxfBeanTransportFactory - Class in org.apache.camel.component.cxf.cxfbean
-
CXF Bean TransportFactory that overrides CamelTransportFactory to create
a specific Destination (@link CxfBeanDestination}.
- CxfBeanTransportFactory() - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanTransportFactory
-
- CxfBinding - Interface in org.apache.camel.component.cxf
-
An strategy interface for implementing binding between CXF Exchange
and Camel Exchange
.
- CxfBlueprintEndpoint - Class in org.apache.camel.component.cxf
-
- CxfBlueprintEndpoint(String, BundleContext) - Constructor for class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- CxfClientCallback - Class in org.apache.camel.component.cxf
-
- CxfClientCallback(AsyncCallback, Exchange, Exchange, BindingOperationInfo, CxfBinding) - Constructor for class org.apache.camel.component.cxf.CxfClientCallback
-
- CxfComponent - Class in org.apache.camel.component.cxf
-
- CxfComponent() - Constructor for class org.apache.camel.component.cxf.CxfComponent
-
- CxfComponent(CamelContext) - Constructor for class org.apache.camel.component.cxf.CxfComponent
-
- CxfConstants - Interface in org.apache.camel.component.cxf
-
Deprecated.
- CxfConsumer - Class in org.apache.camel.component.cxf
-
A Consumer of exchanges for a service in CXF.
- CxfConsumer(CxfEndpoint, Processor) - Constructor for class org.apache.camel.component.cxf.CxfConsumer
-
- CxfConverter - Class in org.apache.camel.component.cxf.converter
-
- CxfEndpoint - Class in org.apache.camel.component.cxf
-
- CxfEndpoint() - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
- CxfEndpoint(String, CxfComponent) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
- CxfEndpoint(String, CamelContext) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
Deprecated.
- CxfEndpoint(String) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
Deprecated.
- CxfEndpointBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
-
- CxfEndpointBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
-
- CxfEndpointConfigurer - Interface in org.apache.camel.component.cxf
-
A pluggable strategy for configuring the cxfEndpoint by using java code
- CxfEndpointUtils - Class in org.apache.camel.component.cxf
-
- CXFMessageDataFormatFeature - Class in org.apache.camel.component.cxf.feature
-
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the
Message in Message data format.
- CXFMessageDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
-
- CxfMessageSoapHeaderOutInterceptor - Class in org.apache.camel.component.cxf.interceptors
-
- CxfMessageSoapHeaderOutInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.CxfMessageSoapHeaderOutInterceptor
-
- CxfNamespaceHandler - Class in org.apache.camel.component.cxf.blueprint
-
- CxfNamespaceHandler() - Constructor for class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
-
- CxfOperationException - Exception in org.apache.camel.component.cxf
-
- CxfOperationException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.cxf.CxfOperationException
-
- CxfPayload<T> - Class in org.apache.camel.component.cxf
-
- CxfPayload(List<T>, List<Source>, Map<String, String>) - Constructor for class org.apache.camel.component.cxf.CxfPayload
-
- CxfPayload(List<T>, List<Element>) - Constructor for class org.apache.camel.component.cxf.CxfPayload
-
- CxfPayloadConverter - Class in org.apache.camel.component.cxf.converter
-
- cxfPayLoadToNode(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- cxfPayloadToNodeList(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- cxfPayLoadToSource(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- CxfProducer - Class in org.apache.camel.component.cxf
-
CxfProducer binds a Camel exchange to a CXF exchange, acts as a CXF
client, and sends the request to a CXF to a server.
- CxfProducer(CxfEndpoint) - Constructor for class org.apache.camel.component.cxf.CxfProducer
-
Constructor to create a CxfProducer.
- CxfRsBinding - Interface in org.apache.camel.component.cxf.jaxrs
-
Interface to bind between Camel and CXF exchange for RESTful resources.
- CxfRsBlueprintEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsBlueprintEndpoint(Component, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
Deprecated.
- CxfRsBlueprintEndpoint(Component, String, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- CxfRsClientFactoryBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
-
- CxfRsClientFactoryBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfRsClientFactoryBeanDefinitionParser
-
- CxfRsComponent - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsComponent() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- CxfRsComponent(CamelContext) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- CxfRsConsumer - Class in org.apache.camel.component.cxf.jaxrs
-
A Consumer of exchanges for a JAXRS service in CXF.
- CxfRsConsumer(CxfRsEndpoint, Processor) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
-
- CxfRsEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsEndpoint() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- CxfRsEndpoint(String, CamelContext) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
Deprecated.
- CxfRsEndpoint(String, Component) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- CxfRsEndpoint.BindingStyle - Enum in org.apache.camel.component.cxf.jaxrs
-
- CxfRsHeaderFilterStrategy - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsHeaderFilterStrategy() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsHeaderFilterStrategy
-
- CxfRsInvoker - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsInvoker(CxfRsEndpoint, CxfRsConsumer) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
-
- CxfRsProducer - Class in org.apache.camel.component.cxf.jaxrs
-
CxfRsProducer binds a Camel exchange to a CXF exchange, acts as a CXF
JAXRS client, it will turn the normal Object invocation to a RESTful request
according to resource annotation.
- CxfRsProducer(CxfRsEndpoint) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
-
- CxfRsServerFactoryBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
-
- CxfRsServerFactoryBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfRsServerFactoryBeanDefinitionParser
-
- CxfRsSpringEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsSpringEndpoint(Component, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
Deprecated.
- CxfRsSpringEndpoint(Component, String, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
- CxfSpringEndpoint - Class in org.apache.camel.component.cxf
-
- CxfSpringEndpoint(CxfComponent, String) - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- CxfSpringEndpoint() - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- cxfToCamelHeaderMap - Variable in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- CxfUtils - Class in org.apache.camel.component.cxf.util
-