org.siprop.stack.impl
クラス SIPMessage

java.lang.Object
  上位を拡張 org.siprop.stack.impl.SIPMessage
すべての実装されたインタフェース:
Message

public class SIPMessage
extends java.lang.Object
implements Message

Stackの都合により、存在するクラス
新Stack時には削除予定。

作成者:
noritsuna

フィールドの概要
static int MESSAGE_REQUEST
           
static int MESSAGE_RESPONSE
           
 
コンストラクタの概要
SIPMessage(javax.sip.message.Message msg)
          コンストラクタ
 
メソッドの概要
 javax.sip.message.Message getMessage()
          メッセージを取得する。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MESSAGE_REQUEST

public static final int MESSAGE_REQUEST
関連項目:
定数フィールド値

MESSAGE_RESPONSE

public static final int MESSAGE_RESPONSE
関連項目:
定数フィールド値
コンストラクタの詳細

SIPMessage

public SIPMessage(javax.sip.message.Message msg)
コンストラクタ

パラメータ:
msg -
メソッドの詳細

getMessage

public javax.sip.message.Message getMessage()
メッセージを取得する。

戻り値: