Class WebServicesProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.webservices.WebServicesProperties
@ConfigurationProperties(prefix="spring.webservices") public class WebServicesProperties extends Object
ConfigurationPropertiesfor Spring Web Services.- Since:
- 1.4.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebServicesProperties.Servlet
Constructor Summary
Constructors Constructor Description WebServicesProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()WebServicesProperties.ServletgetServlet()voidsetPath(String path)
Constructor Detail
WebServicesProperties
public WebServicesProperties()
Method Detail
getServlet
public WebServicesProperties.Servlet getServlet()