FileDocCategorySizeDatePackage
GOMExtension.javaAPI DocApache Lucene 2.1.01637Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMExtension

public interface GOMExtension implements GOMElement, GOMXmlEntity
The GData Object Model is like the Google Data Api highly extensible and offers a lot of base classes to extend as a {@link GOMExtension}. All extensions returned by {@link org.apache.lucene.gdata.gom.core.extension.GOMExtensionFactory#canHandleExtensionElement(QName)} must implement this interface.
GOM extensions can either be created via the {@link org.apache.lucene.gdata.gom.core.extension.GOMExtensionFactory} or by subclassing either {@link org.apache.lucene.gdata.gom.GOMFeed} or {@link org.apache.lucene.gdata.gom.GOMEntry}.
author
Simon Willnauer
see
org.apache.lucene.gdata.gom.GOMExtensible
see
org.apache.lucene.gdata.gom.core.extension.GOMExtensionFactory

Fields Summary
Constructors Summary
Methods Summary