Class WebServiceConfig

java.lang.Object
spring.soap.WebServiceConfig
All Implemented Interfaces:
org.springframework.ws.config.annotation.WsConfigurer

@EnableWs @Configuration public class WebServiceConfig extends Object implements org.springframework.ws.config.annotation.WsConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.xml.xsd.XsdSchema
     
    org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
    defaultWsdl11Definition(org.springframework.xml.xsd.XsdSchema countriesSchema)
     
    org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet>
    messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.ws.config.annotation.WsConfigurer

    addArgumentResolvers, addInterceptors, addReturnValueHandlers
  • Constructor Details

    • WebServiceConfig

      public WebServiceConfig()
  • Method Details

    • messageDispatcherServlet

      @Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet> messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)
    • defaultWsdl11Definition

      @Bean("countries") public org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition defaultWsdl11Definition(org.springframework.xml.xsd.XsdSchema countriesSchema)
    • countriesSchema

      @Bean public org.springframework.xml.xsd.XsdSchema countriesSchema()