Home | History | Annotate | Download | only in search

Lines Matching refs:Form

21 import org.jivesoftware.smackx.Form;
41 * Form searchForm = search.getSearchForm();
42 * Form answerForm = searchForm.createAnswerForm();
66 * Returns the form to fill out to perform a search.
69 * @return the form to fill out to perform a search.
72 public Form getSearchForm(String searchService) throws XMPPException {
77 * Submits a search form to the server and returns the resulting information
78 * in the form of <code>ReportedData</code>
80 * @param searchForm the <code>Form</code> to submit for searching.
85 public ReportedData getSearchResults(Form searchForm, String searchService) throws XMPPException {