A B C D E F G H I J L 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
 
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
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.
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.
bus - Variable in class org.apache.camel.component.cxf.CxfEndpoint
 

C

call() - Method in class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser.PassThroughCallable
 
CallerIDHeaderType - Class in org.apache.camel.pizza.types
Java class for CallerIDHeaderType complex type.
CallerIDHeaderType() - Constructor for class org.apache.camel.pizza.types.CallerIDHeaderType
 
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. 
camelToCxfHeaderMap - Variable in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
checkName(Object, String) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
checkServiceClassAnnotations(Class<?>) - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
checkServiceClassAnnotations(Class<?>) - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
checkServiceClassName(String) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
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
 
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
 
create() - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
createCallerIDHeader(CallerIDHeaderType) - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of JAXBElement<CallerIDHeaderType>}
createCallerIDHeaderType() - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of CallerIDHeaderType
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
 
createData(byte[]) - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
Create an instance of JAXBElement<byte[]>}
createDetail(DetailType) - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
Create an instance of JAXBElement<DetailType>}
createDetailResponse(DetailType) - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
Create an instance of JAXBElement<DetailType>}
createDetailType() - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
Create an instance of DetailType
createEndpoint(String, String, Map) - 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
 
createEndpointUri() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
createGetPerson() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
Create an instance of GetPerson
createGetPerson() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of GetPerson
createGetPersonResponse() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
Create an instance of GetPersonResponse
createGetPersonResponse() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of GetPersonResponse
createInE() - Method in class org.apache.camel.cxf.multipart.types.ObjectFactory
Create an instance of InE
createInHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InHeader
createInHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InHeaderResponse
createInoutHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InoutHeader
createInoutHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InoutHeaderResponse
createInOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InOutOfBandHeader
createInOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InOutOfBandHeaderResponse
createInoutOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InoutOutOfBandHeader
createInoutOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of InoutOutOfBandHeaderResponse
createIntegerInputElem(Integer) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of JAXBElement<Integer>}
createIntegerOutputElem(Integer) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of JAXBElement<Integer>}
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
 
createMe() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of Me
createOrderPizzaResponseType() - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of OrderPizzaResponseType
createOrderPizzaType() - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of OrderPizzaType
createOrderRequest(OrderPizzaType) - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of JAXBElement<OrderPizzaType>}
createOrderResponse(OrderPizzaResponseType) - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of JAXBElement<OrderPizzaResponseType>}
createOutHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of OutHeader
createOutHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of OutHeaderResponse
createOutOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of OutOutOfBandHeader
createOutOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of OutOutOfBandHeaderResponse
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
 
createSOAPHeaderData() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of SOAPHeaderData
createSOAPHeaderInfo(SOAPHeaderData) - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create an instance of JAXBElement<SOAPHeaderData>}
createStringInputElem(String) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of JAXBElement<String>}
createStringOutputElem(String) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of JAXBElement<String>}
createToppingsListType() - Method in class org.apache.camel.pizza.types.ObjectFactory
Create an instance of ToppingsListType
createUnknownPersonFault() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
Create an instance of UnknownPersonFault
createUnknownPersonFault() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
Create an instance of UnknownPersonFault
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(String, CxfComponent) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
 
CxfEndpoint(String, CamelContext) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
 
CxfEndpoint(String) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
 
CxfEndpoint() - 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
 
CxfEndpointUtils - Class in org.apache.camel.component.cxf
 
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<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
 
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
 
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
 
