| Constructor and Description |
|---|
Error()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFields() |
String |
getMessage() |
StatusCode |
getStatusCode() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
|
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFields(String[] fields) |
void |
setMessage(String message) |
void |
setStatusCode(StatusCode statusCode) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml.
|
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String[] getFields()
public void setFields(String[] fields)
public String getMessage()
public void setMessage(String message)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode statusCode)
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 © 2015. All Rights Reserved.