org.rometools.feed.module.opensearch
Interface OpenSearchModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, OpenSearchResponse, Serializable
All Known Implementing Classes:
OpenSearchModuleImpl

public interface OpenSearchModule
extends com.sun.syndication.feed.module.Module, OpenSearchResponse

Provides access to A9 Open Search information.

Author:
Michael W. Nassif (enrouteinc@gmail.com)

Field Summary
static String URI
           
 
Method Summary
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 
Methods inherited from interface org.rometools.feed.module.opensearch.OpenSearchResponse
addQuery, getItemsPerPage, getLink, getQueries, getStartIndex, getTotalResults, setItemsPerPage, setLink, setQueries, setStartIndex, setTotalResults
 

Field Detail

URI

static final String URI
See Also:
Constant Field Values


Copyright © 2013 ROME Project. All Rights Reserved.