gov.nist.javax.sip
クラス NistSipMessageFactoryImpl

java.lang.Object
  上位を拡張 gov.nist.javax.sip.NistSipMessageFactoryImpl
すべての実装されたインタフェース:
StackMessageFactory

public class NistSipMessageFactoryImpl
extends java.lang.Object
implements StackMessageFactory

Implements all the support classes that are necessary for the nist-sip stack on which the jain-sip stack has been based. This is a mapping class to map from the NIST-SIP abstractions to the JAIN abstractions. (i.e. It is the glue code that ties the NIST-SIP event model and the JAIN-SIP event model together. When a SIP Request or SIP Response is read from the corresponding messageChannel, the NIST-SIP stack calls the SIPStackMessageFactory implementation that has been registered with it to process the request.)

バージョン:
JAIN-SIP-1.1 $Revision: 1.10 $ $Date: 2004/06/21 05:43:16 $
作成者:
M. Ranganathan
This code is in the public domain.

コンストラクタの概要
NistSipMessageFactoryImpl(SipStackImpl sipStackImpl)
           
 
メソッドの概要
 ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest, MessageChannel messageChannel)
          Construct a new SIP Server Request.
 ServerResponseInterface newSIPServerResponse(SIPResponse sipResponse, MessageChannel messageChannel)
          Generate a new server response for the stack.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NistSipMessageFactoryImpl

public NistSipMessageFactoryImpl(SipStackImpl sipStackImpl)
メソッドの詳細

newSIPServerRequest

public ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest,
                                                  MessageChannel messageChannel)
Construct a new SIP Server Request.

定義:
インタフェース StackMessageFactory 内の newSIPServerRequest
パラメータ:
sipRequest - is the SIPRequest from which the SIPServerRequest is to be constructed.
messageChannel - is the MessageChannel abstraction for this SIPServerRequest.

newSIPServerResponse

public ServerResponseInterface newSIPServerResponse(SIPResponse sipResponse,
                                                    MessageChannel messageChannel)
Generate a new server response for the stack.

定義:
インタフェース StackMessageFactory 内の newSIPServerResponse
パラメータ:
sipResponse - is the SIPRequest from which the SIPServerRequest is to be constructed.
messageChannel - is the MessageChannel abstraction for this SIPServerResponse