public interface ServerResponseInterface
Modifier and Type | Method and Description |
---|---|
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.
|
void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel, SIPDialog sipDialog)
incomingChannel
- is the incoming message channelsipResponse
- is the responseto process.sipDialog
- -- dialog for this responsevoid processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
sipResponse
- incomingChannel
- Copyright © 2018. All Rights Reserved.