FileDocCategorySizeDatePackage
GetSipServerResponse.javaAPI DocphoneME MR2 API (J2ME)2049Wed May 02 18:00:40 BST 2007gov.nist.siplite.stack

GetSipServerResponse

public class GetSipServerResponse extends Object
Test class with the same package as SIPTransactionStack. Class methods allows to call friend methods from SIPTransactionStack class and other classes in the same package.

Fields Summary
Constructors Summary
Methods Summary
public static SIPServerResponseInterfacenewSIPServerResponse(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.

param
sipStack sip stack object.
param
responseReceived Response to handle.
param
responseMessageChannel Channel that received message.
return
A client transaction.

	return sipStack.newSIPServerResponse
	        (responseReceived, responseMessageChannel);