|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.javax.sip.NistSipMessageHandlerImpl
public class NistSipMessageHandlerImpl
An adapter class from the JAIN implementation objects to the NIST-SIP stack. The primary purpose of this class is to do early rejection of bad messages and deliver meaningful messages to the transaction layer. This is the class that is instantiated by the NistSipMessageFactory to create a new SIPServerRequest or SIPServerResponse. Note that this is not part of the JAIN-SIP spec (it does not implement a JAIN-SIP interface). This is part of the glue that ties together the NIST-SIP stack and event model with the JAIN-SIP stack. Implementors of JAIN services need not concern themselves with this class.
コンストラクタの概要 | |
---|---|
NistSipMessageHandlerImpl()
|
メソッドの概要 | |
---|---|
java.lang.String |
getProcessingInfo()
Just a placeholder. |
void |
processPending()
Gets called from the dialog layer. |
void |
processRequest(SIPRequest sipRequest,
MessageChannel incomingMessageChannel)
Process a request. |
void |
processResponse(SIPResponse sipResponse,
MessageChannel incomingMessageChannel)
Process the response. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NistSipMessageHandlerImpl()
メソッドの詳細 |
---|
public void processPending()
public void processRequest(SIPRequest sipRequest, MessageChannel incomingMessageChannel)
ServerRequestInterface
内の processRequest
sipRequest
- is the incoming SIP Request.
SIPServerException
- is thrown when there is an error processing the request.public void processResponse(SIPResponse sipResponse, MessageChannel incomingMessageChannel)
ServerResponseInterface
内の processResponse
incomingMessageChannel
- --
message channel on which the response is received.sipResponse
- is the responseto process.
SIPServerException
- is thrown when there is an error processing the responsepublic java.lang.String getProcessingInfo()
ServerRequestInterface
内の getProcessingInfo
ServerResponseInterface
内の getProcessingInfo
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |