Class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,​E>,​E extends AbstractWebServiceInboundGateway>

Type Parameters:
S - the target BaseWsInboundGatewaySpec implementation type.
E - the target AbstractWebServiceInboundGateway implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<E>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
MarshallingWsInboundGatewaySpec, SimpleWsInboundGatewaySpec

public abstract class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,​E>,​E extends AbstractWebServiceInboundGateway>
extends MessagingGatewaySpec<S,​E>
Base MessagingGatewaySpec for web services.
Since:
5.3
Author:
Gary Russell