|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.XmlParser
The XmlParser class is parsing objects to and from XML. Utilizing the KXML-parser, which is a lightweight xml parser developed for use on mobile handsets.
Constructor Summary | |
XmlParser()
|
Method Summary | |
java.lang.String |
createAuthenticationResponse(AuthenticationResponse authResponse)
Creates the xml AuthenticationResponse that proves the client is authenticated |
AuthenticationRequest |
getAuthenticationRequest(java.lang.String input)
This method creates a AuthenticationRequest-object from the xml data parsed from the inputStream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlParser()
Method Detail |
public AuthenticationRequest getAuthenticationRequest(java.lang.String input)
input
-
public java.lang.String createAuthenticationResponse(AuthenticationResponse authResponse)
authResponse
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |