org.apache.abdera.ext.thread
Class ThreadExtensionFactory

java.lang.Object
  extended by org.apache.abdera.ext.thread.ThreadExtensionFactory
All Implemented Interfaces:
ExtensionFactory

public class ThreadExtensionFactory
extends java.lang.Object
implements ExtensionFactory


Constructor Summary
ThreadExtensionFactory()
           
 
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

ThreadExtensionFactory

public ThreadExtensionFactory()
Method Detail

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

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

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