org.apache.lucene.gdata.server.registry
Interface ProvidedService
- All Known Implementing Classes:
- ProvidedServiceConfig
public interface ProvidedService
This interface describes a service provided by the GData-Server.
- Author:
- Simon Willnauer
- See Also:
GDataServerRegistry
getFeedType
Class getFeedType()
- Returns:
- Returns the feedType.
getExtensionProfile
com.google.gdata.data.ExtensionProfile getExtensionProfile()
- Returns:
- - the extension profile for this feed
getEntryType
Class getEntryType()
- Returns:
- the entry Type configured for this Service
getName
String getName()
- Returns:
- - the service name
destroy
void destroy()
- releases all dependencies and resources
getIndexSchema
IndexSchema getIndexSchema()
- Returns:
- the index schema configuration for this service
getTransformTemplate
Templates getTransformTemplate()
- Returns:
- the compiled xslt stylesheet to transform the feed / entry for preview
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.