public class StreamInitiation.Feature extends 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.
|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
String |
toXML()
Returns the XML representation of this Element.
|
public DataForm getData()
public String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic String getElementName()
NamedElementgetElementName in interface NamedElement