A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

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
 
AbstractHostnameVerifierEndpointConfigurer - Class in org.apache.camel.component.cxf.common
 
AbstractHostnameVerifierEndpointConfigurer(HostnameVerifier) - Constructor for class org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer
 
AbstractSslEndpointConfigurer - Class in org.apache.camel.component.cxf.common
 
AbstractSslEndpointConfigurer(SSLContextParameters, CamelContext) - Constructor for class org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
 
AbstractTLSClientParameterConfigurer - Class in org.apache.camel.component.cxf.common
 
AbstractTLSClientParameterConfigurer() - Constructor for class org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer
 
addChild(CxfConfigurer) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer
 
addChild(CxfRsConfigurer) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
 
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
 
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.
bindCamelMessageToRequestEntity(Object, Message, Exchange) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the Camel message to a request Entity that gets passed to AsyncInvoker.method(java.lang.String, javax.ws.rs.client.Entity, javax.ws.rs.client.InvocationCallback).
bindCamelMessageToRequestEntity(Object, Message, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
bindCamelMessageToRequestEntity(Object, Message, Exchange, WebClient) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsBinding
Bind the Camel message to a request Entity that gets passed to AsyncInvoker.method(java.lang.String, javax.ws.rs.client.Entity, javax.ws.rs.client.InvocationCallback).
bindCamelMessageToRequestEntity(Object, Message, Exchange, WebClient) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
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.
BindingStyle - Enum in org.apache.camel.component.cxf.jaxrs
 
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.
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
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 
bus - Variable in class org.apache.camel.component.cxf.CxfEndpoint
 
bus - Variable in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 

C

CachedCxfPayload<T> - Class in org.apache.camel.component.cxf.converter
 
CachedCxfPayload(CxfPayload<T>, Exchange) - Constructor for class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
CamelResourceProvider - Class in org.apache.camel.component.cxf.jaxrs
 
CamelResourceProvider(Class<?>) - Constructor for class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
ChainedCxfConfigurer - Class in org.apache.camel.component.cxf
 
ChainedCxfConfigurer.NullCxfConfigurer - Class in org.apache.camel.component.cxf
 
ChainedCxfRsConfigurer - Class in org.apache.camel.component.cxf.jaxrs
 
ChainedCxfRsConfigurer.NullCxfRsConfigurer - Class in org.apache.camel.component.cxf.jaxrs
 
checkBeanType(Object, Class<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
checkServiceClassAnnotations(Class<?>) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
checkServiceClassName(String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
close() - Method in class org.apache.camel.component.cxf.util.ReaderInputStream
Close the stream.
closeCamelUnitOfWork(Message) - Static method in class org.apache.camel.component.cxf.util.CxfUtils
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.cxf.CxfComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.cxf.CxfEndpointConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer
 
configure(AbstractWSDLBasedEndpointFactory) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer
 
configure(AbstractWSDLBasedEndpointFactory) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer.NullCxfConfigurer
 
configure(AbstractWSDLBasedEndpointFactory) - Method in interface org.apache.camel.component.cxf.CxfConfigurer
Configure the CXF Server/Client factory bean
configure(AbstractWSDLBasedEndpointFactory) - Method in class org.apache.camel.component.cxf.HostnameVerifierCxfConfigurer
 
configure(AbstractWSDLBasedEndpointFactory) - Method in class org.apache.camel.component.cxf.SslCxfConfigurer
 
configure(AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
 
configure(AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer.NullCxfRsConfigurer
 
configure(AbstractJAXRSFactoryBean) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsConfigurer
Configure the CXF-RS Server/Client factory bean
configure(AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.HostnameVerifierCxfRsConfigurer
 
configure(AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.SslCxfRsConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer.NullCxfConfigurer
 
configureClient(Client) - Method in interface org.apache.camel.component.cxf.CxfConfigurer
Configure the CXF Client such as setting some parameters on the client conduit
configureClient(Client) - Method in class org.apache.camel.component.cxf.HostnameVerifierCxfConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.SslCxfConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer.NullCxfRsConfigurer
 
configureClient(Client) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsConfigurer
Configure the CXF Client such as setting some parameters on the client conduit
configureClient(Client) - Method in class org.apache.camel.component.cxf.jaxrs.HostnameVerifierCxfRsConfigurer
 
configureClient(Client) - Method in class org.apache.camel.component.cxf.jaxrs.SslCxfRsConfigurer
 
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 class org.apache.camel.component.cxf.ChainedCxfConfigurer
 
configureServer(Server) - Method in class org.apache.camel.component.cxf.ChainedCxfConfigurer.NullCxfConfigurer
 
configureServer(Server) - Method in interface org.apache.camel.component.cxf.CxfConfigurer
Configure the CXF Server such as setting some parameters on the server destination
configureServer(Server) - Method in class org.apache.camel.component.cxf.HostnameVerifierCxfConfigurer
 
configureServer(Server) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
 
configureServer(Server) - Method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer.NullCxfRsConfigurer
 
configureServer(Server) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsConfigurer
Configure the CXF Server such as setting some parameters on the server destination
configureServer(Server) - Method in class org.apache.camel.component.cxf.jaxrs.HostnameVerifierCxfRsConfigurer
 
configureServer(Server) - Method in class org.apache.camel.component.cxf.jaxrs.SslCxfRsConfigurer
 
configureServer(Server) - Method in class org.apache.camel.component.cxf.SslCxfConfigurer
 
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
 
copy(Exchange) - Method in class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
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
 
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
 
create(HostnameVerifier) - Static method in class org.apache.camel.component.cxf.HostnameVerifierCxfConfigurer
 
create(HostnameVerifier) - Static method in class org.apache.camel.component.cxf.jaxrs.HostnameVerifierCxfRsConfigurer
 
create(CxfConfigurer, CxfConfigurer) - Static method in class org.apache.camel.component.cxf.ChainedCxfConfigurer
 
create(CxfRsConfigurer, CxfRsConfigurer) - Static method in class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
 
create(SSLContextParameters, CamelContext) - Static method in class org.apache.camel.component.cxf.jaxrs.SslCxfRsConfigurer
 
create(SSLContextParameters, CamelContext) - Static method in class org.apache.camel.component.cxf.SslCxfConfigurer
 
createBus - Variable in class org.apache.camel.component.cxf.CxfEndpoint
 
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() - Method in class org.apache.camel.component.cxf.CxfEndpoint
Create a client factory bean object without serviceClass interface.
createClientFactoryBean(Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Create a client factory bean object.
createConsumer(Processor) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
createCxfEndpoint(String) - Method in class org.apache.camel.component.cxf.CxfComponent
 
createCxfSpringEndpoint(String) - Method in class org.apache.camel.component.cxf.CxfComponent
 
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(Component, String, AbstractJAXRSFactoryBean) - Method in interface org.apache.camel.component.cxf.jaxrs.CxfRsEndpointFactoryBean
 
createEndpoint(Component, String, AbstractJAXRSFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsEndpointFactoryBean
 
createEndpoint(EndpointInfo) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
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
 
createServer() - Method in class org.apache.camel.component.cxf.CxfConsumer
 
createServer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
createWriter(Class<T>) - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
 
Custom - org.apache.camel.component.cxf.jaxrs.BindingStyle
A custom binding set by the user.
CXF_MESSAGE - org.apache.camel.component.cxf.DataFormat
CXF_MESSAGE is the message that is received from the transport layer and then processed through the full set of CXF interceptors.
CxfBinding - Interface in org.apache.camel.component.cxf
An strategy interface for implementing binding between CXF Exchange and Camel Exchange.
CxfClientCallback - Class in org.apache.camel.component.cxf
 
CxfClientCallback(AsyncCallback, Exchange, Exchange, BindingOperationInfo, CxfEndpoint) - 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
 
CxfComponentConfigurer - Class in org.apache.camel.component.cxf
Generated by camel build tools - do NOT edit this file!
CxfComponentConfigurer() - Constructor for class org.apache.camel.component.cxf.CxfComponentConfigurer
 
CxfConfigurer - Interface in org.apache.camel.component.cxf
A pluggable strategy for configuring the CXF by using java code
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 .
CxfConverterLoader - Class in org.apache.camel.component.cxf.converter
Generated by camel build tools - do NOT edit this file!
CxfConverterLoader() - Constructor for class org.apache.camel.component.cxf.converter.CxfConverterLoader
 
CxfEndpoint - Class in org.apache.camel.component.cxf
Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client.
CxfEndpoint() - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
 
CxfEndpoint(String, CxfComponent) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
 
CxfEndpointBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
 
CxfEndpointBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
CxfEndpointConfigurer - Class in org.apache.camel.component.cxf
Generated by camel build tools - do NOT edit this file!
CxfEndpointConfigurer() - Constructor for class org.apache.camel.component.cxf.CxfEndpointConfigurer
 
CxfEndpointUriFactory - Class in org.apache.camel.component.cxf
Generated by camel build tools - do NOT edit this file!
CxfEndpointUriFactory() - Constructor for class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
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
 
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
 
CxfPayloadConverterLoader - Class in org.apache.camel.component.cxf.converter
Generated by camel build tools - do NOT edit this file!
CxfPayloadConverterLoader() - Constructor for class org.apache.camel.component.cxf.converter.CxfPayloadConverterLoader
 
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
 
cxfPayLoadToStreamCache(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.
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
 
CxfRsComponentConfigurer - Class in org.apache.camel.component.cxf.jaxrs
Generated by camel build tools - do NOT edit this file!
CxfRsComponentConfigurer() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsComponentConfigurer
 
CxfRsConfigurer - Interface in org.apache.camel.component.cxf.jaxrs
A pluggable strategy for configuring the Camel CXF RS by using java code
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
Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.
CxfRsEndpoint() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
CxfRsEndpoint(String, Component) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
CxfRsEndpointConfigurer - Class in org.apache.camel.component.cxf.jaxrs
Generated by camel build tools - do NOT edit this file!
CxfRsEndpointConfigurer() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer
 
CxfRsEndpointFactoryBean - Interface in org.apache.camel.component.cxf.jaxrs
SPI factory bean for creating CxfRsEndpoint.
CxfRsEndpointUriFactory - Class in org.apache.camel.component.cxf.jaxrs
Generated by camel build tools - do NOT edit this file!
CxfRsEndpointUriFactory() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 
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, 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() - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
 
CxfSpringEndpoint(CxfComponent, String) - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
 
CxfUtils - Class in org.apache.camel.component.cxf.util
 

D

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
 
dealias() - Method in enum org.apache.camel.component.cxf.DataFormat
 
Default - org.apache.camel.component.cxf.jaxrs.BindingStyle
This is the traditional binding style, which simply dumps the MessageContentsList coming in from the CXF stack onto the IN message body.
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
 
DefaultCxfRsEndpointFactoryBean - Class in org.apache.camel.component.cxf.jaxrs
 
DefaultCxfRsEndpointFactoryBean() - Constructor for class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsEndpointFactoryBean
 
DefaultModelResource - Interface in org.apache.camel.component.cxf.jaxrs
Default JAX-RS resource that may be used to support document-only CXFRS consumers
DefaultPayloadProviderSEI - Interface in org.apache.camel.component.cxf
 
defaultResourceMethod() - Method in interface org.apache.camel.component.cxf.jaxrs.DefaultModelResource
 
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
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
 
doInit() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
doInit() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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.CxfConsumer
 
doStart() - Method in class org.apache.camel.component.cxf.CxfProducer
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
doStart() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
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
 
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
 
getBeanClass(Element) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
 
getBeanId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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.CxfRsEndpoint
 
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
 
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.
getBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getCamelContext() - Method in class org.apache.camel.component.cxf.converter.CxfConverterLoader
 
getCamelContext() - Method in class org.apache.camel.component.cxf.converter.CxfPayloadConverterLoader
 
getChainedCxfConfigurer() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getChainedCxfRsEndpointConfigurer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getClient() - Method in class org.apache.camel.component.cxf.CxfProducer
 
getClientFactoryBeanCache() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.cxf.CxfEndpointConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer
 
getContentFromCxf(Message, DataFormat, String) - 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
 
getCookieHandler() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCookieHandler() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getCxfBinding() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCxfConfigurer() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCxfEndpointPropertyValue(CxfSpringEndpoint, String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getCxfRsConfigurer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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
 
getEffectiveAddress(Exchange, String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
Get effective address for a client to invoke a service.
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.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
 
getHostnameVerifier() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getHostnameVerifier() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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.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
 
getMaxClientCacheSize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getModelRef() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getNsMap() - Method in class org.apache.camel.component.cxf.CxfPayload
 
getNullSafeCxfRsEndpointConfigurer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getObject() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getObjectType() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.cxf.CxfComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.cxf.CxfEndpointConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.cxf.CxfComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.cxf.CxfEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer
 
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
 
getPortNameAsQName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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.jaxrs.CxfRsEndpoint
 
getPublishedEndpointUrl() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getPublishedEndpointUrl() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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
 
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
 
getServiceBeans() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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
 
getServiceNameAsQName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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
 
getSslContextParameters() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getSslContextParameters() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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(SoapMessage) - Method in class org.apache.camel.component.cxf.interceptors.CxfMessageSoapHeaderOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.camel.component.cxf.interceptors.SetSoapVersionInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.OneWayOutgoingChainInterceptor
 
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(Message) - Method in class org.apache.camel.component.cxf.interceptors.UnitOfWorkCloserInterceptor
 
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
 
hostnameVerifier - Variable in class org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer
 
HostnameVerifierCxfConfigurer - Class in org.apache.camel.component.cxf
 
HostnameVerifierCxfRsConfigurer - Class in org.apache.camel.component.cxf.jaxrs
 
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.spring.NamespaceHandler
 
initialize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsHeaderFilterStrategy
 
initialize(Client, 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(Client, Bus) - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
initializeWSDLOperations() - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
inMemory() - Method in class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
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(Object, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.SubResourceClassInvocationHandler
 
invoke(String, String) - Method in interface org.apache.camel.component.cxf.DefaultSEI
 
invoke(Source) - Method in interface org.apache.camel.component.cxf.DefaultPayloadProviderSEI
 
invokeAsyncHttpClient(Exchange, AsyncCallback) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
invokeAsyncProxyClient(Exchange, AsyncCallback) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
 
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
 
isDefaultBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isDefaultBus() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isEagerInit() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
isEnabled(String) - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
isEnabled(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 
isHttpClientAPI() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isIgnoreDeleteMethodMessageBody() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
 
isMergeProtocolHeaders() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isMtomEnabled() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isOneway() - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
isPerformInvocation() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isPropagateContexts() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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
 
isSingleton() - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
 
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
 
isSynchronous() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSynchronous() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isUnwrapParameterFlag() - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.cxf.CxfComponent
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
 
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
 

L

length() - Method in class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
load(TypeConverterRegistry) - Method in class org.apache.camel.component.cxf.converter.CxfConverterLoader
 
load(TypeConverterRegistry) - Method in class org.apache.camel.component.cxf.converter.CxfPayloadConverterLoader
 

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.
MESSAGE - org.apache.camel.component.cxf.DataFormat
Deprecated.
- equivalent to RAW mode for Camel 2.x
MessageDataFormatFeature - Class in org.apache.camel.component.cxf.feature
Deprecated.
MessageDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.MessageDataFormatFeature
Deprecated.
 
MethodSpec() - Constructor for class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding.MethodSpec
 
multiValuePrefixes() - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
multiValuePrefixes() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 

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.CxfRsEndpoint
 
newJAXRSClientFactoryBean() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
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
 
NullCxfConfigurer() - Constructor for class org.apache.camel.component.cxf.ChainedCxfConfigurer.NullCxfConfigurer
 
NullCxfRsConfigurer() - Constructor for class org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer.NullCxfRsConfigurer
 
NullFaultListener - Class in org.apache.camel.component.cxf
 
NullFaultListener() - Constructor for class org.apache.camel.component.cxf.NullFaultListener
 

O

OneWayOutgoingChainInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
OneWayOutgoingChainInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.OneWayOutgoingChainInterceptor
 
org.apache.camel.component.cxf - package org.apache.camel.component.cxf
Defines the CXF Component
org.apache.camel.component.cxf.common - package org.apache.camel.component.cxf.common
 
org.apache.camel.component.cxf.converter - package org.apache.camel.component.cxf.converter
 
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

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
 
PAYLOAD - org.apache.camel.component.cxf.DataFormat
PAYLOAD is the message payload of the message after message configured in the CXF endpoint is applied.
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
 
POJO - org.apache.camel.component.cxf.DataFormat
POJOs (Plain old Java objects) are the Java parameters to the method it is invoking on the target server.
populateCxfHeaderFromCamelExchangeBeforeCheckError(Exchange, Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
This method is called by CxfConsumer to populate a CXF response protocol headers from a Camel exchange headers before CheckError.
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
 
prepareRequest(Exchange, Exchange) - 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
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.cxf.CxfProducer
 
process(Exchange, AsyncCallback) - 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
 
propertyNames() - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
propertyNames() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 

R

RAW - org.apache.camel.component.cxf.DataFormat
RAW is the raw message that is received from the transport layer.
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
 
read() - Method in class org.apache.camel.component.cxf.util.ReaderInputStream
Read a single byte.
read(byte[]) - Method in class org.apache.camel.component.cxf.util.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[], int, int) - Method in class org.apache.camel.component.cxf.util.ReaderInputStream
Read the specified number of bytes into an array.
ReaderInputStream - Class in org.apache.camel.component.cxf.util
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream that uses the default character encoding with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - Constructor for class org.apache.camel.component.cxf.util.ReaderInputStream
Construct a new ReaderInputStream.
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
 
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
 
reset() - Method in class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
resetPartTypeClass(BindingMessageInfo) - 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.CXFMessageDataFormatFeature
 
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
 

S

secretPropertyNames() - Method in class org.apache.camel.component.cxf.CxfEndpointUriFactory
 
secretPropertyNames() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUriFactory
 
setAddress(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The service publish address.
setAddress(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
The service publish address.
setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfComponent
This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases.
setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases.
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.CxfEndpoint
 
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.CxfRsEndpoint
 
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
To use a custom CxfBinding to control the binding between Camel Message and CXF Message.
setBindingConfig(BindingConfiguration) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setBindingId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The bindingId for the service model to use.
setBindingStyle(BindingStyle) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Sets how requests and responses will be mapped to/from Camel.
setBodySources(List<Source>) - Method in class org.apache.camel.component.cxf.CxfPayload
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.CxfEndpoint
To use a custom configured CXF Bus.
setBus(Bus) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
To use a custom configured CXF Bus.
setCamelContext(CamelContext) - Method in class org.apache.camel.component.cxf.converter.CxfConverterLoader
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.cxf.converter.CxfPayloadConverterLoader
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setCfgFiles(String) - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
setCharsetWithContentType(Exchange) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
setCharsetWithContentType(Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
setContinuationTimeout(long) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option is used to set the CXF continuation timeout which could be used in CxfConsumer by default when the CXF server is using Jetty or Servlet transport.
setContinuationTimeout(long) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option is used to set the CXF continuation timeout which could be used in CxfConsumer by default when the CXF server is using Jetty or Servlet transport.
setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Configure a cookie handler to maintain a HTTP session
setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Configure a cookie handler to maintain a HTTP session
setCxfBinding(CxfBinding) - Method in class org.apache.camel.component.cxf.CxfEndpoint
To use a custom CxfBinding to control the binding between Camel Message and CXF Message.
setCxfConfigurer(CxfConfigurer) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option could apply the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer which supports to configure the CXF endpoint in programmatic way.
setCxfRsConfigurer(CxfRsConfigurer) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option could apply the implementation of org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which supports to configure the CXF endpoint in programmatic way.
setDataBinding(DataBinding) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setDataFormat(DataFormat) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The data type messages supported by the CXF endpoint.
setDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Will set the default bus when CXF endpoint create a bus by itself
setDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Will set the default bus when CXF endpoint create a bus by itself
setDefaultOperationName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option will set the default operationName that will be used by the CxfProducer which invokes the remote service.
setDefaultOperationNamespace(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option will set the default operationNamespace that will be used by the CxfProducer which invokes the remote service.
setEndpointLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setEndpointName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setEndpointNameAsQName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setEndpointNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
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
Set the feature list to the CxfRs endpoint.
setFormat(String, DataFormat) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
setFormat(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.CxfEndpoint
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
setHostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The hostname verifier to be used.
setHostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
The hostname verifier to be used.
setHttpClientAPI(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
If it is true, the CxfRsProducer will use the HttpClientAPI to invoke the service.
setIgnoreDeleteMethodMessageBody(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option is used to tell CxfRsProducer to ignore the message body of the DELETE method when using HTTP API.
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
Set the inFaultInterceptors to the CxfRs endpoint.
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
Set the inInterceptors to the CxfRs endpoint.
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option enables CXF Logging Feature which writes inbound and outbound SOAP messages to log.
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.CxfEndpoint
To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.
setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
To limit the total size of number of bytes the logger will output when logging feature has been enabled.
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
This option allows you to configure the maximum size of the cache.
setMergeProtocolHeaders(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Whether to merge protocol headers.
setModelRef(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option is used to specify the model file which is useful for the resource class without annotation.
setMtomEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
To enable MTOM (attachments).
setOneway(boolean) - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
 
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
Set the outFaultInterceptors to the CxfRs endpoint.
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
Set the outInterceptor to the CxfRs endpoint.
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
This option is used to set the basic authentication information of password for the CXF client.
setPerformInvocation(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
When the option is true, Camel will perform the invocation of the resource class instance and put the response object into the exchange for further processing.
setPortName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The endpoint name this service is implementing, it maps to the wsdl:port@name.
setPortNameAsQName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setPropagateContexts(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
When the option is true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be available to custom CXFRS processors as typed Camel exchange properties.
setProperties(Map<String, Object>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
To set additional CXF options using the key/value pairs from the Map.
setProperties(Map<String, Object>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setProperties(Map<String, Object>) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
 
setProvider(Object) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Set custom JAX-RS provider to the CxfRs endpoint.
setProviders(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Set custom JAX-RS provider(s) list which is looked up in the registry.
setProviders(List<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
setPublishedEndpointUrl(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option can override the endpointUrl that published from the WSDL which can be accessed with service address url plus ?wsd
setPublishedEndpointUrl(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option can override the endpointUrl that published from the WADL which can be accessed with resource address url plus ?_wadl
setResourceClasses(Class<?>...) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setResourceClasses(List<Class<?>>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
The resource classes which you want to export as REST service.
setSchemaLocation(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.
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
Sets the locations of the schema(s) which can be used to validate the incoming XML or JAXB-driven JSON.
setServiceBean(Object) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setServiceBeans(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
The service beans (the bean ids to lookup in the registry) which you want to export as REST service.
setServiceBeans(List<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setServiceClass(Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.
setServiceClass(Class<?>) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
setServiceClass(Object) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.
setServiceClass(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.
setServiceFactory(Object) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceFactoryBean(Object) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setServiceName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The service name this service is implementing, it maps to the wsdl:service@name.
setServiceNameAsQName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.
setSkipFaultLogging(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.
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
Sets whether SOAP message validation should be disabled.
SetSoapVersionInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
SetSoapVersionInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.SetSoapVersionInterceptor
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The Camel SSL setting reference.
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
The Camel SSL setting reference.
setSynchronous(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSynchronous(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
This option tells the CxfRsProducer to inspect return codes and will generate an Exception if the return code is larger than 207.
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
 
setupClientMatrix(WebClient, 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
 
setupHttpConduit(HTTPConduit) - Method in class org.apache.camel.component.cxf.common.AbstractHostnameVerifierEndpointConfigurer
 
setupHttpConduit(HTTPConduit) - Method in class org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
 
setupJAXRSClientFactoryBean(JAXRSClientFactoryBean, String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setupJAXRSClientFactoryBean(JAXRSClientFactoryBean, String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
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
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.cxf.CxfComponent
Enable usage of global SSL context parameters.
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
Enable usage of global SSL context parameters.
setUsername(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
This option is used to set the basic authentication information of username for the CXF client.
setWrapped(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Which kind of operation that CXF endpoint producer will invoke
setWrappedStyle(Boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The WSDL style that describes how parameters are represented in the SOAP body.
setWsdlURL(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
The location of the WSDL.
SimpleConsumer - org.apache.camel.component.cxf.jaxrs.BindingStyle
Only available for consumers. This binding style processes request parameters, multiparts, etc.
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
 
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
 
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
 
SslCxfConfigurer - Class in org.apache.camel.component.cxf
 
SslCxfRsConfigurer - Class in org.apache.camel.component.cxf.jaxrs
 
sslSocketFactory - Variable in class org.apache.camel.component.cxf.common.AbstractSslEndpointConfigurer
 
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
 
tryToGetTLSClientParametersFromConduit(HTTPConduit) - Method in class org.apache.camel.component.cxf.common.AbstractTLSClientParameterConfigurer
 

U

UnitOfWorkCloserInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
UnitOfWorkCloserInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.UnitOfWorkCloserInterceptor
 
UnitOfWorkCloserInterceptor(String, boolean) - Constructor for class org.apache.camel.component.cxf.interceptors.UnitOfWorkCloserInterceptor
 
updateEndpointUri(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
updateEndpointUri(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 

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.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.BindingStyle
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(OutputStream) - Method in class org.apache.camel.component.cxf.converter.CachedCxfPayload
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.camel.component.cxf.jaxrs.DataFormatProvider
 
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 L M N O P R S T U V W 
All Classes All Packages