@Configuration public class ServletConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletConfig.MyAS2MDNReceiveServlet
Special AS2 MDN receive servlet, that use the global AS2 Session.
|
static class |
ServletConfig.MyAS2ReceiveServlet
Special AS2 receive servlet, that use the global AS2 Session.
|
| Constructor and Description |
|---|
ServletConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean<ServletConfig.MyAS2ReceiveServlet> |
servletRegistrationBeanAS2() |
org.springframework.boot.web.servlet.ServletRegistrationBean<ServletConfig.MyAS2MDNReceiveServlet> |
servletRegistrationBeanMDN() |
static void |
shutDown()
Call this method at the application end, to shutdown all active modules.
|
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<ServletConfig.MyAS2ReceiveServlet> servletRegistrationBeanAS2()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<ServletConfig.MyAS2MDNReceiveServlet> servletRegistrationBeanMDN()
public static void shutDown()
Copyright © 2019–2021 Philip Helger. All rights reserved.