public static class Bytestream.Activate extends java.lang.Object implements PacketExtension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENTNAME |
java.lang.String |
NAMESPACE |
| Constructor and Description |
|---|
Bytestream.Activate(java.lang.String target)
Default constructor specifying the target of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName()
Returns the root element name.
|
java.lang.String |
getNamespace()
Returns the root element XML namespace.
|
java.lang.String |
getTarget()
Returns the target of the activation.
|
java.lang.String |
toXML()
Returns the XML representation of the PacketExtension.
|
public java.lang.String NAMESPACE
public static java.lang.String ELEMENTNAME
public Bytestream.Activate(java.lang.String target)
target - The target of the stream.public java.lang.String getTarget()
public java.lang.String getNamespace()
PacketExtensiongetNamespace in interface PacketExtensionpublic java.lang.String getElementName()
PacketExtensiongetElementName in interface PacketExtensionpublic java.lang.String toXML()
PacketExtensiontoXML in interface PacketExtension