public class DisjoinMessage extends Message
<?xml version='1.0' encoding='UTF-8'?> <jsync version='1.0'> <dijoin urid='r1' /> </jsync>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
DisjoinMessage(org.jdom.Element root)
Constructs a new DisjoinMessage from an XML element
|
DisjoinMessage(java.lang.String urid)
Constructs a new DijoinMessage
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toXml() |
getTime, getUrid, getXmlFooter, getXmlHeader, parse, stampToXml, toString
public static final java.lang.String REVISION
public DisjoinMessage(java.lang.String urid)
urid
- the urid of the senderpublic DisjoinMessage(org.jdom.Element root)
root
- the root element (i.e. the <disjoin>
tag)Copyright © 2001-2018 Jalios SA. All Rights Reserved.