Index

A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractHttpWebServiceMessageSenderDecorator(AbstractHttpWebServiceMessageSender, SpringWebserviceConfiguration, CamelContext) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
 
ACTION - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
addConsumer(EndpointMappingKey, MessageEndpoint) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
Used by Camel Spring Web Services endpoint to register consumers
addConsumer(EndpointMappingKey, MessageEndpoint) - Method in interface org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping
Used by Camel Spring Web Services endpoint to register consumers
addConsumer(EndpointMappingKey, MessageEndpoint) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 
afterPropertiesSet() - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
 

B

BasicMessageFilter - Class in org.apache.camel.component.spring.ws.filter.impl
This class populates a SOAP header and attachments in the WebServiceMessage instance.
BasicMessageFilter() - Constructor for class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
 
BEANNAME - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
BREADCRUMB_ID - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 

C

CamelDirectConnection - Class in org.apache.camel.component.spring.ws.bean
Passes wsa:replyTo message back to the camel routing
CamelDirectConnection(CamelContext, URI) - Constructor for class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
CamelDirectSender - Class in org.apache.camel.component.spring.ws.bean
Use this class with conjuctions of wsa:replyTo custom routing using prefix direct Received message will be route like this:
CamelDirectSender() - Constructor for class org.apache.camel.component.spring.ws.bean.CamelDirectSender
 
CamelEndpointDispatcher - Class in org.apache.camel.component.spring.ws.bean
Spring MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint.
CamelEndpointDispatcher() - Constructor for class org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher
 
CamelEndpointMapping - Class in org.apache.camel.component.spring.ws.bean
Spring EndpointMapping for mapping messages to corresponding Camel endpoints.
CamelEndpointMapping() - Constructor for class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
 
CamelSpringWSEndpointMapping - Interface in org.apache.camel.component.spring.ws.bean
Allows to register different spring-ws endpoints for camel.
close() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
CompositeMessageFilter - Class in org.apache.camel.component.spring.ws.filter.impl
This filter is a composition of basic message filters
CompositeMessageFilter() - Constructor for class org.apache.camel.component.spring.ws.filter.impl.CompositeMessageFilter
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointConfigurer
 
createBody() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
 
createConnection(URI) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectSender
 
