|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.ndr.apiproxy.InfoXML
public class InfoXML
This class represents the abstraction of the return data from the NDR.
Constructor Summary | |
---|---|
InfoXML(String _xml)
Constructs the infoXML abstraction based on the input given. |
Method Summary | |
---|---|
String |
getCommand()
|
int |
getCount()
|
String |
getError()
Get the error from the InfoXML object. |
String |
getHandle()
Get the handle for the return object. |
List |
getHandleList()
|
String |
getRequestUrl()
|
String |
getResponse()
Get the raw response string InfoXML from the server. |
Element |
getResultData()
|
boolean |
hasErrors()
Determine if the InfoXML is an error response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfoXML(String _xml)
_xml
- Method Detail |
---|
public boolean hasErrors()
public String getError()
public String getHandle()
public int getCount()
public String getRequestUrl()
public Element getResultData()
public List getHandleList()
public String getCommand()
public String getResponse()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |