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 bysubclassing 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
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.