Interface SipServerExtension

All Superinterfaces:
EventListener, javax.servlet.ServletContextListener
All Known Implementing Classes:
WlssProfileService

public interface SipServerExtension extends javax.servlet.ServletContextListener
Defines an interface common to all Sip Server extensions. It is invoked when SIP servlet contexts are created and destroyed by the container. The typical use is for the extension to install/remove context attributes that the servlet uses in order to look up and use the extension.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface javax.servlet.ServletContextListener

    contextDestroyed, contextInitialized
  • Method Details

    • getName

      String getName()
      Returns:
      name of this extension