gov.nist.javax.sip.stack
インタフェース ServerResponseInterface

既知の実装クラスの一覧:
NistSipMessageHandlerImpl, SIPClientTransaction

public interface ServerResponseInterface

An interface for a genereic message processor for SIP Response messages. This is implemented by the application. The stack calls the message factory with a pointer to the parsed structure to create one of these and then calls processResponse on the newly created SIPServerResponse It is the applications responsibility to take care of what needs to be done to actually process the response.

バージョン:
JAIN-SIP-1.1 $Revision: 1.1 $ $Date: 2004/06/21 05:42:32 $
作成者:
M. Ranganathan
This code is in the public domain.

メソッドの概要
 java.lang.String getProcessingInfo()
          Get auxiliary information that is generated while logging for the purpose of writing out the log file.
 void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
          Process the Response.
 

メソッドの詳細

processResponse

void processResponse(SIPResponse sipResponse,
                     MessageChannel incomingChannel)
Process the Response.

パラメータ:
incomingChannel - is the incoming message channel (parameter added in response to a request by Salvador Rey Calatayud.)
sipResponse - is the responseto process.

getProcessingInfo

java.lang.String getProcessingInfo()
Get auxiliary information that is generated while logging for the purpose of writing out the log file.