@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface SipResponseRange
Associates a response filter with an annotation.
A Java method annotated with a runtime annotation that is itself
annotated with this annotation will be used to handle SIP
responses satisfying the filter. If such an annotation is
specified on a method whose first parameter is not a
SipServletResponse, that will cause a deployment error.
- Since:
- 2.0
- See Also:
SipResponseCode
,
SipMethod