public interface ClientTagParser
ClientXMLHandler
Modifier and Type | Method and Description |
---|---|
THear |
parseHearTag()
By accessing the attributes of the Tag it should create the THear tag and
make sure that all of them are in correct form
|
TLoggedIn |
parseLoggedInTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLoggedIn tag and make sure that all of them are in correct form
|
TLoggedOut |
parseLoggedOutTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLoggedOut tag and make sure that all of them are in correct form
|
TServer |
parseServerTag()
By accessing the attributes of the Tag in the HashMap it should create
the TServer tag and make sure that all of them are in correct form
|
TSet |
parseSetTag()
By accessing the attributes of the Tag in the HashMap it should create
the TSet tag and make sure that all of them are in correct form
|
TXresponse |
parseXresponseTag()
By accessing the attributes of the Tag in the HashMap it should create
the TXresponse tag and make sure that all of them are in correct form
|
TServer parseServerTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TLoggedIn parseLoggedInTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TLoggedOut parseLoggedOutTag()
TSet parseSetTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TXresponse parseXresponseTag()
THear parseHearTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- if "from" or "to" contains illegal object id