createConnection(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
 
createConsumer(Processor) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponent
 
createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
 
createProducer() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
 

D

decode(String) - Static method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
DefaultWebserviceMessageCallback(String, URI, URI, URI, Source, SpringWebserviceConfiguration, Exchange) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceProducer.DefaultWebserviceMessageCallback
 
doProcessSoapAttachments(AttachmentMessage, SoapMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
Populate SOAP attachments from in or out exchange message.
doProcessSoapHeader(AttachmentMessage, SoapMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
The SOAP header is populated from exchange.getOut().getHeaders() if this class is used by the consumer or exchange.getIn().getHeaders() if this class is used by the producer.
doStart() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConsumer
 
doStop() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConsumer
 
doWithMessage(WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer.DefaultWebserviceMessageCallback
 

E

encode(String) - Static method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
EndpointMappingKey - Class in org.apache.camel.component.spring.ws.type
 
EndpointMappingKey(EndpointMappingType, String, XPathExpression) - Constructor for class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 
EndpointMappingType - Enum Class in org.apache.camel.component.spring.ws.type
Endpoint mappings supported by consumer through uri configuration.
equals(Object) - Method in class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 

F

filterConsumer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
 
filterConsumer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.CompositeMessageFilter
 
filterConsumer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
 
filterConsumer(Exchange, WebServiceMessage) - Method in interface org.apache.camel.component.spring.ws.filter.MessageFilter
Calls filter for a consumer
filterProducer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
 
filterProducer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.CompositeMessageFilter
 
filterProducer(Exchange, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
 
filterProducer(Exchange, WebServiceMessage) - Method in interface org.apache.camel.component.spring.ws.filter.MessageFilter
Calls filter for a producer

G

getActionCompositeLookupKey(MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Generate a lookupKey for a given WS-Addressing message using action property.
getCamelContext() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
getCamelContext() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectSender
 
getCamelContext() - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
 
getCamelContext() - Method in class org.apache.camel.component.spring.ws.converter.StringSourceConverterLoader
 
getConfiguration() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
 
getConsumerMessageEndpoint() - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher
 
getDefaultFaultAction(Object, MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 
getDefaultResponseAction(Object, MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 
getEndpoint() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer
 
getEndpointDispatcher() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getEndpointInternal(MessageContext) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
 
getEndpointInternal(MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 
getEndpointMapping() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getEndpointMappingKey() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getEndpointMappingLookupKey() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getEndpointMappingType() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getEndpointUri() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getErrorMessage() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
getExpression() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getExpression() - Method in class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 
getFaultAction() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getFaultAction(Object, MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
return fault came uri param or default fault action or null
getFaultActionSuffix() - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Returns the suffix to add to request Actions for reply fault messages.
getFaultTo() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getFilters() - Method in class org.apache.camel.component.spring.ws.filter.impl.CompositeMessageFilter
 
getLookupKey() - Method in class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 
getMessageFactory() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getMessageFilter() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getMessageIdStrategy() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getMessageIdStrategy(Object) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Configure message id strategy for wsa:replyTo The route definition has priority over this endpoint.
getMessageSender() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getMessageSenders(Object) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Configure message sender for wsa:replyTo from a camel route definition.
getOptionType(String, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointConfigurer
 
getOutputAction() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getOutputActionSuffix() - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Returns the suffix to add to request Actions for reply messages.
getPrefix() - Method in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
getReplyTo() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getResponseAction(Object, MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Return output camel uri param or default action or null
getSoapAction() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getSslContextParameters() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getTimeout() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getToCompositeLookupKey(MessageAddressingProperties) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Generate a lookupKey for a given WS-Addressing message using getTo property.
getTransformerFactory() - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
Gets the configured TransformerFactory
getType() - Method in class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 
getTypeFromUriPrefix(String) - Static method in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
Find EndpointMappingType that corresponds with the prefix of the given uri.
getUri() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
getWebServiceEndpointUri() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getWebServiceMessage() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
 
getWebServiceTemplate() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getWsAddressingAction() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getxPathExpression() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
getXslt() - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
 

H

hasError() - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
hashCode() - Method in class org.apache.camel.component.spring.ws.type.EndpointMappingKey
 
HeaderTransformationMessageFilter - Class in org.apache.camel.component.spring.ws.filter.impl
Message filter that transforms the header of a soap message
HeaderTransformationMessageFilter(String) - Constructor for class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
 

I

invoke(MessageContext) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher
 
invoke(MessageContext) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConsumer
Invoked by Spring-WS when a WebServiceMessage is received
isAcceptGzipEncoding() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
 
isAllowResponseAttachmentOverride() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
isAllowResponseHeaderOverride() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
isEnabled(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 
isSaxon() - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceComponent
 

L

load(TypeConverterRegistry) - Method in class org.apache.camel.component.spring.ws.converter.StringSourceConverterLoader
 

M

MessageFilter - Interface in org.apache.camel.component.spring.ws.filter
A strategy instance that filters a WebServiceMessage response.
multiValuePrefixes() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 

N

newInstance() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
 

O

org.apache.camel.component.spring.ws - package org.apache.camel.component.spring.ws
 
org.apache.camel.component.spring.ws.bean - package org.apache.camel.component.spring.ws.bean
 
org.apache.camel.component.spring.ws.converter - package org.apache.camel.component.spring.ws.converter
 
org.apache.camel.component.spring.ws.filter - package org.apache.camel.component.spring.ws.filter
 
org.apache.camel.component.spring.ws.filter.impl - package org.apache.camel.component.spring.ws.filter.impl
 
org.apache.camel.component.spring.ws.type - package org.apache.camel.component.spring.ws.type
 

P

process(Exchange) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceProducer
 
processHeaderAndAttachments(AttachmentMessage, WebServiceMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
If applicable this method adds a SOAP headers and attachments.
processSoapHeader(AttachmentMessage, SoapMessage) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
If applicable this method adds a SOAP header.
propertyNames() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 

R

receive(WebServiceMessageFactory) - Method in class org.apache.camel.component.spring.ws.bean.CamelDirectConnection
 
removeConsumer(Object) - Method in class org.apache.camel.component.spring.ws.bean.CamelEndpointMapping
Used by Camel Spring Web Services endpoint to unregister consumers
removeConsumer(Object) - Method in interface org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping
Used by Camel Spring Web Services endpoint to unregister consumers
removeConsumer(Object) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 
reset() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
 
ROOT_QNAME - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 

S

secretPropertyNames() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 
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
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.spring.ws.converter.StringSourceConverterLoader
 
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 Actions 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 WS-Addressing unique message ids.
setMessageSender(WebServiceMessageSender) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
Option to provide a custom WebServiceMessageSender.
setOutputAction(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
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.
setOutputActionSuffix(String) - Method in class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
Sets the suffix to add to request Actions 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(String) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
 
setWsAddressingAction(URI) - Method in class org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
WS-Addressing 1.0 action header to include when accessing web services.
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
 
SOAP_ACTION - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
SPRING_WS_ADDRESSING_ACTION - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
WS-Addressing 1.0 action header to include when accessing web services.
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
Signifies the value for the faultAction response WS-Addressing FaultTo header that is provided by the method.
SPRING_WS_ADDRESSING_PRODUCER_REPLY_TO - Static variable in class org.apache.camel.component.spring.ws.SpringWebserviceConstants
Signifies the value for the replyTo response WS-Addressing ReplyTo header that is provided by the method.
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
 
SpringWebserviceComponentConfigurer - Class in org.apache.camel.component.spring.ws
Generated by camel build tools - do NOT edit this file!
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
Access external web services as a client or expose your own web services.
SpringWebserviceEndpoint(Component, String, SpringWebserviceConfiguration) - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
 
SpringWebserviceEndpointConfigurer - Class in org.apache.camel.component.spring.ws
Generated by camel build tools - do NOT edit this file!
SpringWebserviceEndpointConfigurer() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceEndpointConfigurer
 
SpringWebserviceEndpointUriFactory - Class in org.apache.camel.component.spring.ws
Generated by camel build tools - do NOT edit this file!
SpringWebserviceEndpointUriFactory() - Constructor for class org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
 
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
Generated by camel build tools - do NOT edit this file!
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
 

T

TO - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
toResult(Source, Result) - Static method in class org.apache.camel.component.spring.ws.SpringWebserviceHelper
 
toString() - Method in class org.apache.camel.component.spring.ws.SpringWebserviceMessage
 
toStringSourceFromCamel(StringSource) - Static method in class org.apache.camel.component.spring.ws.converter.StringSourceConverter
Converts a Camel
invalid reference
org.apache.camel.converter.jaxp.StringSource
to a Spring-WS StringSource
toStringSourceFromSpring(StringSource) - Static method in class org.apache.camel.component.spring.ws.converter.StringSourceConverter
Converts a Spring-WS StringSource to a Camel
invalid reference
org.apache.camel.converter.jaxp.StringSource

U

URI - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
URI_PATH - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 

V

validHeaderName(String) - Method in class org.apache.camel.component.spring.ws.filter.impl.BasicMessageFilter
Whether a header is valid
validHeaderName(String) - Method in class org.apache.camel.component.spring.ws.filter.impl.HeaderTransformationMessageFilter
Whether a header is valid
valueOf(String) - Static method in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WSACamelEndpointMapping - Class in org.apache.camel.component.spring.ws.bean
Provides support for full WS-Addressing.
WSACamelEndpointMapping() - Constructor for class org.apache.camel.component.spring.ws.bean.WSACamelEndpointMapping
 

X

XPATHRESULT - Enum constant in enum class org.apache.camel.component.spring.ws.type.EndpointMappingType
 
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values