Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractWebServiceInboundGateway - Class in org.springframework.integration.ws
- AbstractWebServiceInboundGateway() - Constructor for class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- AbstractWebServiceOutboundGateway - Class in org.springframework.integration.ws
-
Base class for outbound Web Service-invoking Messaging Gateways.
- AbstractWebServiceOutboundGateway(String, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- AbstractWebServiceOutboundGateway(DestinationProvider, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- AbstractWebServiceOutboundGateway.RequestMessageCallback - Class in org.springframework.integration.ws
- AbstractWebServiceOutboundGateway.ResponseMessageExtractor - Class in org.springframework.integration.ws
- afterShutdown() - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- assemble(E) - Method in class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec
- assemble(E) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- assemble(MarshallingWebServiceOutboundGateway) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- assemble(SimpleWebServiceOutboundGateway) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
- assemble(SimpleWebServiceOutboundGateway) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
B
- BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,
E>, E extends AbstractWebServiceInboundGateway> - Class in org.springframework.integration.ws.dsl -
Base
MessagingGatewaySpec
for web services. - BaseWsInboundGatewaySpec() - Constructor for class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec
-
Construct an instance.
- BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,
E>, E extends AbstractWebServiceOutboundGateway> - Class in org.springframework.integration.ws.dsl -
The base
MessageHandlerSpec
forAbstractWebServiceOutboundGateway
s. - BaseWsOutboundGatewaySpec() - Constructor for class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- beforeShutdown() - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
C
- create() - Method in class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- create() - Method in class org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
- create() - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
D
- DefaultSoapHeaderMapper - Class in org.springframework.integration.ws
-
A
HeaderMapper
implementation for mapping to and from a SoapHeader. - DefaultSoapHeaderMapper() - Constructor for class org.springframework.integration.ws.DefaultSoapHeaderMapper
- destinationProvider - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- destinationProvider(DestinationProvider) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Configure with a destination provider;
- doExtractData(WebServiceMessage) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.ResponseMessageExtractor
- doGet() - Method in class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec
- doGet() - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- doHandle(String, Message<?>, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- doHandle(String, Message<?>, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- doHandle(String, Message<?>, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- doInit() - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- doInvoke(MessageContext) - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- doInvoke(MessageContext) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
- doInvoke(MessageContext) - Method in class org.springframework.integration.ws.SimpleWebServiceInboundGateway
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
- doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
- doSetWebServiceTemplate(WebServiceTemplate) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- doWithMessage(WebServiceMessage) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.RequestMessageCallback
- doWithMessageInternal(WebServiceMessage, Object) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.RequestMessageCallback
E
- encodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Specify a
DefaultUriBuilderFactory.EncodingMode
for uri construction. - extractData(WebServiceMessage) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.ResponseMessageExtractor
- extractPayload - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- extractPayload - Variable in class org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
- extractPayload(boolean) - Method in class org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
-
Specify true to extract the payloadSource from the request or use the entire request as the payload; default true.
- extractPayload(boolean) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
-
Specify a flag to return the whole
WebServiceMessage
or build thepayload
based onWebServiceMessage
and populated headers accordingheaderMapper
configuration. - extractPayload(boolean) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Specify a flag to return the whole
WebServiceMessage
or build thepayload
based onWebServiceMessage
and populated headers accordingheaderMapper
configuration. - extractStandardHeaders(SoapMessage) - Method in class org.springframework.integration.ws.DefaultSoapHeaderMapper
- extractUserDefinedHeaders(SoapMessage) - Method in class org.springframework.integration.ws.DefaultSoapHeaderMapper
F
- faultMessageResolver - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- faultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Specify the
FaultMessageResolver
to use. - faultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Specify the
FaultMessageResolver
to use. - fromSoapHeaders(MessageContext, AbstractIntegrationMessageBuilder<?>) - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
G
- gatewayInterceptors - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- gatewayMarshaller - Variable in class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- gatewayMarshaller - Variable in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- gatewayUnmarshaller - Variable in class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- gatewayUnmarshaller - Variable in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- getBeanClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
- getComponentType() - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- getComponentType() - Method in class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- getComponentType() - Method in class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- getGatewayClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
- getHeaderMapper() - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- getWebServiceTemplate() - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
H
- handleRequestMessage(Message<?>) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- headerMapper(SoapHeaderMapper) - Method in class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec
-
Configure the header mapper.
- headerMapper(SoapHeaderMapper) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Configure the header mapper.
I
- ignoreEmptyResponses(boolean) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Specify whether empty String response payloads should be ignored.
- init() - Method in class org.springframework.integration.ws.config.WsNamespaceHandler
- initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer
- interceptors(ClientInterceptor...) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Specify the
ClientInterceptor
s to use. - interceptors(ClientInterceptor...) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Specify the
ClientInterceptor
s to use. - invoke(MessageContext) - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- isEligibleAttribute(String) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
L
- logger - Variable in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
M
- marshaller(Marshaller) - Method in class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
-
Specify a marshaller to use.
- marshaller(Marshaller) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Configure the marshaller to use.
- marshallingInboundGateway() - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance.
- marshallingInboundGateway(Marshaller) - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance with the provided
Marshaller
(which must also implementUnmarshaller
). - marshallingOutboundGateway() - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance with a default
WebServiceTemplate
. - marshallingOutboundGateway(WebServiceTemplate) - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance with the provided
WebServiceTemplate
. - MarshallingWebServiceInboundGateway - Class in org.springframework.integration.ws
- MarshallingWebServiceInboundGateway() - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
-
Creates a new
MarshallingWebServiceInboundGateway
. - MarshallingWebServiceInboundGateway(Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
-
Creates a new
MarshallingWebServiceInboundGateway
with the given marshaller. - MarshallingWebServiceInboundGateway(Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
-
Creates a new
MarshallingWebServiceInboundGateway
with the given marshaller and unmarshaller. - MarshallingWebServiceOutboundGateway - Class in org.springframework.integration.ws
-
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
- MarshallingWebServiceOutboundGateway(String, Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(String, Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(String, Marshaller, Unmarshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(String, Marshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(String, WebServiceTemplate) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
-
Construct an instance based on the provided Web Service URI and
WebServiceTemplate
. - MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, Unmarshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- MarshallingWebServiceOutboundGateway(DestinationProvider, WebServiceTemplate) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
-
Construct an instance based on the provided
DestinationProvider
andWebServiceTemplate
. - MarshallingWsInboundGatewaySpec - Class in org.springframework.integration.ws.dsl
-
The spec for a
MarshallingWebServiceInboundGateway
. - MarshallingWsInboundGatewaySpec() - Constructor for class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- MarshallingWsOutboundGatewayNoTemplateSpec() - Constructor for class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- MarshallingWsOutboundGatewaySpec - Class in org.springframework.integration.ws.dsl
-
The spec for a
MarshallingWebServiceOutboundGateway
. - MarshallingWsOutboundGatewaySpec(WebServiceTemplate) - Constructor for class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec
- MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec - Class in org.springframework.integration.ws.dsl
-
Spec for a
MarshallingWebServiceOutboundGateway
where an externalWebServiceTemplate
is not provided. - messageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Specify the
WebServiceMessageFactory
to use. - messageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Specify the
WebServiceMessageFactory
to use. - messageSenders - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- messageSenders(WebServiceMessageSender...) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Specify the
WebServiceMessageSender
s to use. - messageSenders(WebServiceMessageSender...) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Specify the
WebServiceMessageSender
s to use.
O
- onInit() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
- org.springframework.integration.ws - package org.springframework.integration.ws
-
Provides several inbound and outbound Web Service components.
- org.springframework.integration.ws.config - package org.springframework.integration.ws.config
-
Contains parser classes for the Web Services namespace support.
- org.springframework.integration.ws.dsl - package org.springframework.integration.ws.dsl
-
Contains classes for DSL support.
P
- parseHandler(Element, ParserContext) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
- populateStandardHeaders(Map<String, Object>, SoapMessage) - Method in class org.springframework.integration.ws.DefaultSoapHeaderMapper
- populateUserDefinedHeader(String, Object, SoapMessage) - Method in class org.springframework.integration.ws.DefaultSoapHeaderMapper
- postProcessGateway(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
- PREFIX - Static variable in class org.springframework.integration.ws.WebServiceHeaders
R
- requestCallback(WebServiceMessageCallback) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Specify the
WebServiceMessageCallback
to use. - RequestMessageCallback(WebServiceMessageCallback, Message<?>) - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.RequestMessageCallback
- ResponseMessageExtractor() - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.ResponseMessageExtractor
S
- ServiceUnavailableException - Exception in org.springframework.integration.ws
-
The
WebServiceException
extension to indicate that the server endpoint is temporary unavailable. - ServiceUnavailableException(String) - Constructor for exception org.springframework.integration.ws.ServiceUnavailableException
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.springframework.integration.ws.ServiceUnavailableException
- setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
-
Set the encoding mode to use.
- setExtractPayload(boolean) - Method in class org.springframework.integration.ws.SimpleWebServiceInboundGateway
- setExtractPayload(boolean) - Method in class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
-
A flag to return the whole
WebServiceMessage
or buildpayload
based onWebServiceMessage
and populated headers accordingheaderMapper
configuration. - setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setHeaderMapper(SoapHeaderMapper) - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- setHeaderMapper(SoapHeaderMapper) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setIgnoreEmptyResponses(boolean) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
-
Specify whether empty String response payloads should be ignored.
- setInterceptors(ClientInterceptor...) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setMarshaller(Marshaller) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
- setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setRequestCallback(WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
- setUriVariableExpressions(Map<String, Expression>) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
-
Set the Map of URI variable expressions to evaluate against the outbound message when replacing the variable placeholders in a URI template.
- setWebServiceTemplate(WebServiceTemplate) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- simpleInboundGateway() - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance.
- simpleOutboundGateway() - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance.
- simpleOutboundGateway(WebServiceTemplate) - Static method in class org.springframework.integration.ws.dsl.Ws
-
Create an instance with the provided
WebServiceTemplate
. - SimpleWebServiceInboundGateway - Class in org.springframework.integration.ws
- SimpleWebServiceInboundGateway() - Constructor for class org.springframework.integration.ws.SimpleWebServiceInboundGateway
- SimpleWebServiceOutboundGateway - Class in org.springframework.integration.ws
-
An outbound Messaging Gateway for invoking a Web Service.
- SimpleWebServiceOutboundGateway(String) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWebServiceOutboundGateway(String, SourceExtractor<?>) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWebServiceOutboundGateway(String, SourceExtractor<?>, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWebServiceOutboundGateway(DestinationProvider) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWebServiceOutboundGateway(DestinationProvider, SourceExtractor<?>) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWebServiceOutboundGateway(DestinationProvider, SourceExtractor<?>, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
- SimpleWsInboundGatewaySpec - Class in org.springframework.integration.ws.dsl
-
The spec for a
SimpleWebServiceInboundGateway
. - SimpleWsInboundGatewaySpec() - Constructor for class org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
- SimpleWsOutboundGatewayNoTemplateSpec() - Constructor for class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
- SimpleWsOutboundGatewaySpec - Class in org.springframework.integration.ws.dsl
-
The spec for a
SimpleWebServiceOutboundGateway
. - SimpleWsOutboundGatewaySpec(WebServiceTemplate) - Constructor for class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
- SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec - Class in org.springframework.integration.ws.dsl
-
Spec for a
SimpleWebServiceOutboundGateway
where an externalWebServiceTemplate
is not provided. - SOAP_ACTION - Static variable in class org.springframework.integration.ws.WebServiceHeaders
- SoapHeaderMapper - Interface in org.springframework.integration.ws
-
A convenience interface that extends
RequestReplyHeaderMapper
, parameterized withSoapHeader
. - sourceExtractor - Variable in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
- sourceExtractor - Variable in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
- sourceExtractor(SourceExtractor<?>) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
-
Configure a
SourceExtractor
to use. - sourceExtractor(SourceExtractor<?>) - Method in class org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
-
Configure a
SourceExtractor
to use. - STANDARD_HEADER_NAMES - Static variable in class org.springframework.integration.ws.DefaultSoapHeaderMapper
T
- template - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- toSoapHeaders(WebServiceMessage, Message<?>) - Method in class org.springframework.integration.ws.AbstractWebServiceInboundGateway
- transformerHelper - Variable in class org.springframework.integration.ws.DefaultSoapHeaderMapper
U
- unmarshaller(Unmarshaller) - Method in class org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
-
Specify an unmarshaller to use.
- unmarshaller(Unmarshaller) - Method in class org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Configure the unmarshaller to use.
- uri - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- uri(String) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Configure with a URI.
- uriFactory - Variable in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
- uriVariableExpressions(Map<String, Expression>) - Method in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
-
Set the Map of URI variable expressions to evaluate against the outbound message when replacing the variable placeholders in a URI template.
W
- WebServiceHeaderEnricherParser - Class in org.springframework.integration.ws.config
- WebServiceHeaderEnricherParser() - Constructor for class org.springframework.integration.ws.config.WebServiceHeaderEnricherParser
- WebServiceHeaders - Class in org.springframework.integration.ws
-
Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers.
- WebServiceHeaders() - Constructor for class org.springframework.integration.ws.WebServiceHeaders
- WebServiceInboundGatewayParser - Class in org.springframework.integration.ws.config
- WebServiceInboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
- webServiceMessageFactory - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- WebServiceOutboundGatewayParser - Class in org.springframework.integration.ws.config
-
Parser for the <outbound-gateway/> element in the 'ws' namespace.
- WebServiceOutboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
- Ws - Class in org.springframework.integration.ws.dsl
-
Factory class for web service components.
- WsIntegrationConfigurationInitializer - Class in org.springframework.integration.ws.config
-
The
IntegrationConfigurationInitializer
implementation for the WebService module. - WsIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer
- WsNamespaceHandler - Class in org.springframework.integration.ws.config
- WsNamespaceHandler() - Constructor for class org.springframework.integration.ws.config.WsNamespaceHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form