- All Implemented Interfaces:
- org.springframework.integration.config.IntegrationConfigurationInitializer
public class WsIntegrationConfigurationInitializer
extends java.lang.Object
implements org.springframework.integration.config.IntegrationConfigurationInitializer
The IntegrationConfigurationInitializer
implementation for the WebService module.
Registers MessageEndpointAdapter
bean, because the usage of
EnableWs
switches off the registration for the
MessageEndpointAdapter
as one of the default strategies.
The EnableWs
registers only the DefaultMethodEndpointAdapter
,
which isn't appropriate for the MessageEndpoint
implementations.
- Since:
- 4.3
- See Also:
EnableWs
,
MessageDispatcher