Uses of Interface
org.apache.lucene.gdata.server.Service

Packages that use Service
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
org.apache.lucene.gdata.server.administration Classes and Services used for user and feed configuration 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
 

Uses of Service in org.apache.lucene.gdata.server
 

Classes in org.apache.lucene.gdata.server that implement Service
 class GDataSearchService
           
 class GDataService
          default implementation of the Service interface.
 

Methods in org.apache.lucene.gdata.server that return Service
 Service ServiceFactory.getService(GDataRequest request)
          Creates a Service instance.
 

Uses of Service in org.apache.lucene.gdata.server.administration
 

Subinterfaces of Service in org.apache.lucene.gdata.server.administration
 interface AdminService
          The AdminService interface extends the Service interface to serve common administrator requests.
 

Classes in org.apache.lucene.gdata.server.administration that implement Service
 class GDataAdminService
          default implementation of the AdminService interface.
 

Uses of Service in org.apache.lucene.gdata.servlet.handler
 

Fields in org.apache.lucene.gdata.servlet.handler declared as Service
protected  Service AbstractGdataRequestHandler.service
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.