| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.packet.StreamInitiation.Feature
public class StreamInitiation.Feature
The feature negotiation portion of the StreamInitiation packet.
| Constructor Summary | |
|---|---|
| StreamInitiation.Feature(DataForm data)The dataform can be provided as part of the constructor. | |
| Method Summary | |
|---|---|
|  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 the PacketExtension. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StreamInitiation.Feature(DataForm data)
data - The dataform.| Method Detail | 
|---|
public DataForm getData()
public String getNamespace()
PacketExtension
getNamespace in interface PacketExtensionpublic String getElementName()
PacketExtension
getElementName in interface PacketExtensionpublic String toXML()
PacketExtension
toXML in interface PacketExtension| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||