- send(WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
-
- setAcceptGzipEncoding(boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
-
- setActorOrRole(String) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
-
- setActorsOrRoles(String[]) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
-
- setAllowResponseAttachmentOverride(boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to override soap response attachments in in/out exchange with attachments from the actual service layer.
- setAllowResponseHeaderOverride(boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to override soap response header in in/out exchange with header info from the actual service layer.
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectSender
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
-
- setConsumerMessageEndpoint(MessageEndpoint) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher
-
- setEndpointDispatcher(CamelEndpointDispatcher) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Spring MessageEndpoint
for dispatching messages received by Spring-WS to a Camel endpoint,
to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc.
- setEndpointMapping(CamelSpringWSEndpointMapping) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext.
- setEndpointMappingLookupKey(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Endpoint mapping key if endpoint mapping is used
- setEndpointMappingType(EndpointMappingType) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Endpoint mapping type if endpoint mapping is used.
- setExpression(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
The XPath expression to use when option type=xpathresult.
- setFaultAction(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the faultAction response WS-Addressing
Fault Action
header that is provided by the method.
- setFaultAction(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the faultAction response WS-Addressing
Fault Action
header that is provided by the method.
- setFaultActionSuffix(String) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
-
Sets the suffix to add to request Action
s for reply fault
messages.
- setFaultTo(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the faultAction response WS-Addressing
FaultTo
header that is provided by the method.
- setFaultTo(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the faultAction response WS-Addressing
FaultTo
header that is provided by the method.
- setFilters(List<MessageFilter>) - Method in class org.apache.camel.component.spring.ws.filter.impl.CompositeMessageFilter
-
- setMessageFactory(WebServiceMessageFactory) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to provide a custom WebServiceMessageFactory.
- setMessageFilter(MessageFilter) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to provide a custom MessageFilter.
- setMessageIdStrategy(MessageIdStrategy) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to provide a custom MessageIdStrategy to control generation of unique message ids.
- setMessageSender(WebServiceMessageSender) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to provide a custom WebServiceMessageSender.
- setOutputAction(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the response WS-Addressing Action
header that is provided by the method.
- setOutputAction(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
- setOutputActionSuffix(String) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
-
Sets the suffix to add to request Action
s for reply
messages.
- setReplyTo(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the replyTo response WS-Addressing
ReplyTo
header that is provided by the method.
- setReplyTo(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Signifies the value for the replyTo response WS-Addressing
ReplyTo
header that is provided by the method.
- setSaxon(boolean) - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
-
- setSoapAction(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
SOAP action to include inside a SOAP request when accessing remote web services
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
To configure security using SSLContextParameters
- setTimeout(int) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer,
see URLConnection.setReadTimeout() and CommonsHttpMessageSender.setReadTimeout().
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
-
Optional setter to override default TransformerFactory
- setUltimateReceiver(boolean) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
-
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponent
-
Enable usage of global SSL context parameters.
- setWebServiceEndpointUri(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
The default Web Service endpoint uri to use for the producer.
- setWebServiceMessage(WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
-
- setWebServiceTemplate(WebServiceTemplate) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
Option to provide a custom WebServiceTemplate.
- setWsAddressingAction(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
WS-Addressing 1.0 action header to include when accessing web services.
- setWsAddressingAction(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
- setxPathExpression(XPathExpression) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
- setXslt(String) - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
-
- SPRING_WS_ADDRESSING_ACTION - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_ADDRESSING_CONSUMER_FAULT_ACTION - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_ADDRESSING_CONSUMER_OUTPUT_ACTION - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_ADDRESSING_PRODUCER_FAULT_TO - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_ADDRESSING_PRODUCER_REPLY_TO - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_ENDPOINT_URI - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_SOAP_ACTION - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SPRING_WS_SOAP_HEADER - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
-
- SpringWebserviceComponent - Class in org.apache.camel.component.spring.ws
-
Apache Camel component for working with Spring Web Services (a.k.a Spring-WS).
- SpringWebserviceComponent() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceComponent
-
- SpringWebserviceComponent(CamelContext) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceComponent
-
- SpringWebserviceComponentConfigurer - Class in org.apache.camel.component.spring.ws
-
Source code generated by org.apache.camel:apt
- SpringWebserviceComponentConfigurer() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceComponentConfigurer
-
- SpringWebserviceConfiguration - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceConfiguration() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
-
- SpringWebserviceConstants - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceConsumer - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceConsumer
-
- SpringWebserviceEndpoint - Class in org.apache.camel.component.spring.ws
-
The spring-ws component is used for SOAP WebServices using Spring WebServices.
- SpringWebserviceEndpoint(Component, String, SpringWebserviceConfiguration) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
-
- SpringWebserviceEndpointConfigurer - Class in org.apache.camel.component.spring.ws
-
Source code generated by org.apache.camel:apt
- SpringWebserviceEndpointConfigurer() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceEndpointConfigurer
-
- SpringWebserviceHelper - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceMessage - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceMessage(CamelContext, WebServiceMessage) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceMessage
-
- SpringWebserviceProducer - Class in org.apache.camel.component.spring.ws
-
- SpringWebserviceProducer(Endpoint) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceProducer
-
- SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator - Class in org.apache.camel.component.spring.ws
-
A decorator of HttpUrlConnectionMessageSender
instances that can apply configuration options
from the Camel component/endpoint configuration without replacing the actual implementation which may
actually be an end-user implementation and not one of the built-in implementations.
- SpringWebserviceProducer.DefaultWebserviceMessageCallback - Class in org.apache.camel.component.spring.ws
-
- StringSourceConverter - Class in org.apache.camel.component.spring.ws.converter
-
A helper class to transform to and from StringSource
implementations
available in both Camel and Spring Webservices.
- StringSourceConverterLoader - Class in org.apache.camel.component.spring.ws.converter
-
Source code generated by org.apache.camel:apt
- StringSourceConverterLoader() - Constructor for class org.apache.camel.component.spring.ws.converter.StringSourceConverterLoader
-
- supports(URI) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectSender
-
- supports(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
-