|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.mdms.FileService.spider.api.SpiderValidator
public class SpiderValidator
| Constructor Summary | |
|---|---|
SpiderValidator()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
validate(Object spiderObj)
Deprecated. - This method will always return true. |
String |
write(Object spiderObj,
String localDir)
Writes out to disk a properly formatted XML file defining the spider object/message passed in. |
void |
write(Object spiderObj,
String fileName,
String localDir)
Writes to the specifed "fileName" a properly formatted XML file defining the spider object/message passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpiderValidator()
| Method Detail |
|---|
public boolean validate(Object spiderObj)
spiderObj - any XML schema generated object
public String write(Object spiderObj,
String localDir)
spiderObj - any XML schema generated objectlocalDir - location on the local disk where the message should be written
public void write(Object spiderObj,
String fileName,
String localDir)
spiderObj - any XML schema generated objectfileName - the name of the output filelocalDir - location on the local disk where the message should be written
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||