Package javax.servlet.sip.annotation

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 The method annotated with the @SipApplicationKey annotation MUST have the following restrictions: It MUST be public and static It MUST return a String It MUST have a single argument of type SipServletRequest It MUST not modify the SipServletRequest passed in If the annotated method signature does not comply with the first three rules, deployment of such an application MUST fail.
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.
 



Copyright © 2012. All Rights Reserved.