com.sun.syndication.feed.module.opensearch
Interface OpenSearchModule

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, OpenSearchResponse, java.io.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 java.lang.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 com.sun.syndication.feed.module.opensearch.OpenSearchResponse
addQuery, getItemsPerPage, getLink, getQueries, getStartIndex, getTotalResults, setItemsPerPage, setLink, setQueries, setStartIndex, setTotalResults
 

Field Detail

URI

static final java.lang.String URI
See Also:
Constant Field Values


Copyright © 2006-2009. All Rights Reserved.