public static class StreamInitiation.Feature extends java.lang.Object implements ExtensionElement
| Constructor and Description |
|---|
Feature(DataForm data)
The dataform can be provided as part of the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataForm |
getData()
Returns the dataform associated with the feature negotiation.
|
java.lang.String |
getElementName()
Returns the root element name.
|
java.lang.String |
getNamespace()
Returns the root element XML namespace.
|
java.lang.String |
toXML()
Returns the XML representation of this Element.
|
public DataForm getData()
public java.lang.String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic java.lang.String getElementName()
NamedElementgetElementName in interface NamedElement