Class WsIntegrationConfigurationInitializer

java.lang.Object
org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer
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
  • Constructor Summary

    Constructors 
    Constructor Description
    WsIntegrationConfigurationInitializer()  
  • Method Summary

    Modifier and Type Method Description
    void initialize​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • initialize

      public void initialize​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      initialize in interface org.springframework.integration.config.IntegrationConfigurationInitializer
      Throws:
      org.springframework.beans.BeansException