SIPStackMessageFactorypublic interface SIPStackMessageFactory An interface for generating new requests and responses. This is implemented
by the application and called by the stack for processing requests
and responses. When a Request comes in off the wire, the stack calls
newSIPServerRequest which is then responsible for processing the request.
When a response comes off the wire, the stack calls newSIPServerResponse
to process the response. |
|