Class WsIntegrationConfigurationInitializer

java.lang.Object
org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer
All Implemented Interfaces:
IntegrationConfigurationInitializer

public class WsIntegrationConfigurationInitializer extends Object implements 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
Author:
Artem Bilan
See Also: