org.apache.lucene.gdata.server
Class GDataSearchService
java.lang.Object
org.apache.lucene.gdata.server.GDataService
org.apache.lucene.gdata.server.GDataSearchService
- All Implemented Interfaces:
- Service
public class GDataSearchService
- extends GDataService
- Author:
- Simon Willnauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GDataSearchService
protected GDataSearchService()
throws ServiceException
- Throws:
ServiceException
getFeed
public BaseFeed getFeed(GDataRequest request,
GDataResponse response)
throws ServiceException
- Description copied from interface:
Service
- Service method to retrieve a requested Feed. The feed will also be added to
the given
FeedResponse instance and can also be accessed
via the FeedResponse object.
- Specified by:
getFeed in interface Service- Overrides:
getFeed in class GDataService
- Parameters:
request - -
the current FeedRequestresponse - -
the current FeedResponse
- Returns:
- - the requested feed
- Throws:
ServiceException - -
If the storage can not be accessed or the requested feed does
not exist.- See Also:
GDataService.getFeed(org.apache.lucene.gdata.server.GDataRequest, org.apache.lucene.gdata.server.GDataResponse)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.