CxfRsEndpoint(String, Component) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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(CamelContext, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
CxfSpringEndpoint - Class in org.apache.camel.component.cxf
Defines the CXF Endpoint
CxfSpringEndpoint(CamelContext, String) - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
 
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.
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
 
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
 
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
 
detail(Holder<byte[]>, Holder<Image>) - Method in interface org.apache.camel.cxf.mtom_feature.Hello
 
DetailType - Class in org.apache.camel.cxf.mtom_feature.types
Java class for DetailType complex type.
DetailType() - Constructor for class org.apache.camel.cxf.mtom_feature.types.DetailType
 
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.  
documentToCxfPayload(Document, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
 
doGetBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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.CxfBeanComponent
 
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.jaxrs.CxfRsConsumer
 
doStop() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
 
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.jaxrs.CxfRsConsumer
 

E

echoData(Holder<byte[]>) - Method in interface org.apache.camel.cxf.mtom_feature.Hello
 
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
 
EndpointDefinitionParser.PassThroughCallable<T> - Class in org.apache.camel.component.cxf.blueprint
 
EndpointDefinitionParser.PassThroughCallable(T) - Constructor for class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser.PassThroughCallable
 
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

firstName - Variable in class org.apache.camel.component.cxf.soap.headers.Me
 
foo(InE, InE, Holder<InE>, Holder<InE>) - Method in interface org.apache.camel.cxf.multipart.MultiPartInvoke
 

G

getAddress() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getAddress() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
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
 
getBindingId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getBlueprintCamelContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBlueprintContainer() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBody() - Method in class org.apache.camel.component.cxf.CxfPayload
 
getBodyFromCamel(Message, DataFormat) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getBundleContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getCamelToCxfHeaderMap() - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
getClient() - Method in class org.apache.camel.component.cxf.CxfProducer
 
getClientFactoryBean(Class<?>) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getContentFromCxf(Message, DataFormat) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getCxfBeanBinding() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
getCxfBinding() - 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
 
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() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getDestination(EndpointInfo) - 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
 
getEndpointName() - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
getEndpointName() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getEndpointNamespace() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getEndpointQName() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getFaultInfo() - Method in exception org.apache.camel.non_wrapper.UnknownPersonFault
 
getFaultInfo() - Method in exception org.apache.camel.wsdl_first.UnknownPersonFault
 
getFeatures() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getFirstName() - Method in class org.apache.camel.component.cxf.soap.headers.Me
Gets the value of the firstName property.
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
 
getHelloPort() - Method in class org.apache.camel.cxf.mtom_feature.HelloService
 
getHelloPort(WebServiceFeature...) - Method in class org.apache.camel.cxf.mtom_feature.HelloService
 
getHelloPort() - Method in class org.apache.camel.cxf.mtom_feature.HelloService12
 
getHelloPort(WebServiceFeature...) - Method in class org.apache.camel.cxf.mtom_feature.HelloService12
 
getIdOrName(Element) - Static method in class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser
 
getIdOrName(Element) - Static method in class org.apache.camel.component.cxf.blueprint.RsClientDefinitionParser
 
getImage() - Method in class org.apache.camel.cxf.mtom_feature.types.DetailType
Gets the value of the image property.
getInFaultInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getInInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getLastName() - Method in class org.apache.camel.component.cxf.soap.headers.Me
Gets the value of the lastName property.
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.MessageDataFormatFeature
 
getLogger() - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
 
getManagedClasses() - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
getMaxClientCacheSize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getMessage() - Method in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
Gets the value of the message property.
getMinutesUntilReady() - Method in class org.apache.camel.pizza.types.OrderPizzaResponseType
Gets the value of the minutesUntilReady property.
getMultiPartInvokePort() - Method in class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
getMultiPartInvokePort(WebServiceFeature...) - Method in class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
getName() - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Gets the value of the name property.
getName() - Method in class org.apache.camel.pizza.types.CallerIDHeaderType
Gets the value of the name property.
getName() - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Gets the value of the name property.
getObject() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getObjectType() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
getOriginator() - Method in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
Gets the value of the originator property.
getOutFaultInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getOutInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getParameters() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
getPayloadBodyElements(Message) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getPerson(GetPerson) - Method in interface org.apache.camel.non_wrapper.Person
 
GetPerson - Class in org.apache.camel.non_wrapper.types
Java class for anonymous complex type.
GetPerson() - Constructor for class org.apache.camel.non_wrapper.types.GetPerson
 
getPerson(Holder<String>, Holder<String>, Holder<String>) - Method in interface org.apache.camel.wsdl_first.Person
 
GetPerson - Class in org.apache.camel.wsdl_first.types
Java class for anonymous complex type.
GetPerson() - Constructor for class org.apache.camel.wsdl_first.types.GetPerson
 
getPersonId() - Method in class org.apache.camel.non_wrapper.types.GetPerson
Gets the value of the personId property.
getPersonId() - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Gets the value of the personId property.
getPersonId() - Method in class org.apache.camel.non_wrapper.types.UnknownPersonFault
Gets the value of the personId property.
getPersonId() - Method in class org.apache.camel.wsdl_first.types.GetPerson
Gets the value of the personId property.
getPersonId() - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Gets the value of the personId property.
getPersonId() - Method in class org.apache.camel.wsdl_first.types.UnknownPersonFault
Gets the value of the personId property.
getPersonMultiPartOperation(String, int, Holder<String>, Holder<Integer>) - Method in interface org.apache.camel.wsdl_first.PersonMultiPartPortType
 
getPersonMultiPartPort() - Method in class org.apache.camel.wsdl_first.PersonMultiPartService
 
getPersonMultiPartPort(WebServiceFeature...) - Method in class org.apache.camel.wsdl_first.PersonMultiPartService
 
GetPersonResponse - Class in org.apache.camel.non_wrapper.types
Java class for anonymous complex type.
GetPersonResponse() - Constructor for class org.apache.camel.non_wrapper.types.GetPersonResponse
 
GetPersonResponse - Class in org.apache.camel.wsdl_first.types
Java class for anonymous complex type.
GetPersonResponse() - Constructor for class org.apache.camel.wsdl_first.types.GetPersonResponse
 
getPhoneNumber() - Method in class org.apache.camel.pizza.types.CallerIDHeaderType
Gets the value of the phoneNumber property.
getPhoto() - Method in class org.apache.camel.cxf.mtom_feature.types.DetailType
Gets the value of the photo property.
getPizzaPort() - Method in class org.apache.camel.pizza.PizzaService
 
getPizzaPort(WebServiceFeature...) - Method in class org.apache.camel.pizza.PizzaService
 
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
 
getPropertyMap(BeanDefinitionBuilder, boolean) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
getProviders() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
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
 
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.InHeader
Gets the value of the requestType property.
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.InoutHeader
Gets the value of the requestType property.
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeader
Gets the value of the requestType property.
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeader
Gets the value of the requestType property.
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.OutHeader
Gets the value of the requestType property.
getRequestType() - Method in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeader
Gets the value of the requestType property.
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<Element>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.InHeaderResponse
Gets the value of the responseType property.
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.InoutHeaderResponse
Gets the value of the responseType property.
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeaderResponse
Gets the value of the responseType property.
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeaderResponse
Gets the value of the responseType property.
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.OutHeaderResponse
Gets the value of the responseType property.
getResponseType() - Method in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeaderResponse
Gets the value of the responseType property.
getSchemaLocation(String) - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
 
getSchemaLocations() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getServer() - Method in class org.apache.camel.component.cxf.CxfConsumer
 
getServer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
 
getServerFactoryBean(Class<?>) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
 
getServiceClass() - 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
 
getServiceName() - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
getServiceName() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getServiceNamespace() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
getServiceNamespace() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getServiceQName() - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
getServiceQName() - Method in class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
getSoap() - Method in class org.apache.camel.non_wrapper.PersonService
 
getSoap(WebServiceFeature...) - Method in class org.apache.camel.non_wrapper.PersonService
 
getSoap() - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoap(WebServiceFeature...) - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoap() - Method in class org.apache.camel.wsdl_first.PersonService12
 
getSoap(WebServiceFeature...) - Method in class org.apache.camel.wsdl_first.PersonService12
 
getSoap2() - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoap2(WebServiceFeature...) - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoap3() - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoap3(WebServiceFeature...) - Method in class org.apache.camel.wsdl_first.PersonService
 
getSoapPortCustomRelay() - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortCustomRelay(WebServiceFeature...) - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortNoRelay() - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortNoRelay(WebServiceFeature...) - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortRelay() - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortRelay(WebServiceFeature...) - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortRelayWithInsertion() - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSoapPortRelayWithInsertion(WebServiceFeature...) - Method in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
getSsn() - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Gets the value of the ssn property.
getSsn() - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Gets the value of the ssn property.
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
 
getTopping() - Method in class org.apache.camel.pizza.types.ToppingsListType
Gets the value of the topping property.
getToppings() - Method in class org.apache.camel.pizza.types.OrderPizzaType
Gets the value of the toppings property.
getTransportId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
getUri() - Method in exception org.apache.camel.component.cxf.CxfOperationException
 
getV() - Method in class org.apache.camel.cxf.multipart.types.InE
Gets the value of the v property.
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(Message) - Method in class org.apache.camel.component.cxf.interceptors.RawMessageContentRedirectInterceptor
 
handleMessage(Message) - Method in class org.apache.camel.component.cxf.interceptors.RemoveClassTypeInterceptor
 
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
 
HeaderService - Class in org.apache.camel.component.cxf.soap.headers
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.507-04:00 Generated source version: 2.4.1
HeaderService(URL) - Constructor for class org.apache.camel.component.cxf.soap.headers.HeaderService
 
HeaderService(URL, QName) - Constructor for class org.apache.camel.component.cxf.soap.headers.HeaderService
 
HeaderService() - Constructor for class org.apache.camel.component.cxf.soap.headers.HeaderService
 
HeaderTester - Interface in org.apache.camel.component.cxf.soap.headers
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.498-04:00 Generated source version: 2.4.1
Hello - Interface in org.apache.camel.cxf.mtom_feature
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:12.570-04:00 Generated source version: 2.4.1
HelloPort - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService
 
HelloPort - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService12
 
HelloService - Class in org.apache.camel.cxf.mtom_feature
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:12.583-04:00 Generated source version: 2.4.1
HelloService(URL) - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService
 
HelloService(URL, QName) - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService
 
HelloService() - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService
 
HelloService12 - Class in org.apache.camel.cxf.mtom_feature
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:12.612-04:00 Generated source version: 2.4.1
HelloService12(URL) - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService12
 
HelloService12(URL, QName) - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService12
 
HelloService12() - Constructor for class org.apache.camel.cxf.mtom_feature.HelloService12
 
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

image - Variable in class org.apache.camel.cxf.mtom_feature.types.DetailType
 
InE - Class in org.apache.camel.cxf.multipart.types
Java class for anonymous complex type.
InE() - Constructor for class org.apache.camel.cxf.multipart.types.InE
 
inHeader(InHeader, SOAPHeaderData) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
InHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.InHeader
 
InHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.InHeaderResponse
 
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.MessageDataFormatFeature
 
initialize(Server, Bus) - Method in class org.apache.camel.component.cxf.feature.MessageDataFormatFeature
 
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() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsHeaderFilterStrategy
 
initializeWSDLOperations() - Method in class org.apache.camel.component.cxf.WSDLServiceFactoryBean
 
inoutHeader(InoutHeader, Holder<SOAPHeaderData>) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
InoutHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InoutHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.InoutHeader
 
InoutHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InoutHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.InoutHeaderResponse
 
inOutOfBandHeader(Me) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
InOutOfBandHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InOutOfBandHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeader
 
InOutOfBandHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InOutOfBandHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeaderResponse
 
inoutOutOfBandHeader(Me) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
InoutOutOfBandHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InoutOutOfBandHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeader
 
InoutOutOfBandHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
InoutOutOfBandHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeaderResponse
 
invoke(String, String) - Method in interface org.apache.camel.component.cxf.DefaultSEI
 
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
 
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.cxfbean.CxfBeanEndpoint
 
isLoggingFeatureEnabled() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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
 
isSetDefaultBus() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
isSetDefaultBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
isSingleton() - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
 
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
 
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.  

L

lastName - Variable in class org.apache.camel.component.cxf.soap.headers.Me
 

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.
Me - Class in org.apache.camel.component.cxf.soap.headers
Java class for me complex type.
Me() - Constructor for class org.apache.camel.component.cxf.soap.headers.Me
 
message - Variable in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
 
MessageDataFormatFeature - Class in org.apache.camel.component.cxf.feature
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the Message in Message data format.
MessageDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.MessageDataFormatFeature
 
METHOD - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.  
minutesUntilReady - Variable in class org.apache.camel.pizza.types.OrderPizzaResponseType
 
MultiPartInvoke - Interface in org.apache.camel.cxf.multipart
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:12.993-04:00 Generated source version: 2.4.1
MultiPartInvokePort - Static variable in class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
MultiPartInvokeService - Class in org.apache.camel.cxf.multipart
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.002-04:00 Generated source version: 2.4.1
MultiPartInvokeService(URL) - Constructor for class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
MultiPartInvokeService(URL, QName) - Constructor for class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
MultiPartInvokeService() - Constructor for class org.apache.camel.cxf.multipart.MultiPartInvokeService
 

N

name - Variable in class org.apache.camel.non_wrapper.types.GetPersonResponse
 
name - Variable in class org.apache.camel.pizza.types.CallerIDHeaderType
 
name - Variable in class org.apache.camel.wsdl_first.types.GetPersonResponse
 
NamespaceHandler - Class in org.apache.camel.component.cxf.spring
 
NamespaceHandler() - Constructor for class org.apache.camel.component.cxf.spring.NamespaceHandler
 
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
 

O

ObjectFactory - Class in org.apache.camel.component.cxf.soap.headers
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.component.cxf.soap.headers package.
ObjectFactory() - Constructor for class org.apache.camel.component.cxf.soap.headers.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.component.cxf.soap.headers
ObjectFactory - Class in org.apache.camel.cxf.mtom_feature.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.cxf.mtom_feature.types package.
ObjectFactory() - Constructor for class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.cxf.mtom_feature.types
ObjectFactory - Class in org.apache.camel.cxf.multipart.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.cxf.multipart.types package.
ObjectFactory() - Constructor for class org.apache.camel.cxf.multipart.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.cxf.multipart.types
ObjectFactory - Class in org.apache.camel.non_wrapper.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.non_wrapper.types package.
ObjectFactory() - Constructor for class org.apache.camel.non_wrapper.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.non_wrapper.types
ObjectFactory - Class in org.apache.camel.pizza.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.pizza.types package.
ObjectFactory() - Constructor for class org.apache.camel.pizza.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.pizza.types
ObjectFactory - Class in org.apache.camel.wsdl_first.types
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.camel.wsdl_first.types package.
ObjectFactory() - Constructor for class org.apache.camel.wsdl_first.types.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.wsdl_first.types
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.  
orderPizza(OrderPizzaType, CallerIDHeaderType) - Method in interface org.apache.camel.pizza.Pizza
 
OrderPizzaResponseType - Class in org.apache.camel.pizza.types
Java class for OrderPizzaResponseType complex type.
OrderPizzaResponseType() - Constructor for class org.apache.camel.pizza.types.OrderPizzaResponseType
 
OrderPizzaType - Class in org.apache.camel.pizza.types
Java class for OrderPizzaType complex type.
OrderPizzaType() - Constructor for class org.apache.camel.pizza.types.OrderPizzaType
 
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.soap.headers - package org.apache.camel.component.cxf.soap.headers
 
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
 
org.apache.camel.cxf.mtom_feature - package org.apache.camel.cxf.mtom_feature
 
org.apache.camel.cxf.mtom_feature.types - package org.apache.camel.cxf.mtom_feature.types
 
org.apache.camel.cxf.multipart - package org.apache.camel.cxf.multipart
 
org.apache.camel.cxf.multipart.types - package org.apache.camel.cxf.multipart.types
 
org.apache.camel.non_wrapper - package org.apache.camel.non_wrapper
 
org.apache.camel.non_wrapper.types - package org.apache.camel.non_wrapper.types
 
org.apache.camel.pizza - package org.apache.camel.pizza
 
org.apache.camel.pizza.types - package org.apache.camel.pizza.types
 
org.apache.camel.wsdl_first - package org.apache.camel.wsdl_first
 
org.apache.camel.wsdl_first.types - package org.apache.camel.wsdl_first.types
 
originator - Variable in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
 
outHeader(OutHeader, Holder<OutHeaderResponse>, Holder<SOAPHeaderData>) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
OutHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
OutHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.OutHeader
 
OutHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
OutHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.OutHeaderResponse
 
outOutOfBandHeader(Me) - Method in interface org.apache.camel.component.cxf.soap.headers.HeaderTester
 
OutOutOfBandHeader - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
OutOutOfBandHeader() - Constructor for class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeader
 
OutOutOfBandHeaderResponse - Class in org.apache.camel.component.cxf.soap.headers
Java class for anonymous complex type.
OutOutOfBandHeaderResponse() - Constructor for class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeaderResponse
 

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
 
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
 
performInvocation(Exchange, Object, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
 
Person - Interface in org.apache.camel.non_wrapper
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.001-04:00 Generated source version: 2.4.1
Person - Interface in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.399-04:00 Generated source version: 2.4.1
personId - Variable in class org.apache.camel.non_wrapper.types.GetPerson
 
personId - Variable in class org.apache.camel.non_wrapper.types.GetPersonResponse
 
personId - Variable in class org.apache.camel.non_wrapper.types.UnknownPersonFault
 
personId - Variable in class org.apache.camel.wsdl_first.types.GetPerson
 
personId - Variable in class org.apache.camel.wsdl_first.types.GetPersonResponse
 
personId - Variable in class org.apache.camel.wsdl_first.types.UnknownPersonFault
 
PersonMultiPartPort - Static variable in class org.apache.camel.wsdl_first.PersonMultiPartService
 
PersonMultiPartPortType - Interface in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.410-04:00 Generated source version: 2.4.1
PersonMultiPartService - Class in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.467-04:00 Generated source version: 2.4.1
PersonMultiPartService(URL) - Constructor for class org.apache.camel.wsdl_first.PersonMultiPartService
 
PersonMultiPartService(URL, QName) - Constructor for class org.apache.camel.wsdl_first.PersonMultiPartService
 
PersonMultiPartService() - Constructor for class org.apache.camel.wsdl_first.PersonMultiPartService
 
PersonService - Class in org.apache.camel.non_wrapper
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.010-04:00 Generated source version: 2.4.1
PersonService(URL) - Constructor for class org.apache.camel.non_wrapper.PersonService
 
PersonService(URL, QName) - Constructor for class org.apache.camel.non_wrapper.PersonService
 
PersonService() - Constructor for class org.apache.camel.non_wrapper.PersonService
 
PersonService - Class in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.441-04:00 Generated source version: 2.4.1
PersonService(URL) - Constructor for class org.apache.camel.wsdl_first.PersonService
 
PersonService(URL, QName) - Constructor for class org.apache.camel.wsdl_first.PersonService
 
PersonService() - Constructor for class org.apache.camel.wsdl_first.PersonService
 
PersonService12 - Class in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.422-04:00 Generated source version: 2.4.1
PersonService12(URL) - Constructor for class org.apache.camel.wsdl_first.PersonService12
 
PersonService12(URL, QName) - Constructor for class org.apache.camel.wsdl_first.PersonService12
 
PersonService12() - Constructor for class org.apache.camel.wsdl_first.PersonService12
 
phoneNumber - Variable in class org.apache.camel.pizza.types.CallerIDHeaderType
 
photo - Variable in class org.apache.camel.cxf.mtom_feature.types.DetailType
 
Pizza - Interface in org.apache.camel.pizza
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.748-04:00 Generated source version: 2.4.1
PizzaPort - Static variable in class org.apache.camel.pizza.PizzaService
 
PizzaService - Class in org.apache.camel.pizza
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:14.768-04:00 Generated source version: 2.4.1
PizzaService(URL) - Constructor for class org.apache.camel.pizza.PizzaService
 
PizzaService(URL, QName) - Constructor for class org.apache.camel.pizza.PizzaService
 
PizzaService() - Constructor for class org.apache.camel.pizza.PizzaService
 
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
 
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
 
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

RawMessageContentRedirectInterceptor - Class in org.apache.camel.component.cxf.interceptors
 
RawMessageContentRedirectInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.RawMessageContentRedirectInterceptor
 
RemoveClassTypeInterceptor - Class in org.apache.camel.component.cxf.interceptors
This interceptor traverses the BindingOperationInfo and invokes the MessagePartInfo.setTypeQName(javax.xml.namespace.QName) method to set the service class to null.
RemoveClassTypeInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.RemoveClassTypeInterceptor
 
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
 
removeInterceptorWhichIsOutThePhases(List<Interceptor<? extends Message>>, String[]) - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
 
removePartTypeClass(BindingMessageInfo) - Method in class org.apache.camel.component.cxf.interceptors.RemoveClassTypeInterceptor
 
removePartTypeClass(MessageInfo) - Method in class org.apache.camel.component.cxf.interceptors.RemoveClassTypeInterceptor
 
replaceMultiPartContentType(String) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.InHeader
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.InoutHeader
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeader
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeader
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.OutHeader
 
requestType - Variable in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeader
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.camel.component.cxf.spring.AbstractCxfBeanDefinitionParser
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.InHeaderResponse
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.InoutHeaderResponse
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeaderResponse
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeaderResponse
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.OutHeaderResponse
 
responseType - Variable in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeaderResponse
 
RsClientDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
RsClientDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.RsClientDefinitionParser
 
RsServerDefinitionParser - Class in org.apache.camel.component.cxf.blueprint
 
RsServerDefinitionParser() - Constructor for class org.apache.camel.component.cxf.blueprint.RsServerDefinitionParser
 

S

SERVICE - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
SERVICE - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService
 
SERVICE - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService12
 
SERVICE - Static variable in class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
SERVICE - Static variable in class org.apache.camel.non_wrapper.PersonService
 
SERVICE - Static variable in class org.apache.camel.pizza.PizzaService
 
SERVICE - Static variable in class org.apache.camel.wsdl_first.PersonMultiPartService
 
SERVICE - Static variable in class org.apache.camel.wsdl_first.PersonService
 
SERVICE - Static variable in class org.apache.camel.wsdl_first.PersonService12
 
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
 
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
 
setBindingId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setBlueprintCamelContext(BlueprintCamelContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setBus(Bus) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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
 
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
 
setCxfToCamelHeaderMap(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
 
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
 
setEndpointName(QName) - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
setEndpointNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setFeatures(List<AbstractFeature>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setFirstName(String) - Method in class org.apache.camel.component.cxf.soap.headers.Me
Sets the value of the firstName property.
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
 
setImage(Image) - Method in class org.apache.camel.cxf.mtom_feature.types.DetailType
Sets the value of the image property.
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
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setInOut(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setLastName(String) - Method in class org.apache.camel.component.cxf.soap.headers.Me
Sets the value of the lastName property.
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setMaxClientCacheSize(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setMessage(String) - Method in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
Sets the value of the message property.
setMinutesUntilReady(int) - Method in class org.apache.camel.pizza.types.OrderPizzaResponseType
Sets the value of the minutesUntilReady property.
setMtomEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setName(String) - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Sets the value of the name property.
setName(String) - Method in class org.apache.camel.pizza.types.CallerIDHeaderType
Sets the value of the name property.
setName(String) - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Sets the value of the name property.
setOriginator(String) - Method in class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
Sets the value of the originator property.
setOutFaultInterceptors(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.CxfEndpoint
 
setParameters(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setPersonId(String) - Method in class org.apache.camel.non_wrapper.types.GetPerson
Sets the value of the personId property.
setPersonId(String) - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Sets the value of the personId property.
setPersonId(String) - Method in class org.apache.camel.non_wrapper.types.UnknownPersonFault
Sets the value of the personId property.
setPersonId(String) - Method in class org.apache.camel.wsdl_first.types.GetPerson
Sets the value of the personId property.
setPersonId(String) - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Sets the value of the personId property.
setPersonId(String) - Method in class org.apache.camel.wsdl_first.types.UnknownPersonFault
Sets the value of the personId property.
setPhoneNumber(String) - Method in class org.apache.camel.pizza.types.CallerIDHeaderType
Sets the value of the phoneNumber property.
setPhoto(byte[]) - Method in class org.apache.camel.cxf.mtom_feature.types.DetailType
Sets the value of the photo property.
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
 
setProviders(List<Object>) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setPublishedEndpointUrl(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setRequestType(String) - Method in class org.apache.camel.component.cxf.soap.headers.InHeader
Sets the value of the requestType property.
setRequestType(String) - Method in class org.apache.camel.component.cxf.soap.headers.InoutHeader
Sets the value of the requestType property.
setRequestType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeader
Sets the value of the requestType property.
setRequestType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeader
Sets the value of the requestType property.
setRequestType(String) - Method in class org.apache.camel.component.cxf.soap.headers.OutHeader
Sets the value of the requestType property.
setRequestType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeader
Sets the value of the requestType property.
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
 
setResponseType(String) - Method in class org.apache.camel.component.cxf.soap.headers.InHeaderResponse
Sets the value of the responseType property.
setResponseType(String) - Method in class org.apache.camel.component.cxf.soap.headers.InoutHeaderResponse
Sets the value of the responseType property.
setResponseType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.InOutOfBandHeaderResponse
Sets the value of the responseType property.
setResponseType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.InoutOutOfBandHeaderResponse
Sets the value of the responseType property.
setResponseType(String) - Method in class org.apache.camel.component.cxf.soap.headers.OutHeaderResponse
Sets the value of the responseType property.
setResponseType(Me) - Method in class org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeaderResponse
Sets the value of the responseType property.
setSchemaLocations(List<String>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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.spring.SpringJAXRSServerFactoryBean
 
setServiceLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setServiceName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setServiceName(QName) - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 
setServiceNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
 
setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
 
setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSkipPayloadMessagePartCheck(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setSsn(String) - Method in class org.apache.camel.non_wrapper.types.GetPersonResponse
Sets the value of the ssn property.
setSsn(String) - Method in class org.apache.camel.wsdl_first.types.GetPersonResponse
Sets the value of the ssn property.
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
 
setToppings(ToppingsListType) - Method in class org.apache.camel.pizza.types.OrderPizzaType
Sets the value of the toppings property.
setTransportId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
setUnwrapParameterFlag(boolean) - Method in class org.apache.camel.component.cxf.interceptors.ConfigureDocLitWrapperInterceptor
 
setupClientFactoryBean(ClientProxyFactoryBean, Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Populate a client factory bean
setupClientFactoryBean(ClientFactoryBean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
 
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
 
setupJAXRSServerFactoryBean(JAXRSServerFactoryBean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
 
setupServerFactoryBean(ServerFactoryBean, Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
Populate server factory bean
setV(String) - Method in class org.apache.camel.cxf.multipart.types.InE
Sets the value of the v property.
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
 
Soap - Static variable in class org.apache.camel.non_wrapper.PersonService
 
Soap - Static variable in class org.apache.camel.wsdl_first.PersonService
 
Soap - Static variable in class org.apache.camel.wsdl_first.PersonService12
 
Soap2 - Static variable in class org.apache.camel.wsdl_first.PersonService
 
Soap3 - Static variable in class org.apache.camel.wsdl_first.PersonService
 
SOAPHeaderData - Class in org.apache.camel.component.cxf.soap.headers
Java class for SOAPHeaderData complex type.
SOAPHeaderData() - Constructor for class org.apache.camel.component.cxf.soap.headers.SOAPHeaderData
 
soapMessageToString(SOAPMessage) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
SoapPortCustomRelay - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
SoapPortNoRelay - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
SoapPortRelay - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
SoapPortRelayWithInsertion - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
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
 
ssn - Variable in class org.apache.camel.non_wrapper.types.GetPersonResponse
 
ssn - Variable in class org.apache.camel.wsdl_first.types.GetPersonResponse
 

T

toArray(Object) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toClassesList(String[]) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
 
toClassList(String) - 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
 
topping - Variable in class org.apache.camel.pizza.types.ToppingsListType
 
toppings - Variable in class org.apache.camel.pizza.types.OrderPizzaType
 
ToppingsListType - Class in org.apache.camel.pizza.types
Java class for ToppingsListType complex type.
ToppingsListType() - Constructor for class org.apache.camel.pizza.types.ToppingsListType
 
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

UnknownPersonFault - Class in org.apache.camel.non_wrapper.types
Java class for anonymous complex type.
UnknownPersonFault() - Constructor for class org.apache.camel.non_wrapper.types.UnknownPersonFault
 
UnknownPersonFault - Exception in org.apache.camel.non_wrapper
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.994-04:00 Generated source version: 2.4.1
UnknownPersonFault() - Constructor for exception org.apache.camel.non_wrapper.UnknownPersonFault
 
UnknownPersonFault(String) - Constructor for exception org.apache.camel.non_wrapper.UnknownPersonFault
 
UnknownPersonFault(String, Throwable) - Constructor for exception org.apache.camel.non_wrapper.UnknownPersonFault
 
UnknownPersonFault(String, UnknownPersonFault) - Constructor for exception org.apache.camel.non_wrapper.UnknownPersonFault
 
UnknownPersonFault(String, UnknownPersonFault, Throwable) - Constructor for exception org.apache.camel.non_wrapper.UnknownPersonFault
 
UnknownPersonFault - Class in org.apache.camel.wsdl_first.types
Java class for anonymous complex type.
UnknownPersonFault() - Constructor for class org.apache.camel.wsdl_first.types.UnknownPersonFault
 
UnknownPersonFault - Exception in org.apache.camel.wsdl_first
This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:13.374-04:00 Generated source version: 2.4.1
UnknownPersonFault() - Constructor for exception org.apache.camel.wsdl_first.UnknownPersonFault
 
UnknownPersonFault(String) - Constructor for exception org.apache.camel.wsdl_first.UnknownPersonFault
 
UnknownPersonFault(String, Throwable) - Constructor for exception org.apache.camel.wsdl_first.UnknownPersonFault
 
UnknownPersonFault(String, UnknownPersonFault) - Constructor for exception org.apache.camel.wsdl_first.UnknownPersonFault
 
UnknownPersonFault(String, UnknownPersonFault, Throwable) - Constructor for exception org.apache.camel.wsdl_first.UnknownPersonFault
 
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

v - Variable in class org.apache.camel.cxf.multipart.types.InE
 
valueOf(String) - Static method in enum org.apache.camel.component.cxf.DataFormat
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.

W

WSDL_LOCATION - Static variable in class org.apache.camel.component.cxf.soap.headers.HeaderService
 
WSDL_LOCATION - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService
 
WSDL_LOCATION - Static variable in class org.apache.camel.cxf.mtom_feature.HelloService12
 
WSDL_LOCATION - Static variable in class org.apache.camel.cxf.multipart.MultiPartInvokeService
 
WSDL_LOCATION - Static variable in class org.apache.camel.non_wrapper.PersonService
 
WSDL_LOCATION - Static variable in class org.apache.camel.pizza.PizzaService
 
WSDL_LOCATION - Static variable in class org.apache.camel.wsdl_first.PersonMultiPartService
 
WSDL_LOCATION - Static variable in class org.apache.camel.wsdl_first.PersonService
 
WSDL_LOCATION - Static variable in class org.apache.camel.wsdl_first.PersonService12
 
WSDL_URL - Static variable in interface org.apache.camel.component.cxf.CxfConstants
Deprecated.  
WSDLServiceConfiguration - Class in org.apache.camel.component.cxf
This class will help the WSDLServiceFactoryBean to look up the ServiceName and PortName from WSDL
WSDLServiceConfiguration(WSDLServiceFactoryBean) - Constructor for class org.apache.camel.component.cxf.WSDLServiceConfiguration
 
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
 
WSDLSoapServiceFactoryBean - Class in org.apache.camel.component.cxf.util
The service factory bean which is used for the service without SEI
WSDLSoapServiceFactoryBean() - Constructor for class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
 

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

Apache CAMEL