Uses of Class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway
Packages that use AbstractWebServiceOutboundGateway
Package
Description
Provides several inbound and outbound Web Service components.
Contains classes for DSL support.
-
Uses of AbstractWebServiceOutboundGateway in org.springframework.integration.ws
Subclasses of AbstractWebServiceOutboundGateway in org.springframework.integration.wsModifier 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
Classes in org.springframework.integration.ws.dsl with type parameters of type AbstractWebServiceOutboundGatewayModifier and TypeClassDescriptionclass
BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,
E>, E extends AbstractWebServiceOutboundGateway> The baseMessageHandlerSpec
forAbstractWebServiceOutboundGateway
s.