|
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 Request 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 processRequest on the newly created SIPServerRequest It is the applications responsibility to take care of what needs to be done to actually process the request.
Method Summary | |
String |
getProcessingInfo()
Get processing information. |
MessageChannel |
getResponseChannel()
Get the channel to where to send the response (the outgoing message channel). |
void |
processRequest(gov.nist.javax.sip.message.SIPRequest sipRequest,
MessageChannel incomingChannel)
Process the message. |
Method Detail |
public MessageChannel getResponseChannel()
public void processRequest(gov.nist.javax.sip.message.SIPRequest sipRequest, MessageChannel incomingChannel) throws SIPServerException
sipRequest
- is the incoming SIP Request.incomingChannel
- is the incoming message channel (parameter
added in response to a request by Salvador Rey Calatayud.)
SIPServerException
- Exception that gets thrown by
this processor when an exception is encountered in the
message processing.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 |