A B C D E F G H I J M N O P R S T U V W 

A

AbstractBeanDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
AbstractBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.AbstractBeanDefinitionParser
 
AbstractCxfBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
 
AbstractCxfBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
AbstractDataFormatFeature - Class in org.apache.camel.component.cxf.feature
The abstract class for the data format feature
AbstractDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
activate() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
 
addInIntercepters(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
addNamespace(Element, Map<String, String>) - Static method in class org.apache.camel.component.cxf.CxfPayload
 
addNamespace(Element, Map<String, String>) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
addOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
addResourceClass(Class<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
ADDRESS - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
afterConfiguration(String, String, Endpoint, Map<String, Object>) - Method in class org.apache.camel.component.cxf.CxfComponent
 
afterConfiguration(String, String, Endpoint, Map<String, Object>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
 

B

BeanIdAware - Interface in org.apache.camel.component.cxf.jaxrs
We can get and set the BeanId through this interface
bindBody(Message, Object[], int) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
Binds the message body.
bindCamelHeadersToRequestHeaders(Map<String, Object>, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the camel headers to request headers that gets passed to CXF RS WebClient APIs.
bindCamelHeadersToRequestHeaders(Map<String, Object>, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
bindCamelMessageBodyToRequestBody(Message, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the camel in message body to a request body that gets passed to CXF RS WebClient APIs.
bindCamelMessageBodyToRequestBody(Message, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
This method call Message.getBody(MessageContentsList) to allow an appropriate converter to kick in even through we only read the first element off the MessageContextList.
bindHeadersFromSubresourceLocators(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
Transfers path parameters from the full path (including ancestor subresource locators) into Camel IN Message Headers.
bindParameters(Message, Object[], String[], int) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
Binds JAX-RS parameter types (@HeaderParam, @QueryParam, @MatrixParam, etc.) to the exchange.
bindResponseHeadersToCamelHeaders(Object, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the response headers to camel out headers.
bindResponseHeadersToCamelHeaders(Object, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
We will return an empty Map unless the response parameter is a Response object.
bindResponseToCamelBody(Object, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the HTTP response body to camel out body
bindResponseToCamelBody(Object, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
By default, we just return the response object.
BlueprintSupport - Interface in org.apache.camel.component.cxf.blueprint
 
buildResponse(Exchange, Object) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
Builds the response for the client.
buildServiceFromWSDL(String) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
bus - Variable in class org.apache.camel.component.cxf.CxfEndpoint
 
bus - Variable in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 

C

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
 
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
 
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
CXF Bean component creates CxfBeanEndpoint which represents a bean.
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
CXF Bean Endpoint is a ProcessorEndpoint which associated with a CxfBeanDestination.
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
Defines the CXF Component
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
The Type Converters for CXF related types' converting .
CxfEndpoint - Class in org.apache.camel.component.cxf
Defines the CXF Endpoint.
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
CxfMessage body type when DataFormat.PAYLOAD is used.
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
Defines the CXF RS Component
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(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
Defines the CXF Endpoint
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
 

D

DATA_FORMAT_PROPERTY - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
DataFormat - Enum in org.apache.camel.component.cxf
The data format the user expects to see at the Camel CXF components.
DataFormatProvider<T> - Class in org.apache.camel.component.cxf.jaxrs
 
DataFormatProvider() - Constructor for class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
DataInInterceptor - Class in org.apache.camel.component.cxf.util
 
DataInInterceptor() - Constructor for class org.apache.camel.component.cxf.util.DataInInterceptor
 
DataOutInterceptor - Class in org.apache.camel.component.cxf.util
 
DataOutInterceptor() - Constructor for class org.apache.camel.component.cxf.util.DataOutInterceptor
 
deactivate() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
 
dealias() - Method in enum org.apache.camel.component.cxf.DataFormat
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
DefaultCxfBinding - Class in org.apache.camel.component.cxf
The Default CXF binding implementation.
DefaultCxfBinding() - Constructor for class org.apache.camel.component.cxf.DefaultCxfBinding
 
DefaultCxfRsBinding - Class in org.apache.camel.component.cxf.jaxrs
Default strategy to bind between Camel and CXF exchange for RESTful resources.
DefaultCxfRsBinding() - Constructor for class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
DefaultPayloadProviderSEI - Interface in org.apache.camel.component.cxf
 
DefaultSEI - Interface in org.apache.camel.component.cxf
A Default Service Endpoint Interface (aka serviceClass) to be used if neither explicit serviceClass and WSDL is specified in a CXF endpoint
destroy() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
DISPATCH_DEFAULT_OPERATION_NAMESPACE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
DISPATCH_NAMESPACE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
DOCUMENT_HOLDER - Static variable in class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetInterceptor
 
documentToCxfPayload(Document, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.component.cxf.spring.CxfRsClientFactoryBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.component.cxf.spring.CxfRsServerFactoryBeanDefinitionParser
 
doStart() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
doStart() - Method in class org.apache.camel.component.cxf.CxfConsumer
 
doStart() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
doStart() - Method in class org.apache.camel.component.cxf.CxfProducer
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
doStop() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
doStop() - Method in class org.apache.camel.component.cxf.CxfConsumer
 
doStop() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
doStop() - Method in class org.apache.camel.component.cxf.CxfProducer
 
doStop() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
doStop() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
doStop() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 

E

elementToCxfPayload(Element, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
 
elementToString(Element) - Static method in class org.apache.camel.component.cxf.util.CxfUtils
 
EndpointDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
EndpointDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser
 
entityProviders - Variable in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
extractInvocationContextFromCamel(Exchange, Map<String, Object>, Map<String, Object>, String) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
extractJaxWsContext(Exchange, Map<String, Object>) - Method in interface org.apache.camel.component.cxf.CxfBinding
Extract the message headers which key are start from javax.xml.ws* from the CXF exchange's inMessage, and put these headers into the context
extractJaxWsContext(Exchange, Map<String, Object>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 

F

faultOccurred(Exception, String, Message) - Method in class org.apache.camel.component.cxf.NullFaultListener
 
filterCamelHeadersForResponseHeaders(Map<String, Object>, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
Filters the response headers that will be sent back to the client.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
fromMethod(Method) - Static method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
Processes this method definition and extracts metadata relevant for the binding process.

G

getAddress() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getAddress() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getAllowStreaming() - Method in class org.apache.camel.component.cxf.CxfComponent
 
getAllowStreaming() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getApplicationContext() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getBean() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBeanClass(Element) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
getBeanId() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getBeanId() - Method in interface org.apache.camel.component.cxf.jaxrs.BeanIdAware
 
getBeanId() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
getBeanId() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
getBeanId() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
getBinding() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getBindingConfig() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getBindingId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getBindingStyle() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getBlueprintCamelContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBlueprintCamelContext() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
getBlueprintContainer() - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
 
getBlueprintContainer() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
getBlueprintContainer() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
getBlueprintContainer() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBlueprintContainer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
getBody() - Method in class org.apache.camel.component.cxf.CxfPayload
Get the body as a List of DOM elements.
getBodyFromCamel(Message, DataFormat) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getBodySources() - Method in class org.apache.camel.component.cxf.CxfPayload
Gets the body as a List of source objects.
getBundleContext() - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
 
getBundleContext() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
getBundleContext() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
getBundleContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBundleContext() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getCamelToCxfHeaderMap() - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
getClient() - Method in class org.apache.camel.component.cxf.CxfProducer
 
getClientFactoryBeanCache() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
getContentFromCxf(Message, DataFormat) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getContentTypeString(List<String>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getContinuationTimeout() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getContinuationTimeout() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getCxfBeanBinding() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getCxfBinding() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCxfEndpointConfigurer() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCxfEndpointPropertyValue(CxfSpringEndpoint, String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getCxfToCamelHeaderMap() - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
getDataBinding() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getDataFormat() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getDefaultOperationName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getDefaultOperationNamespace() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getDefinition(String) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
getDestination(EndpointInfo, Bus) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanTransportFactory
 
getEffectiveAddress(Exchange, String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
Get effective address for a client to invoke a service.
getEndpoint(String) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
 
getEndpointLocalName() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getEndpointNamespace() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getFeatures() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getFeatures() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getHandlers() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
getHeaders() - Method in class org.apache.camel.component.cxf.CxfPayload
 
getIdOrName(Element) - Static method in class org.apache.camel.component.cxf.blueprint.AbstractBeanDefinitionParser
 
getInFaultInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getInFaultInterceptors() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getInInterceptorNames() - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
getInInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getInInterceptors() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getInstance(Message) - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
getLength() - Method in class org.apache.camel.component.cxf.converter.NodeListWrapper
 
getLogger() - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
getLogger() - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
getLogger() - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
getLogger() - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
getManagedClasses() - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
getMaxClientCacheSize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getMergeProtocolHeaders() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getObject() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getObjectType() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getOutFaultInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getOutFaultInterceptors() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getOutInterceptorNames() - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
getOutInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getOutInterceptors() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getParameters() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getPassword() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getPayloadBodyElements(Message, Map<String, String>) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getPortName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getPortName(CxfEndpoint) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getProperties() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getProperties() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getPropertyMap(BeanDefinitionBuilder, boolean) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
getProviders() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getProviders() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getPublishedEndpointUrl() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getQName(String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getRedirectLocation() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getResourceClass() - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
getResourceClasses() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getResponseBody() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getResponseHeaders() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getResponsePayloadList(Exchange, List<Source>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getSchemaLocation(String) - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
getSchemaLocations() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getSchemaLocations() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getServer() - Method in class org.apache.camel.component.cxf.CxfConsumer
 
getServer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
getServiceClass() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getServiceFactoryBean() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getServiceLocalName() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getServiceName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getServiceName(CxfEndpoint) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getServiceNamespace() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
getStatusCode() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getStatusText() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getStringFromInputStream(InputStream) - Static method in class org.apache.camel.component.cxf.util.CxfUtils
 
getSupportedReaderFormats() - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
 
getSupportedWriterFormats() - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
 
getTransportId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getUri() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getUsername() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getWrappedStyle() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getWsdlURL() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 

H

handleException(Map<String, Object>, Throwable) - Method in class org.apache.camel.component.cxf.CxfClientCallback
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.camel.component.cxf.interceptors.CxfMessageSoapHeaderOutInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.RawMessageContentRedirectInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.camel.component.cxf.interceptors.SetSoapVersionInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.util.DataInInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.util.DataOutInterceptor
 
handleResponse(Map<String, Object>, Object[]) - Method in class org.apache.camel.component.cxf.CxfClientCallback
 
hasAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
hasBusProperty() - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
hasWebServiceAnnotation(Class<?>) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
HybridSourceDataBinding - Class in org.apache.camel.component.cxf
This is a hybrid DataBinding of JAXBDataBinding and SourceDataBinding.
HybridSourceDataBinding() - Constructor for class org.apache.camel.component.cxf.HybridSourceDataBinding
 

I

inInterceptorNames - Variable in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
init() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
init() - Method in class org.apache.camel.component.cxf.spring.NamespaceHandler
 
initialize(Client, Bus) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
initialize(Client, Bus) - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
initialize(Client, Bus) - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
initialize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsHeaderFilterStrategy
 
initializeWSDLOperations() - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
INSTANCE - Static variable in class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetInterceptor
 
INSTANCE - Static variable in class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetOutInterceptor
 
invoke(Source) - Method in interface org.apache.camel.component.cxf.DefaultPayloadProviderSEI
 
invoke(String, String) - Method in interface org.apache.camel.component.cxf.DefaultSEI
 
invoke(Object, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.SubResourceClassInvocationHandler
 
invokeHttpClient(Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
invokeOneWay(String) - Method in interface org.apache.camel.component.cxf.DefaultSEI
 
invokeProxyClient(Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
isAsyncInvocationSupported(Exchange) - Method in class org.apache.camel.component.cxf.CxfConsumer
 
isEagerInit() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
isHttpClientAPI() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isInOut() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
isMtomEnabled() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isPopulateFromClass() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
isPrototype() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
isSetDefaultBus() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
isSetDefaultBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSetDefaultBus() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
isSingleton() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
isSkipFaultLogging() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSkipFaultLogging() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isSkipPayloadMessagePartCheck() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isUnwrapParameterFlag() - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
isWrapped() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
item(int) - Method in class org.apache.camel.component.cxf.converter.NodeListWrapper
 

J

JAXWS_CONTEXT - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 

M

mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.camel.component.cxf.spring.CxfRsClientFactoryBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.camel.component.cxf.spring.CxfRsServerFactoryBeanDefinitionParser
 
mapToProperty(BeanDefinitionBuilder, String, String) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
Override mapToProperty() to handle the '#' reference notation ourselves.
MessageDataFormatFeature - Class in org.apache.camel.component.cxf.feature
Deprecated.
MessageDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.MessageDataFormatFeature
Deprecated.
 
METHOD - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 

N

NamespaceHandler - Class in org.apache.camel.component.cxf.spring
 
NamespaceHandler() - Constructor for class org.apache.camel.component.cxf.spring.NamespaceHandler
 
newJAXRSClientFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
newJAXRSClientFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
newJAXRSClientFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
newJAXRSServerFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
newJAXRSServerFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
newJAXRSServerFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
nodeListToCxfPayload(NodeList, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
 
NodeListWrapper - Class in org.apache.camel.component.cxf.converter
 
NodeListWrapper(List<Element>) - Constructor for class org.apache.camel.component.cxf.converter.NodeListWrapper
 
NullFaultListener - Class in org.apache.camel.component.cxf
 
NullFaultListener() - Constructor for class org.apache.camel.component.cxf.NullFaultListener
 

O

OPERATION_NAME - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
OPERATION_NAMESPACE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
org.apache.camel.component.cxf - package org.apache.camel.component.cxf
Defines the CXF Component
org.apache.camel.component.cxf.blueprint - package org.apache.camel.component.cxf.blueprint
 
org.apache.camel.component.cxf.converter - package org.apache.camel.component.cxf.converter
 
org.apache.camel.component.cxf.cxfbean - package org.apache.camel.component.cxf.cxfbean
 
org.apache.camel.component.cxf.feature - package org.apache.camel.component.cxf.feature
 
org.apache.camel.component.cxf.interceptors - package org.apache.camel.component.cxf.interceptors
Defines the CXF Component's interceptors
org.apache.camel.component.cxf.jaxrs - package org.apache.camel.component.cxf.jaxrs
 
org.apache.camel.component.cxf.spring - package org.apache.camel.component.cxf.spring
 
org.apache.camel.component.cxf.util - package org.apache.camel.component.cxf.util
 
outInterceptorNames - Variable in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 

P

parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser
 
parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.RsClientDefinitionParser
 
parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.RsServerDefinitionParser
 
parseAttributes(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
parseResponseHeaders(Object, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
PayLoadDataFormatFeature - Class in org.apache.camel.component.cxf.feature
This feature just setting up the CXF endpoint interceptor for handling the Message in PAYLOAD data format
PayLoadDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
PayLoadDataFormatFeature(Boolean) - Constructor for class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
performInvocation(Exchange, Object, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
 
populateCxfRequestFromExchange(Exchange, Exchange, Map<String, Object>) - Method in interface org.apache.camel.component.cxf.CxfBinding
Populate a CXF Exchange from a Camel Exchange.
populateCxfRequestFromExchange(Exchange, Exchange, Map<String, Object>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
This method is called by CxfProducer.process(Exchange).
populateCxfResponseFromExchange(Exchange, Exchange) - Method in interface org.apache.camel.component.cxf.CxfBinding
Populate a CXF Exchange from a Camel Exchange.
populateCxfResponseFromExchange(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
This method is called by CxfConsumer to populate a CXF response exchange from a Camel exchange.
populateCxfRsProducerException(Exchange, Response, int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
populateCxfRsResponseFromExchange(Exchange, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Populate the CxfRsResponse object from the camel exchange
populateCxfRsResponseFromExchange(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
populateCxfRsResponseFromExchange(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
 
populateExchangeFromCxfRequest(Exchange, Exchange) - Method in interface org.apache.camel.component.cxf.CxfBinding
Populate a Camel Exchange from a CXF Exchange, which is an incoming request from a CXF client.
populateExchangeFromCxfRequest(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
This method is called by CxfConsumer.
populateExchangeFromCxfResponse(Exchange, Exchange, Map<String, Object>) - Method in interface org.apache.camel.component.cxf.CxfBinding
Populate a Camel Exchange from a CXF Exchange, which is a an incoming response from a CXF server.
populateExchangeFromCxfResponse(Exchange, Exchange, Map<String, Object>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
This method is called by CxfProducer.process(Exchange).
populateExchangeFromCxfRsRequest(Exchange, Exchange, Method, Object[]) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Populate the camel exchange from the CxfRsRequest, the exchange will be consumed by the processor which the CxfRsConsumer attached.
populateExchangeFromCxfRsRequest(Exchange, Exchange, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
populateExchangeFromCxfRsRequest(Exchange, Exchange, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
 
PORT_LOCALNAME - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
PORT_NAME - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
PORT_NAMESPACE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
prepareRequest(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.CxfProducer
 
process(Exchange) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.cxf.CxfProducer
 
process(Exchange) - Method in class org.apache.camel.component.cxf.CxfProducer
This processor binds Camel exchange to a CXF exchange and invokes the CXF client.
process(Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
propagateHeadersFromCamelToCxf(Exchange, Map<String, Object>, Exchange, Map<String, Object>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
propagateHeadersFromCxfToCamel(Message, Message, Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
propagateResponseHeadersToCamel(Message, Exchange) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
 
PROTOCOL_NAME_RES - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 

R

RAWDataFormatFeature - Class in org.apache.camel.component.cxf.feature
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the Message in Message data format.
RAWDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
RawMessageContentRedirectInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
RawMessageContentRedirectInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.RawMessageContentRedirectInterceptor
 
RawMessageWSDLGetInterceptor - Class in org.apache.camel.component.cxf.interceptors
Just copy the from WSDLGetInterceptor to provide backward compatible support for 2.7.x
RawMessageWSDLGetInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetInterceptor
 
RawMessageWSDLGetOutInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
RawMessageWSDLGetOutInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.RawMessageWSDLGetOutInterceptor
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
releaseInstance(Message, Object) - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
removeFaultInInterceptorFromClient(Client) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
removeInterceptor(List<Interceptor<? extends Message>>, Class<? extends Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
removeInterceptors(List<Interceptor<? extends Message>>, Collection<Class<?>>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
removeInterceptorWhichIsInThePhases(List<Interceptor<? extends Message>>, String[]) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
Deprecated.
removeInterceptorWhichIsInThePhases(List<Interceptor<? extends Message>>, String[], Set<String>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
removeInterceptorWhichIsOutThePhases(List<Interceptor<? extends Message>>, String[]) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
Deprecated.
removeInterceptorWhichIsOutThePhases(List<Interceptor<? extends Message>>, String[], Set<String>) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
REMOVING_FAULT_IN_INTERCEPTORS - Static variable in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
replaceMultiPartContentType(String) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
resetPartTypeClass(BindingMessageInfo) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
resetPartTypeClass(MessageInfo) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
resetPartTypeClass(BindingMessageInfo) - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
resetPartTypeClass(MessageInfo) - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
resolvePropertyPlaceholders(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
resolvePropertyPlaceholders(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
RsClientBlueprintBean - Class in org.apache.camel.component.cxf.blueprint
 
RsClientBlueprintBean() - Constructor for class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
RsClientDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
RsClientDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.RsClientDefinitionParser
 
RsServerBlueprintBean - Class in org.apache.camel.component.cxf.blueprint
 
RsServerBlueprintBean() - Constructor for class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
RsServerDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
RsServerDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.RsServerDefinitionParser
 

S

schemaLocations - Variable in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
SERVICE_CLASS - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
SERVICE_LOCALNAME - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
SERVICE_NAME - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
SERVICE_NAMESPACE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
SET_DEFAULT_BUS - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
setAddress(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setAddress(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfComponent
 
setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
setBeanId(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setBeanId(String) - Method in interface org.apache.camel.component.cxf.jaxrs.BeanIdAware
 
setBeanId(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
setBeanId(String) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setBeanId(String) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
setBinding(CxfRsBinding) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setBindingConfig(BindingConfiguration) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setBindingId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setBindingStyle(CxfRsEndpoint.BindingStyle) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
See documentation of CxfRsEndpoint.BindingStyle.
setBlueprintCamelContext(BlueprintCamelContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBlueprintCamelContext(BlueprintCamelContext) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
setBlueprintContainer(BlueprintContainer) - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
setBundleContext(BundleContext) - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
 
setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setCamelToCxfHeaderMap(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
setCfgFiles(String) - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
setCharsetWithContentType(Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
setContinuationTimeout(long) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setContinuationTimeout(long) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setCxfBeanBinding(CxfMessageMapper) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setCxfBeanComponent(CxfBeanComponent) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanTransportFactory
 
setCxfBinding(CxfBinding) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setCxfEndpointConfigurer(CxfEndpointConfigurer) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setCxfToCamelHeaderMap(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
setDataBinding(DataBinding) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setDataFormat(DataFormat) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setDefaultOperationName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setDefaultOperationNamespace(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setEndpointLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setEndpointName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setEndpointNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setEndpointNameString(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setFeatures(List<Feature>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setFeatures(List<Feature>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setFormat(DataFormat) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
setFormat(String, DataFormat) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
setFormats(Map<String, DataFormat>) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
setHandlers(List<Handler>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
setHttpClientAPI(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setIncludeDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setInOut(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
setMaxClientCacheSize(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setMergeProtocolHeaders(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setMtomEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setParameters(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setPassword(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setPopulateFromClass(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setPortName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setProperties(Map<String, Object>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setProperties(Map<String, Object>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setProvider(Object) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setProviders(List<Object>) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setProviders(List<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setPublishedEndpointUrl(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setResourceClasses(List<Class<?>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setResourceClasses(Class<?>...) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setSchemaLocation(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setSchemaLocations(List<String>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSchemaLocations(List<String>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setServiceClass(String) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setServiceClass(Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceClass(Object) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceClass(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceClass(Class<?>) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
setServiceFactoryBean(Object) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setServiceName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setServiceNameString(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
setSkipPayloadMessagePartCheck(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
SetSoapVersionInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
SetSoapVersionInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.SetSoapVersionInterceptor
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setTransportId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setUnwrapParameterFlag(boolean) - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
setupClientFactoryBean(ClientFactoryBean, Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setupClientHeaders(Client, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
setupClientQueryAndHeaders(WebClient, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
setupCommonFactoryProperties(AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setupEndpoint(Endpoint) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
setupHandlers(ClientFactoryBean, Client) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setupJAXRSClientFactoryBean(JAXRSClientFactoryBean, String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setupJAXRSServerFactoryBean(JAXRSServerFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setupServerFactoryBean(ServerFactoryBean, Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Populate server factory bean
setUsername(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setWrapped(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setWrappedStyle(Boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setWsdlURL(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
SimpleCxfRsBinding - Class in org.apache.camel.component.cxf.jaxrs
A CXF RS Binding which maps method parameters as Camel IN headers and the payload as the IN message body.
SimpleCxfRsBinding() - Constructor for class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding
 
SimpleCxfRsBinding.MethodSpec - Class in org.apache.camel.component.cxf.jaxrs
 
SimpleCxfRsBinding.MethodSpec() - Constructor for class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
 
soapMessageToInputStream(SOAPMessage, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
soapMessageToString(SOAPMessage, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
sourceToCxfPayload(Source, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
 
SPRING_CONTEXT_ENDPOINT - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
SpringBusFactoryBean - Class in org.apache.camel.component.cxf.spring
This factoryBean which can help user to choice CXF components that he wants bus to load without needing to import bunch of CXF packages in OSGi bundle, as the SpringBusFactory will try to load the bus extensions with the CXF bundle classloader.
SpringBusFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
SpringJAXRSClientFactoryBean - Class in org.apache.camel.component.cxf.spring
 
SpringJAXRSClientFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
SpringJAXRSServerFactoryBean - Class in org.apache.camel.component.cxf.spring
 
SpringJAXRSServerFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
SubResourceClassInvocationHandler - Class in org.apache.camel.component.cxf.jaxrs
 
SubResourceClassInvocationHandler() - Constructor for class org.apache.camel.component.cxf.jaxrs.SubResourceClassInvocationHandler
 

T

toArray(Object) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toDataFormat(String) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toInputStream(Response, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toMessageContentsList(Object[]) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toQName(String) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toString() - Method in class org.apache.camel.component.cxf.CxfPayload
 
TRANSPORT_ID - Static variable in class org.apache.camel.component.cxf.cxfbean.CxfBeanTransportFactory
 

U

updateEndpointUri(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
updateEndpointUri(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
useIntrospectionOnEndpoint() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
 

V

valueOf(String) - Static method in enum org.apache.camel.component.cxf.DataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint.BindingStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.cxf.DataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint.BindingStyle
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
WSDL_URL - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.
 
WSDLServiceFactoryBean - Class in org.apache.camel.component.cxf
A service factory bean class that create a service factory without requiring a service class (SEI).
WSDLServiceFactoryBean() - Constructor for class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
WSDLServiceFactoryBean(Class<?>) - Constructor for class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
A B C D E F G H I J M N O P R S T U V W 

Apache Camel