NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.stack
Interface ServerResponseInterface

All Known Implementing Classes:
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.

Version:
1.2 $Revision: 1.4 $ $Date: 2009/07/17 18:58:15 $
Author:
M. Ranganathan

Method Summary
 void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
          This method is called prior to dialog assignment.
 void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel, SIPDialog sipDialog)
          Process the Response.
 

Method Detail

processResponse

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

Parameters:
incomingChannel - is the incoming message channel
sipResponse - is the responseto process.
sipDialog - -- dialog for this response

processResponse

void processResponse(SIPResponse sipResponse,
                     MessageChannel incomingChannel)
This method is called prior to dialog assignment.

Parameters:
sipResponse -
incomingChannel -

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.