Skip navigation links


Package javax.servlet.sip.annotation

The javax.servlet.sip.annotation package contains SIP Servlet annotation definitions

See:
          Description

Annotation Types Summary
SipApplication The @SipApplication annotation is used to create an application level annotation for a collection of SipServlets
SipApplicationKey The @SipApplicationKey annotation is used when the application wants to associate the incoming request (and SipSession) with a certain SipApplicationSession.
SipListener The @SipListener annotation allows the application developer to specify a listener without declaring it in the deployment descriptor of the application.
SipServlet The @SipServlet annotation allows for the SipServlet metadata to be declared without having to create the deployment descriptor.

 

Package javax.servlet.sip.annotation Description

The javax.servlet.sip.annotation package contains SIP Servlet annotation definitions

Related Documentation

For a complete specification document on the SIP Servlests please visit the JSR 289 home page


Skip navigation links

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Java SIP Servlet API 1.1 Reference

Part Number E17883-01