Package com.bea.wcp.sip.annotation
Annotation Interface Invite100TryingResponse
@Retention(RUNTIME)
@Target(METHOD)
@SipMethod("INVITE")
@SipResponseCode(100)
public @interface Invite100TryingResponse
A Java method annotated with this annotation will be used
to handle any 100 Trying Response for Invite Request only.
- Since:
- 2.0
- See Also:
-
SipResponseCode