public static class Bytestream.Activate extends Object implements NamedElement
Modifier and Type | Field and Description |
---|---|
static 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 |
---|---|
String |
getElementName()
Returns the root element name.
|
org.jxmpp.jid.Jid |
getTarget()
Returns the target of the activation.
|
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static String ELEMENTNAME
public Activate(org.jxmpp.jid.Jid target)
target
- The target of the stream.public org.jxmpp.jid.Jid getTarget()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element