| Constructor and Description |
|---|
BatchResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Result[] |
getResult() |
boolean |
isPartialResult() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
|
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setResult(Result[] result) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml.
|
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean isPartialResult()
public Result[] getResult()
public void setResult(Result[] result)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
XMLizablewrite in interface XMLizable__element - xml element name__out - xml output stream__typeMapper - type mapper to be usedIOException - failed to write xmlprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
XMLizableload in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be usedIOException - failed to read xmlConnectionException - failed to read/parser/bind xmlprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2020. All rights reserved.