Uses of Class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway
Package
Description
Provides several inbound and outbound Web Service components.
Contains classes for DSL support.
-
Uses of AbstractWebServiceOutboundGateway in org.springframework.integration.ws
Modifier and TypeClassDescriptionclass
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.class
An outbound Messaging Gateway for invoking a Web Service. -
Uses of AbstractWebServiceOutboundGateway in org.springframework.integration.ws.dsl
Modifier and TypeClassDescriptionclass
BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,
E>, E extends AbstractWebServiceOutboundGateway> The baseMessageHandlerSpec
forAbstractWebServiceOutboundGateway
s.