public static class Bytestream.Activate extends java.lang.Object implements NamedElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENTNAME |
| Constructor and Description |
|---|
Activate(org.jxmpp.jid.Jid target)
Default constructor specifying the target of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName()
Returns the root element name.
|
org.jxmpp.jid.Jid |
getTarget()
Returns the target of the activation.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static java.lang.String ELEMENTNAME
public Activate(org.jxmpp.jid.Jid target)
target - The target of the stream.public org.jxmpp.jid.Jid getTarget()
public java.lang.String getElementName()
NamedElementgetElementName in interface NamedElementpublic XmlStringBuilder toXML()
Element