|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ServerResponseInterface
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.
メソッドの概要 | |
---|---|
java.lang.String |
getProcessingInfo()
Get auxiliary information that is generated while logging for the purpose of writing out the log file. |
void |
processResponse(SIPResponse sipResponse,
MessageChannel incomingChannel)
Process the Response. |
メソッドの詳細 |
---|
void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
incomingChannel
- is the incoming message channel (parameter
added in response to a request by Salvador Rey Calatayud.)sipResponse
- is the responseto process.java.lang.String getProcessingInfo()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |