Class BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,​E>,​E extends AbstractWebServiceOutboundGateway>

Type Parameters:
S - the target BaseWsOutboundGatewaySpec implementation type.
E - the target AbstractWebServiceOutboundGateway implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<E>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
MarshallingWsOutboundGatewaySpec, MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec, SimpleWsOutboundGatewaySpec, SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec

public abstract class BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,​E>,​E extends AbstractWebServiceOutboundGateway>
extends MessageHandlerSpec<S,​E>
Since:
5.3
Author:
Gary Russell, Artem Bilan