|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.utilities.StatusParser
public class StatusParser
Class to parse the body of a Status message.
Constructor Summary | |
---|---|
StatusParser(java.lang.String content)
Create a StatusParser with the given body content |
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Get the properties of the parsed status message. |
java.lang.String |
getType()
Get the type of the parsed status message. |
static void |
main(java.lang.String[] args)
For testing. |
java.lang.String |
toString()
For testing with main(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatusParser(java.lang.String content) throws StatusParseException
content
-
StatusParseException
Method Detail |
---|
public java.lang.String getType()
public java.util.Properties getProperties()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args) throws StatusParseException
args
-
StatusParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |