- 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.
- CamelResourceProvider - Class in org.apache.camel.component.cxf.jaxrs
-
- CamelResourceProvider(Class<?>) - Constructor for class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
-
- camelToCxfHeaderMap - Variable in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- checkBeanType(Object, Class<?>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- checkName(Object, String) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- checkServiceClassAnnotations(Class<?>) - Method in class org.apache.camel.component.cxf.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
-
- copy() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- 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
-
- createBeanMetadata(Element, ParserContext, Class<?>) - Method in class org.apache.camel.component.cxf.blueprint.AbstractBeanDefinitionParser
-
- createBus(CamelContext) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
-
Create a CXF bus with either BusFactory or SpringBusFactory if Camel Context
is SpringCamelContext.
- createCallerIDHeader(CallerIDHeaderType) - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createCallerIDHeaderType() - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- 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
-
- createDetail(DetailType) - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
-
- createDetailResponse(DetailType) - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
-
- createDetailType() - Method in class org.apache.camel.cxf.mtom_feature.types.ObjectFactory
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.CxfComponent
-
Create a
CxfEndpoint which, can be a Spring bean endpoint having
URI format cxf:bean:
beanId or transport address endpoint having URI format
cxf://
transportAddress.
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- createEndpointUri() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- createGetPerson() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
-
- createGetPerson() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- createGetPersonResponse() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
-
- createGetPersonResponse() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- 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
-
- createInHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInoutHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInoutHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInoutOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createInoutOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createIntegerInputElem(Integer) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- createIntegerOutputElem(Integer) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- 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
-
- createOrderPizzaResponseType() - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createOrderPizzaType() - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createOrderRequest(OrderPizzaType) - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createOrderResponse(OrderPizzaResponseType) - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createOutHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createOutHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createOutOutOfBandHeader() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createOutOutOfBandHeaderResponse() - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- 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
-
- createSOAPHeaderInfo(SOAPHeaderData) - Method in class org.apache.camel.component.cxf.soap.headers.ObjectFactory
-
- createStringInputElem(String) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- createStringOutputElem(String) - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- createToppingsListType() - Method in class org.apache.camel.pizza.types.ObjectFactory
-
- createUnknownPersonFault() - Method in class org.apache.camel.non_wrapper.types.ObjectFactory
-
- createUnknownPersonFault() - Method in class org.apache.camel.wsdl_first.types.ObjectFactory
-
- createWriter(Class<T>) - Method in class org.apache.camel.component.cxf.HybridSourceDataBinding
-
- CXF_EXCHANGE - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- CxfBeanComponent - Class in org.apache.camel.component.cxf.cxfbean
-
- CxfBeanComponent() - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanComponent
-
- CxfBeanDestination - Class in org.apache.camel.component.cxf.cxfbean
-
A CXF transport
Destination that listens
Camel
Exchange from an associated
CxfBeanEndpoint.
- CxfBeanDestination(CxfBeanComponent, Bus, ConduitInitiator, EndpointInfo) - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanDestination
-
- CxfBeanEndpoint - Class in org.apache.camel.component.cxf.cxfbean
-
- CxfBeanEndpoint(String, CxfBeanComponent) - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- CxfBeanTransportFactory - Class in org.apache.camel.component.cxf.cxfbean
-
CXF Bean TransportFactory that overrides CamelTransportFactory to create
a specific Destination (@link CxfBeanDestination}.
- CxfBeanTransportFactory() - Constructor for class org.apache.camel.component.cxf.cxfbean.CxfBeanTransportFactory
-
- CxfBinding - Interface in org.apache.camel.component.cxf
-
An strategy interface for implementing binding between CXF Exchange
and Camel Exchange.
- CxfBlueprintEndpoint - Class in org.apache.camel.component.cxf
-
- CxfBlueprintEndpoint(String, BundleContext) - Constructor for class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- CxfClientCallback - Class in org.apache.camel.component.cxf
-
- CxfClientCallback(AsyncCallback, Exchange, Exchange, BindingOperationInfo, CxfBinding) - Constructor for class org.apache.camel.component.cxf.CxfClientCallback
-
- CxfComponent - Class in org.apache.camel.component.cxf
-
- CxfComponent() - Constructor for class org.apache.camel.component.cxf.CxfComponent
-
- CxfComponent(CamelContext) - Constructor for class org.apache.camel.component.cxf.CxfComponent
-
- CxfConstants - Interface in org.apache.camel.component.cxf
-
Deprecated.
- CxfConsumer - Class in org.apache.camel.component.cxf
-
A Consumer of exchanges for a service in CXF.
- CxfConsumer(CxfEndpoint, Processor) - Constructor for class org.apache.camel.component.cxf.CxfConsumer
-
- CxfConverter - Class in org.apache.camel.component.cxf.converter
-
- CxfEndpoint - Class in org.apache.camel.component.cxf
-
- CxfEndpoint(String, CxfComponent) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
- CxfEndpoint(String, CamelContext) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
Deprecated.
- CxfEndpoint(String) - Constructor for class org.apache.camel.component.cxf.CxfEndpoint
-
Deprecated.
- 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
-
- CXFMessageDataFormatFeature - Class in org.apache.camel.component.cxf.feature
-
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the
Message in Message data format.
- CXFMessageDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
-
- CxfMessageSoapHeaderOutInterceptor - Class in org.apache.camel.component.cxf.interceptors
-
- CxfMessageSoapHeaderOutInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.CxfMessageSoapHeaderOutInterceptor
-
- CxfNamespaceHandler - Class in org.apache.camel.component.cxf.blueprint
-
- CxfNamespaceHandler() - Constructor for class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
-
- CxfOperationException - Exception in org.apache.camel.component.cxf
-
- CxfOperationException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.cxf.CxfOperationException
-
- CxfPayload<T> - Class in org.apache.camel.component.cxf
-
- CxfPayload(List<T>, List<Source>, Map<String, String>) - Constructor for class org.apache.camel.component.cxf.CxfPayload
-
- CxfPayload(List<T>, List<Element>) - Constructor for class org.apache.camel.component.cxf.CxfPayload
-
- CxfPayloadConverter - Class in org.apache.camel.component.cxf.converter
-
- cxfPayLoadToNode(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- cxfPayloadToNodeList(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- cxfPayLoadToSource(CxfPayload<T>, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- CxfProducer - Class in org.apache.camel.component.cxf
-
CxfProducer binds a Camel exchange to a CXF exchange, acts as a CXF
client, and sends the request to a CXF to a server.
- CxfProducer(CxfEndpoint) - Constructor for class org.apache.camel.component.cxf.CxfProducer
-
Constructor to create a CxfProducer.
- CxfRsBinding - Interface in org.apache.camel.component.cxf.jaxrs
-
Interface to bind between Camel and CXF exchange for RESTful resources.
- CxfRsBlueprintEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsBlueprintEndpoint(Component, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
Deprecated.
- CxfRsBlueprintEndpoint(Component, String, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- CxfRsClientFactoryBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
-
- CxfRsClientFactoryBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfRsClientFactoryBeanDefinitionParser
-
- CxfRsComponent - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsComponent() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- CxfRsComponent(CamelContext) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsComponent
-
- CxfRsConsumer - Class in org.apache.camel.component.cxf.jaxrs
-
A Consumer of exchanges for a JAXRS service in CXF.
- CxfRsConsumer(CxfRsEndpoint, Processor) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsConsumer
-
- CxfRsEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsEndpoint(String, CamelContext) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
Deprecated.
- CxfRsEndpoint(String, Component) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- CxfRsHeaderFilterStrategy - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsHeaderFilterStrategy() - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsHeaderFilterStrategy
-
- CxfRsInvoker - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsInvoker(CxfRsEndpoint, CxfRsConsumer) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
-
- CxfRsProducer - Class in org.apache.camel.component.cxf.jaxrs
-
CxfRsProducer binds a Camel exchange to a CXF exchange, acts as a CXF
JAXRS client, it will turn the normal Object invocation to a RESTful request
according to resource annotation.
- CxfRsProducer(CxfRsEndpoint) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
-
- CxfRsServerFactoryBeanDefinitionParser - Class in org.apache.camel.component.cxf.spring
-
- CxfRsServerFactoryBeanDefinitionParser() - Constructor for class org.apache.camel.component.cxf.spring.CxfRsServerFactoryBeanDefinitionParser
-
- CxfRsSpringEndpoint - Class in org.apache.camel.component.cxf.jaxrs
-
- CxfRsSpringEndpoint(Component, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
Deprecated.
- CxfRsSpringEndpoint(Component, String, AbstractJAXRSFactoryBean) - Constructor for class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
- CxfSpringEndpoint - Class in org.apache.camel.component.cxf
-
- CxfSpringEndpoint(CxfComponent, String) - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- CxfSpringEndpoint() - Constructor for class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- cxfToCamelHeaderMap - Variable in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- CxfUtils - Class in org.apache.camel.component.cxf.util
-
- getAddress() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getAddress() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getAllowStreaming() - Method in class org.apache.camel.component.cxf.CxfComponent
-
- getAllowStreaming() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getApplicationContext() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- getBean() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- getBeanClass(Element) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
-
- getBeanId() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- getBeanId() - Method in interface org.apache.camel.component.cxf.jaxrs.BeanIdAware
-
- getBeanId() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
- getBeanId() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- getBeanId() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- getBinding() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getBindingConfig() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getBindingId() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getBlueprintCamelContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- getBlueprintCamelContext() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- getBlueprintContainer() - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
-
- getBlueprintContainer() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- getBlueprintContainer() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- getBlueprintContainer() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- getBlueprintContainer() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- getBody() - Method in class org.apache.camel.component.cxf.CxfPayload
-
Get the body as a List of DOM elements.
- getBodyFromCamel(Message, DataFormat) - Static method in class org.apache.camel.component.cxf.DefaultCxfBinding
-
- getBodySources() - Method in class org.apache.camel.component.cxf.CxfPayload
-
Gets the body as a List of source objects.
- getBundleContext() - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
-
- getBundleContext() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- getBundleContext() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- getBundleContext() - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- getBundleContext() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- getBus() - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- getBus() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getBus() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getCamelToCxfHeaderMap() - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- getClient() - Method in class org.apache.camel.component.cxf.CxfProducer
-
- 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
-
- getDataBinding() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getDataFormat() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getDefaultOperationName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getDefaultOperationNamespace() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getDefinition() - 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.AbstractBeanDefinitionParser
-
- 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
-
- getInInterceptorNames() - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
-
- getInInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getInstance(Message) - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
-
- 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.CXFMessageDataFormatFeature
-
- getLogger() - Method in class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
-
- getLogger() - Method in class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- getLoggingSizeLimit() - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- getManagedClasses() - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
-
- getMaxClientCacheSize() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- 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
-
- getOutInterceptorNames() - Method in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
-
- getOutInterceptors() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getParameters() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getPayloadBodyElements(Message, Map<String, String>) - 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.
- getResourceClass() - Method in class org.apache.camel.component.cxf.jaxrs.CamelResourceProvider
-
- getResourceClasses() - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- getResponseBody() - Method in exception org.apache.camel.component.cxf.CxfOperationException
-
- getResponseHeaders() - Method in exception org.apache.camel.component.cxf.CxfOperationException
-
- getResponsePayloadList(Exchange, List<Source>) - Method in class org.apache.camel.component.cxf.DefaultCxfBinding
-
- 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
-
- getServiceFactoryBean() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getServiceLocalName() - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- getServiceName() - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- getServiceName(CxfEndpoint) - Static method in class org.apache.camel.component.cxf.CxfEndpointUtils
-
- 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
-
- 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
-
- 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
-
- outInterceptorNames - Variable in class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
-
- 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
-
- parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.CxfNamespaceHandler
-
- parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser
-
- parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.RsClientDefinitionParser
-
- parse(Element, ParserContext) - Method in class org.apache.camel.component.cxf.blueprint.RsServerDefinitionParser
-
- parseAttributes(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.component.cxf.spring.CxfEndpointBeanDefinitionParser
-
- parseResponseHeaders(Object, Exchange) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsProducer
-
- PayLoadDataFormatFeature - Class in org.apache.camel.component.cxf.feature
-
This feature just setting up the CXF endpoint interceptor for handling the
Message in PAYLOAD data format
- PayLoadDataFormatFeature() - Constructor for class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
-
- PayLoadDataFormatFeature(Boolean) - Constructor for class org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
-
- performInvocation(Exchange, Object, Method, Object[]) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
-
- Person - Interface in org.apache.camel.non_wrapper
-
This class was generated by Apache CXF 2.6.0.redhat-60065
2014-05-30T10:46:52.408-02:30
Generated source version: 2.6.0.redhat-60065
- Person - Interface in org.apache.camel.wsdl_first
-
This class was generated by Apache CXF 2.6.0.redhat-60065
2014-05-30T10:46:52.225-02:30
Generated source version: 2.6.0.redhat-60065
- 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.6.0.redhat-60065
2014-05-30T10:46:52.232-02:30
Generated source version: 2.6.0.redhat-60065
- PersonMultiPartService - Class in org.apache.camel.wsdl_first
-
This class was generated by Apache CXF 2.6.0.redhat-60065
2014-05-30T10:46:52.261-02:30
Generated source version: 2.6.0.redhat-60065
- 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
-
- PersonMultiPartService(WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonMultiPartService
-
- PersonMultiPartService(URL, WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonMultiPartService
-
- PersonMultiPartService(URL, QName, WebServiceFeature...) - 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.6.0.redhat-60065
2014-05-30T10:46:52.413-02:30
Generated source version: 2.6.0.redhat-60065
- 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(WebServiceFeature...) - Constructor for class org.apache.camel.non_wrapper.PersonService
-
- PersonService(URL, WebServiceFeature...) - Constructor for class org.apache.camel.non_wrapper.PersonService
-
- PersonService(URL, QName, WebServiceFeature...) - 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.6.0.redhat-60065
2014-05-30T10:46:52.248-02:30
Generated source version: 2.6.0.redhat-60065
- 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
-
- PersonService(WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonService
-
- PersonService(URL, WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonService
-
- PersonService(URL, QName, WebServiceFeature...) - 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.6.0.redhat-60065
2014-05-30T10:46:52.237-02:30
Generated source version: 2.6.0.redhat-60065
- 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
-
- PersonService12(WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonService12
-
- PersonService12(URL, WebServiceFeature...) - Constructor for class org.apache.camel.wsdl_first.PersonService12
-
- PersonService12(URL, QName, WebServiceFeature...) - 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.6.0.redhat-60065
2014-05-30T10:46:52.728-02:30
Generated source version: 2.6.0.redhat-60065
- 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.6.0.redhat-60065
2014-05-30T10:46:52.732-02:30
Generated source version: 2.6.0.redhat-60065
- 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
-
- PizzaService(WebServiceFeature...) - Constructor for class org.apache.camel.pizza.PizzaService
-
- PizzaService(URL, WebServiceFeature...) - Constructor for class org.apache.camel.pizza.PizzaService
-
- PizzaService(URL, QName, WebServiceFeature...) - 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
-
- 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
-
- 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
-
- 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.
- serialVersionUID - Static variable in exception org.apache.camel.non_wrapper.UnknownPersonFault
-
- serialVersionUID - Static variable in exception org.apache.camel.wsdl_first.UnknownPersonFault
-
- 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
-
- setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfComponent
-
- setAllowStreaming(Boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- setBeanId(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setBeanId(String) - Method in interface org.apache.camel.component.cxf.jaxrs.BeanIdAware
-
- setBeanId(String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsSpringEndpoint
-
- setBeanId(String) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- setBeanId(String) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- setBinding(CxfRsBinding) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- setBindingConfig(BindingConfiguration) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setBindingId(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setBlueprintCamelContext(BlueprintCamelContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- setBlueprintCamelContext(BlueprintCamelContext) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- setBlueprintContainer(BlueprintContainer) - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
-
- setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- setBundleContext(BundleContext) - Method in interface org.apache.camel.component.cxf.blueprint.BlueprintSupport
-
- setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.CxfBlueprintEndpoint
-
- setBundleContext(BundleContext) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsBlueprintEndpoint
-
- setBus(Bus) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- setBus(Bus) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setBus(Bus) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setCamelToCxfHeaderMap(Map<String, String>) - Method in class org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding
-
- setCfgFiles(String) - Method in class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
-
- 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
-
- setDataBinding(DataBinding) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setDataFormat(DataFormat) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setDefaultOperationName(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setDefaultOperationNamespace(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setEndpointLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setEndpointName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setEndpointName(QName) - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
-
- setEndpointNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setEndpointNameString(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- 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.blueprint.RsClientBlueprintBean
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- setLoggingFeatureEnabled(boolean) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.blueprint.RsClientBlueprintBean
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.blueprint.RsServerBlueprintBean
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- setLoggingSizeLimit(int) - Method in class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- setMaxClientCacheSize(int) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- 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
-
- setServiceFactoryBean(ReflectionServiceFactoryBean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setServiceLocalName(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setServiceName(QName) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setServiceName(QName) - Method in class org.apache.camel.component.cxf.util.WSDLSoapServiceFactoryBean
-
- setServiceNamespace(String) - Method in class org.apache.camel.component.cxf.CxfSpringEndpoint
-
- setServiceNameString(String) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.cxfbean.CxfBeanEndpoint
-
- setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setSetDefaultBus(boolean) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- setSkipPayloadMessagePartCheck(boolean) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- SetSoapVersionInterceptor - Class in org.apache.camel.component.cxf.interceptors
-
- SetSoapVersionInterceptor() - Constructor for class org.apache.camel.component.cxf.interceptors.SetSoapVersionInterceptor
-
- 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(ClientFactoryBean, Class<?>) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setupEndpoint(Endpoint) - Method in class org.apache.camel.component.cxf.feature.CXFMessageDataFormatFeature
-
- setupHandlers(ClientFactoryBean, Client) - Method in class org.apache.camel.component.cxf.CxfEndpoint
-
- setupJAXRSClientFactoryBean(JAXRSClientFactoryBean, String) - Method in class org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint
-
- 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
-
- soapMessageToInputStream(SOAPMessage, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
-
- soapMessageToString(SOAPMessage, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfConverter
-
- 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
-
- sourceToCxfPayload(Source, Exchange) - Static method in class org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
- SPRING_CONTEXT_ENDPOINT - Static variable in interface org.apache.camel.component.cxf.CxfConstants
-
Deprecated.
- SpringBusFactoryBean - Class in org.apache.camel.component.cxf.spring
-
This factoryBean which can help user to choice CXF components that he wants bus to load
without needing to import bunch of CXF packages in OSGi bundle, as the SpringBusFactory
will try to load the bus extensions with the CXF bundle classloader.
- SpringBusFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringBusFactoryBean
-
- SpringJAXRSClientFactoryBean - Class in org.apache.camel.component.cxf.spring
-
- SpringJAXRSClientFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSClientFactoryBean
-
- SpringJAXRSServerFactoryBean - Class in org.apache.camel.component.cxf.spring
-
- SpringJAXRSServerFactoryBean() - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.camel.component.cxf.spring.SpringJAXRSServerFactoryBean
-
- ssn - Variable in class org.apache.camel.non_wrapper.types.GetPersonResponse
-
- ssn - Variable in class org.apache.camel.wsdl_first.types.GetPersonResponse
-
- SubResourceClassInvocationHandler - Class in org.apache.camel.component.cxf.jaxrs
-
- SubResourceClassInvocationHandler() - Constructor for class org.apache.camel.component.cxf.jaxrs.SubResourceClassInvocationHandler
-