|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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).
Method Summary | |
---|---|
void |
dbgPrint()
Debug printing function. |
String |
dbgPrint(int indent)
Formatter with a given starting indentation (for nested structs). |
String |
debugDump()
An introspection based string formatting method. |
abstract String |
encode()
Get the string encoded version of this object |
Methods inherited from class gov.nist.core.GenericObject |
---|
clone, debugDump, encode, equals, getClassFromName, getMatcher, isMySubclass, makeClone, match, merge, setMatcher |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract String encode()
gov.nist.core.GenericObject
encode
in class gov.nist.core.GenericObject
public void dbgPrint()
gov.nist.core.GenericObject
dbgPrint
in class gov.nist.core.GenericObject
public String debugDump()
debugDump
in class gov.nist.core.GenericObject
public String dbgPrint(int indent)
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |