Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
type | path | org.apache.camel.component.spring.ws.type.EndpointMappingType | true | false | ROOT_QNAME ACTION TO SOAP_ACTION XPATHRESULT URI BEANNAME |
||
lookupKey | path | java.lang.String | true | false | |||
webServiceTemplate | parameter | org.springframework.ws.client.core.WebServiceTemplate | false | ||||
soapAction | parameter | java.lang.String | false | ||||
wsAddressingAction | parameter | java.net.URI | false | ||||
outputAction | parameter | java.net.URI | false | Signifies the value for the response WS-Addressing Action
header that is provided by the method.
@see {@link Action} |
|||
faultAction | parameter | java.net.URI | false | Signifies the value for the faultAction response WS-Addressing
Fault Action header that is provided by the method.
@see {@link Action} |
|||
faultTo | parameter | java.net.URI | false | Signifies the value for the faultAction response WS-Addressing
FaultTo header that is provided by the method.
@see {@link Action} |
|||
replyTo | parameter | java.net.URI | false | Signifies the value for the replyTo response WS-Addressing
ReplyTo header that is provided by the method.
@see {@link Action} |
|||
replyToMessageSender | parameter | org.springframework.ws.transport.WebServiceMessageSender | false | ||||
messageIdStrategy | parameter | org.springframework.ws.soap.addressing.messageid.MessageIdStrategy | false | @param messageIdStrategy The messageIdStrategy to set. | |||
timeout | parameter | int | false | ||||
endpointMapping | parameter | org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping | false | ||||
endpointDispatcher | parameter | org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher | false | ||||
sslContextParameters | parameter | org.apache.camel.util.jsse.SSLContextParameters | false | ||||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |