Class WebServiceConfig

  • All Implemented Interfaces:
    org.springframework.ws.config.annotation.WsConfigurer

    @EnableWs
    @Configuration
    public class WebServiceConfig
    extends org.springframework.ws.config.annotation.WsConfigurerAdapter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.servlet.ServletRegistrationBean<javax.servlet.Servlet> messageDispatcherServlet​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.springframework.ws.config.annotation.WsConfigurerAdapter

        addArgumentResolvers, addInterceptors, addReturnValueHandlers
      • Methods inherited from class java.lang.Object

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

      • WebServiceConfig

        public WebServiceConfig()
    • Method Detail

      • messageDispatcherServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean<javax.servlet.Servlet> messageDispatcherServlet​(org.springframework.context.ApplicationContext applicationContext)