Searched refs:createServerTransaction (Results 1 – 2 of 2) sorted by relevance
1191 currentTransaction = createServerTransaction(requestMessageChannel); in newSIPServerRequest()1394 public SIPServerTransaction createServerTransaction(MessageChannel encapsulatedMessageChannel) { in createServerTransaction() method in SIPTransactionStack
598 transaction = sipStack.createServerTransaction(mc); in getNewServerTransaction()