org.apache.abdera.ext.opensearch
Class OpenSearchExtensionFactory

java.lang.Object
  extended by org.apache.abdera.ext.opensearch.OpenSearchExtensionFactory
All Implemented Interfaces:
ExtensionFactory

public class OpenSearchExtensionFactory
extends java.lang.Object
implements ExtensionFactory


Constructor Summary
OpenSearchExtensionFactory()
           
 
Method Summary
<T extends Element>
T
getElementWrapper(Element internal)
          Retrieve an ElementWrapper for the specified Element or return the parameter itself if a wrapper could not be retrieved
 java.util.List<java.lang.String> getNamespaces()
          Returns the Namespace URIs handled by this Extension Factory
 boolean handlesNamespace(java.lang.String namespace)
          Returns true if this extension factory handles the specified namespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSearchExtensionFactory

public OpenSearchExtensionFactory()
Method Detail

getElementWrapper

public <T extends Element> T getElementWrapper(Element internal)
Description copied from interface: ExtensionFactory
Retrieve an ElementWrapper for the specified Element or return the parameter itself if a wrapper could not be retrieved

Specified by:
getElementWrapper in interface ExtensionFactory

getNamespaces

public java.util.List<java.lang.String> getNamespaces()
Description copied from interface: ExtensionFactory
Returns the Namespace URIs handled by this Extension Factory

Specified by:
getNamespaces in interface ExtensionFactory
Returns:
A List of Namespace URIs Supported by this Extension

handlesNamespace

public boolean handlesNamespace(java.lang.String namespace)
Description copied from interface: ExtensionFactory
Returns true if this extension factory handles the specified namespace

Specified by:
handlesNamespace in interface ExtensionFactory