Class CancelRequestEvent

  • All Implemented Interfaces:
    Serializable

    public class CancelRequestEvent
    extends javax.sip.RequestEvent
    An extension to RequestEvent for CANCEL requests. This event object contains the ServerTransaction of the INVITE that is to be cancelled.
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelRequestEvent

        public CancelRequestEvent​(Object provider,
                                  javax.sip.ServerTransaction cancelTransaction,
                                  javax.sip.ServerTransaction inviteTransaction,
                                  javax.sip.Dialog dialog,
                                  javax.sip.message.Request request)
    • Method Detail

      • getCancelledInviteTransaction

        public javax.sip.ServerTransaction getCancelledInviteTransaction()
        Get the INVITE ServerTransaction activity object.
        Returns:
        the INVITE ServerTransaction, or null if this CANCEL did not match an active server transaction.