Package | Description |
---|---|
javax.servlet.sip.annotation |
The javax.servlet.sip.annotation package contains SIP Servlet annotation definitions
|
Modifier and Type | Class and Description |
---|---|
interface |
ErrorResponse
A Java method annotated with this annotation will be used
to handle any SIP error response (codes 300-999).
|
interface |
ProvisionalResponse
A Java method annotated with this annotation will be used
to handle any SIP provisional response (codes 101-199).
|
interface |
RedirectResponse
A Java method annotated with this annotation will be used
to handle any SIP redirect response (codes 300-399).
|
interface |
SuccessResponse
A Java method annotated with this annotation will be used
to handle any SIP success response (codes 200-299).
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.