See: Description
| Class | Description |
|---|---|
| BranchResponse.Predicate |
| Annotation Type | Description |
|---|---|
| Ack |
Associates a Java method in a SIPServlet POJO with "ACK"
method.
|
| AnyMethod |
Associates a Java method in a SIPServlet POJO with any
SIP method.
|
| ApplicationName |
The injection points where CDI built-in beans like
SipFactory, SipSessionsUtil,
TimerService are injected may further be annotated with this annotation to specify the
application name, these objects are scoped to. |
| BranchResponse |
Associates a Java method with a proxy branch response.
|
| Bye |
Associates a Java method in a SIPServlet POJO with "BYE"
method.
|
| Cancel |
Associates a Java method in a SIPServlet POJO with "CANCEL"
method.
|
| ErrorResponse |
A Java method annotated with this annotation will be used
to handle any SIP error response (codes 300-999).
|
| Info |
Associates a Java method in a SIPServlet POJO with "INFO"
method.
|
| Invite |
Associates a Java method in a SIPServlet POJO with "INVITE"
method.
|
| Message |
Associates a Java method in a SIPServlet POJO with "MESSAGE"
method.
|
| Notify |
Associates a Java method in a SIPServlet POJO with "NOTIFY"
method.
|
| Options |
Associates a Java method in a SIPServlet POJO with "OPTIONS"
method.
|
| Prack |
Associates a Java method in a SIPServlet POJO with "PRACK"
method.
|
| ProvisionalResponse |
A Java method annotated with this annotation will be used
to handle any SIP provisional response (codes 101-199).
|
| Publish |
Associates a Java method in a SIPServlet POJO with "PUBLISH"
method.
|
| RedirectResponse |
A Java method annotated with this annotation will be used
to handle any SIP redirect response (codes 300-399).
|
| Refer |
Associates a Java method in a SIPServlet POJO with "REFER"
method.
|
| Register |
Associates a Java method in a SIPServlet POJO with "REGISTER"
method.
|
| 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.
|
| SipApplicationSessionScoped |
Contexts and Dependency Injection (CDI) technology, provides a uniform framework for the
dependency injection and lifecycle management of “managed beans”.
|
| SipInvocationScoped |
Contexts and Dependency Injection (CDI) technology, provides a uniform framework for the
dependency injection and lifecycle management of “managed beans”.
|
| SipListener |
The @SipListener annotation allows the application
developer to specify a listener without declaring
it in the deployment descriptor of the application.
|
| SipMethod |
Associates the name of a SIP method with an annotation.
|
| SipPredicate |
Applies a predicate with a Java method in a SIP Servlet POJO.
|
| SipResponseCode |
Associates a response code with an annotation.
|
| SipResponseRange |
Associates a response filter with an annotation.
|
| SipServlet |
The @SipServlet annotation allows for the SipServlet metadata
to be declared without having to create the deployment descriptor.
|
| Subscribe |
Associates a Java method in a SIPServlet POJO with "SUBSCRIBE"
method.
|
| SuccessResponse |
A Java method annotated with this annotation will be used
to handle any SIP success response (codes 200-299).
|
| Update |
Associates a Java method in a SIPServlet POJO with "UPDATE"
method.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.