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()
PacketExtension
getNamespace
in interface PacketExtension
public String getElementName()
PacketExtension
getElementName
in interface PacketExtension
public String toXML()
PacketExtension
toXML
in interface PacketExtension