Uses of Class
org.jivesoftware.smackx.packet.DataForm

Packages that use DataForm
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.pubsub   
 

Uses of DataForm in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return DataForm
 DataForm Form.getDataFormToSend()
          Returns a DataForm that serves to send this Form to the server.
 

Methods in org.jivesoftware.smackx with parameters of type DataForm
 void ServiceDiscoveryManager.setExtendedInfo(DataForm info)
          Registers extended discovery information of this XMPP entity.
 

Constructors in org.jivesoftware.smackx with parameters of type DataForm
Form(DataForm dataForm)
          Creates a new Form that will wrap an existing DataForm.
 

Uses of DataForm in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return DataForm
 DataForm StreamInitiation.Feature.getData()
          Returns the dataform associated with the feature negotiation.
 DataForm StreamInitiation.getFeatureNegotiationForm()
          Returns the data form which contains the valid methods of stream neotiation and transfer.
 DataForm AdHocCommandData.getForm()
          Returns the form of the command.
 

Methods in org.jivesoftware.smackx.packet with parameters of type DataForm
 void StreamInitiation.setFeatureNegotiationForm(DataForm form)
          Sets the data form which contains the valid methods of stream neotiation and transfer.
 void AdHocCommandData.setForm(DataForm form)
           
 

Constructors in org.jivesoftware.smackx.packet with parameters of type DataForm
StreamInitiation.Feature(DataForm data)
          The dataform can be provided as part of the constructor.
 

Uses of DataForm in org.jivesoftware.smackx.pubsub
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type DataForm
ConfigureForm(DataForm configDataForm)
          Create a decorator from an existing DataForm that has been retrieved from parsing a node configuration request.
SubscribeForm(DataForm configDataForm)