public class ServiceModuleInfoParser
extends java.lang.Object
ServiceModuleInfo
object that contains jar and class info for an
external service module.Constructor and Description |
---|
ServiceModuleInfoParser()
Create a new instance of ServiceModuleInfoParser
|
Modifier and Type | Method and Description |
---|---|
ServiceModuleInfo |
parse(org.licas_xml.abs.Element toParse)
Parse the XML element back into the appropriate Object.
|
org.licas_xml.abs.Element |
serialize(ServiceModuleInfo serviceInfo)
Serialize the object into an XML element.
|
public ServiceModuleInfoParser()
public org.licas_xml.abs.Element serialize(ServiceModuleInfo serviceInfo) throws java.lang.Exception
serviceInfo
- the service module information.java.lang.Exception
- any error.public ServiceModuleInfo parse(org.licas_xml.abs.Element toParse) throws java.lang.Exception
toParse
- the element to parse.java.lang.Exception
- any error.