public static SIPServerResponseInterface | newSIPServerResponse(SIPTransactionStack sipStack, gov.nist.siplite.message.Response responseReceived, MessageChannel responseMessageChannel)Handles a new SIP response.
It finds a client transaction to handle
this message. If none exists, it sends the message directly to the
superclass.
return sipStack.newSIPServerResponse
(responseReceived, responseMessageChannel);
|