|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.JiBXParser
com.sage.orion.sdata.servlet.accpac.ServiceMapFileXMLParser
public class ServiceMapFileXMLParser
A helper class to parse the serviceMap xml file to to ServerMap java object.
Constructor Summary | |
---|---|
ServiceMapFileXMLParser()
|
Method Summary | |
---|---|
static ServiceMap |
parse(java.io.File file)
Parses the given xml file and returns the corresponding ServerMap object. |
static ServiceMap |
parse(java.lang.String filename)
Parses the given xml file and returns the corresponding ServerMap object. |
Methods inherited from class com.sage.orion.sdata.servlet.JiBXParser |
---|
parse, parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceMapFileXMLParser()
Method Detail |
---|
public static ServiceMap parse(java.lang.String filename)
filename
- the file to be parsed.
ServiceMap
representing the information in the filepublic static ServiceMap parse(java.io.File file)
file
- the file to be parsed.
ServiceMap
representing the information in the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |