|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
String |
getProcessingInfo()
Get auxiliary information that is generated while logging for the purpose of writing out the log file. |
MessageChannel |
getRequestChannel()
Get the Channel for the sender. |
void |
processResponse(gov.nist.javax.sip.message.SIPResponse sipResponse,
MessageChannel incomingChannel)
Process the Response. |
Method Detail |
public void processResponse(gov.nist.javax.sip.message.SIPResponse sipResponse, MessageChannel incomingChannel) throws SIPServerException
incomingChannel
- is the incoming message channel (parameter
added in response to a request by Salvador Rey Calatayud.)sipResponse
- is the responseto process.
SIPServerException
- Exception that gets thrown by
this processor when an exception is encountered in the
message processing.public MessageChannel getRequestChannel()
public String getProcessingInfo()
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |