Home | History | Annotate | Download | only in stack

Lines Matching defs:processResponse

499     public synchronized void processResponse(SIPResponse transactionResponse,
525 * JvB: this is now duplicate with code in the other processResponse
617 respondTo.processResponse(transactionResponse, this, sipDialog);
624 respondTo.processResponse(transactionResponse, this, sipDialog);
638 respondTo.processResponse(transactionResponse, this, sipDialog);
644 respondTo.processResponse(transactionResponse, this, sipDialog);
767 respondTo.processResponse(transactionResponse, this, dialog);
778 respondTo.processResponse(transactionResponse, this, dialog);
803 respondTo.processResponse(transactionResponse, this, dialog);
823 respondTo.processResponse(transactionResponse, this, dialog);
830 respondTo.processResponse(transactionResponse, this, dialog);
856 respondTo.processResponse(transactionResponse, this, dialog);
1355 * @see gov.nist.javax.sip.stack.ServerResponseInterface#processResponse(gov.nist.javax.sip.message.SIPResponse,
1358 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) {
1451 this.processResponse(sipResponse, incomingChannel, dialog);