Package spring.soap
Class WebServiceConfig
java.lang.Object
org.springframework.ws.config.annotation.WsConfigurerAdapter
spring.soap.WebServiceConfig
- All Implemented Interfaces:
org.springframework.ws.config.annotation.WsConfigurer
@EnableWs
@Configuration
public class WebServiceConfig
extends org.springframework.ws.config.annotation.WsConfigurerAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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 org.springframework.ws.config.annotation.WsConfigurerAdapter
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(name="countries") public org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition defaultWsdl11Definition(org.springframework.xml.xsd.XsdSchema countriesSchema) -
countriesSchema
@Bean public org.springframework.xml.xsd.XsdSchema countriesSchema()
-