Class Axis2CustomConverterListener
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener
,EventListener
@WebListener
@Deprecated
public class Axis2CustomConverterListener
extends Object
implements jakarta.servlet.ServletContextListener
Deprecated.
This module will be discontinued, along with its classes and methods.
Servlet listener that is responsible for registering a default custom converter class in the Axis2 framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(jakarta.servlet.ServletContextEvent servletContextEvent) Deprecated.void
contextInitialized
(jakarta.servlet.ServletContextEvent servletContextEvent) Deprecated.
-
Constructor Details
-
Axis2CustomConverterListener
public Axis2CustomConverterListener()Deprecated.
-
-
Method Details
-
contextInitialized
public void contextInitialized(@Nonnull jakarta.servlet.ServletContextEvent servletContextEvent) Deprecated.- Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(@Nonnull jakarta.servlet.ServletContextEvent servletContextEvent) Deprecated.- Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-