|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.nms.extranet.remote.communication.fw.DataObjectUtil
Utility class to convert Element or serializable Object as DataObject, so that it can be sent to DMS from CentralServer or vice versa.
| Constructor Summary | |
DataObjectUtil()
|
|
| Method Summary | |
static DataObject |
getDataObject(org.w3c.dom.Element ele)
This method constructs DataObject from the given Element. |
static DataObject |
getDataObject(java.lang.Object obj)
This method constructs DataObject from the given Object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataObjectUtil()
| Method Detail |
public static DataObject getDataObject(org.w3c.dom.Element ele)
ele - The element from which the DataObject has to be constructed.
public static DataObject getDataObject(java.lang.Object obj)
throws java.io.NotSerializableException
obj - The object from which the DataObject has to be constructed.java.io.NotSerializableException -
|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||