public class MessageHelper extends BaseXJDFHelper
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageHelper.EFamily |
log, theElement| Constructor and Description |
|---|
MessageHelper(KElement mes) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
generic cleanup routine
|
java.lang.String |
getDeviceID()
get the header of this - create if not there yet
|
MessageHelper.EFamily |
getEFamily() |
JDFMessage.EnumFamily |
getFamily()
Deprecated.
|
KElement |
getHeader()
get the header of this - create if not there yet
|
int |
getReturnCode() |
java.lang.String |
getType() |
boolean |
isAudit() |
boolean |
isCommand() |
static boolean |
isMessage(KElement element) |
boolean |
isQuery() |
boolean |
isResponse() |
boolean |
isSignal() |
void |
setQuery(MessageHelper hQuery) |
JDFSubscription |
subscribe(java.lang.String url) |
appendElement, copyHelper, deleteNode, ensureID, equals, getAttribute, getComment, getCreateElement, getDefaultVersion, getDescriptiveName, getExternalID, getGeneralID, getID, getLocalName, getRoot, getXPathElement, getXPathValue, getXRoot, hasAttribute, hashCode, isEqual, removeAttribute, setAttribute, setComment, setDefaultVersion, setID, setXPathValue, toStringpublic MessageHelper(KElement mes)
audit - public void cleanUp()
BaseXJDFHelpercleanUp in class BaseXJDFHelperBaseXJDFHelper.cleanUp()public KElement getHeader()
public java.lang.String getDeviceID()
public int getReturnCode()
public JDFSubscription subscribe(java.lang.String url)
url - public boolean isQuery()
public static boolean isMessage(KElement element)
public boolean isCommand()
public boolean isResponse()
public boolean isAudit()
public boolean isSignal()
public void setQuery(MessageHelper hQuery)
hQuery - the query to set the refID to@Deprecated public JDFMessage.EnumFamily getFamily()
public MessageHelper.EFamily getEFamily()
public java.lang.String getType()