public interface ServerTagParser
ClientXMLHandler
Modifier and Type | Method and Description |
---|---|
TClient |
parseClientTag()
By accessing the attributes of the Tag in the HashMap it should create
the TClient tag and make sure that all of them are in correct form
|
TCmd |
parseCmdTag()
By accessing the attributes of the Tag in the HashMap it should create
the TCmd tag and make sure that all of them are in correct form
|
TLogin |
parseLoginTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLogin tag and make sure that all of them are in correct form
|
TLogout |
parseLogoutTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLogout tag and make sure that all of them are in correct form
|
TXrequest |
parseXrequestTag()
By accessing the attributes of the Tag in the HashMap it should create
the TXrequest tag and make sure that all of them are in correct form
|
TClient parseClientTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TLogin parseLoginTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TCmd parseCmdTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TXrequest parseXrequestTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException
TLogout parseLogoutTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException