gov.nist.javax.sip.stack
Interface ServerRequestInterface
- All Known Implementing Classes:
- SIPServerTransaction
public interface ServerRequestInterface
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.
- Version:
- 1.2 $Revision: 1.4 $ $Date: 2009-07-17 18:58:15 $
- Author:
- M. Ranganathan
processRequest
void processRequest(SIPRequest sipRequest,
MessageChannel incomingChannel)
- Process the message. This incorporates a feature request
by Salvador Rey Calatayud
- Parameters:
sipRequest
- is the incoming SIP Request.incomingChannel
- is the incoming message channel (parameter
added in response to a request by Salvador Rey Calatayud.)
Copyright © 2012. All Rights Reserved.