Smack

org.jivesoftware.smackx.packet
Class DataForm.ReportedData

java.lang.Object
  extended by org.jivesoftware.smackx.packet.DataForm.ReportedData
Enclosing class:
DataForm

public static class DataForm.ReportedData
extends Object

Represents the fields that will be returned from a search. This information is useful when you try to use the jabber:iq:search namespace to return dynamic form information.

Author:
Gaston Dombiak

Constructor Summary
DataForm.ReportedData(List fields)
           
 
Method Summary
 Iterator getFields()
          Returns the fields returned from a search.
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataForm.ReportedData

public DataForm.ReportedData(List fields)
Method Detail

getFields

public Iterator getFields()
Returns the fields returned from a search.

Returns:
the fields returned from a search.

toXML

public String toXML()

Smack

Copyright © 2003 Jive Software.