public abstract class ReceiveSE
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.logging.Logger |
debugLogger |
protected java.util.logging.Logger |
maintLogger |
protected java.util.logging.Logger |
userLogger |
Modifier | Constructor and Description |
---|---|
protected |
ReceiveSE() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
arrayToString(java.lang.Object[] arr,
java.lang.String separator)
Convert an Array to string.
|
protected abstract void |
fromXML(XMLDocument xmlDoc)
Set attribute values according to the given XML document.
|
static java.lang.String |
replaceIndex(java.lang.String inputExpr,
int index)
Replace the "IDX" string to retrieve the XPATH element of the XML.
|
java.lang.String |
toXML() |
protected java.util.logging.Logger maintLogger
protected java.util.logging.Logger userLogger
protected java.util.logging.Logger debugLogger
protected abstract void fromXML(XMLDocument xmlDoc)
xmlDoc
- the Document to parsepublic static java.lang.String replaceIndex(java.lang.String inputExpr, int index)
inputExpr
- the input exprindex
- the indexprotected java.lang.String arrayToString(java.lang.Object[] arr, java.lang.String separator)
arr
- the array to convertseparator
- the separator to be used between elementspublic java.lang.String toXML()