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