Create a SIP Servlet
Use the new SIP Servlet wizard to create a Session Initiation Protocol (SIP) servlet. A SIP servlet is a Java-based application component
which performs SIP signaling and is run by a java-enabled SIP application server. The following pages are associated with the SIP Servlet wizard:
- Class File Destination - Define the servlet class name, location,
package, and super class. By default, the super class is javax.sip.servlet.SipServlet.
- Servlet Deployment Descriptor Information - Use initialization parameters and servlet mapping conditions in the SIP deployment
descriptor file.
- Servlet Class Options - Select the interfaces implemented and the method
stubs that are automatically created in the SIP servlet class.
Related items
Creating a SIP project
Editing the SIP deployment descriptor