Uses of Class
org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
Packages that use BaseWsOutboundGatewaySpec
-
Uses of BaseWsOutboundGatewaySpec in org.springframework.integration.ws.dsl
Classes in org.springframework.integration.ws.dsl with type parameters of type BaseWsOutboundGatewaySpecModifier and TypeClassDescriptionclass
BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,
E>, E extends AbstractWebServiceOutboundGateway> The baseMessageHandlerSpec
forAbstractWebServiceOutboundGateway
s.Subclasses of BaseWsOutboundGatewaySpec in org.springframework.integration.ws.dslModifier and TypeClassDescriptionclass
The spec for aMarshallingWebServiceOutboundGateway
.static class
Spec for aMarshallingWebServiceOutboundGateway
where an externalWebServiceTemplate
is not provided.class
The spec for aSimpleWebServiceOutboundGateway
.static class
Spec for aSimpleWebServiceOutboundGateway
where an externalWebServiceTemplate
is not provided.