public class SecurityManagerParser
extends java.lang.Object
SecurityWebManager
, to of from XML.Constructor and Description |
---|
SecurityManagerParser()
Create a new instance of SecurityManagerParser.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(org.licas_xml.abs.Element toParse)
Parse the XML description back into the SecurityWebManager object.
|
org.licas_xml.abs.Element |
serialize(SecurityWebManager swManager)
Serialise the object of type SecurityWebManager into XML.
|
public SecurityManagerParser()
public org.licas_xml.abs.Element serialize(SecurityWebManager swManager) throws java.lang.Exception
swManager
- the SecurityWebManager to serialize.java.lang.Exception
- any error.public void parse(org.licas_xml.abs.Element toParse) throws java.lang.Exception
toParse
- the XML description to parse.java.lang.Exception
- any error.