|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.message.MessageObject
public abstract class MessageObject
This is the root object from which all other objects in this package are derived. This class is never directly instantiated (and hence it is abstract).
メソッドの概要 | |
---|---|
java.lang.Object |
clone()
Generic clone method. |
void |
dbgPrint()
Debug printing function. |
java.lang.String |
dbgPrint(int indent)
Formatter with a given starting indentation (for nested structs). |
java.lang.String |
debugDump()
An introspection based string formatting method. |
abstract java.lang.String |
encode()
Get the string encoded version of this object |
void |
merge(java.lang.Object mergeObject)
Recursively override the fields of this object with the fields of a new object. |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
debugDump, equals, getClassFromName, getMatcher, isMySubclass, match, replace, replace, replace, replace, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public abstract java.lang.String encode()
GenericObject
の記述:
GenericObject
内の encode
public void dbgPrint()
GenericObject
の記述:
public java.lang.String debugDump()
GenericObject
内の debugDump
public java.lang.Object clone()
GenericObject
内の clone
public void merge(java.lang.Object mergeObject)
GenericObject
内の merge
mergeObject
- is the replacement object. The override
obect must be of the same class as this object.
Set any fields that you do not want to override as null in the
mergeOject object.public java.lang.String dbgPrint(int indent)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |