org.wso2.carbon.registry.app
Class PropertyExtensionFactory

java.lang.Object
  extended by org.apache.abdera.util.AbstractExtensionFactory
      extended by org.wso2.carbon.registry.app.PropertyExtensionFactory
All Implemented Interfaces:
org.apache.abdera.factory.ExtensionFactory

public class PropertyExtensionFactory
extends org.apache.abdera.util.AbstractExtensionFactory

Implementation for an extension factory for properties. For simplicity, the tags are treated as property extension elements as well.


Field Summary
static QName PROPERTIES
          Qualified name for a properties element.
static QName PROPERTY
          Qualified name for a property element.
static QName PROPERTY_NAME
          Qualified name for a property name element.
static QName PROPERTY_VALUE
          Qualified name for a property value element.
static QName TAG
          Qualified name for a tag element.
static QName TAGS
          Qualified name for a tags element.
 
Constructor Summary
PropertyExtensionFactory()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.apache.abdera.util.AbstractExtensionFactory
addImpl, addMimeType, getElementWrapper, getMimeType, getNamespaces, handlesNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final QName PROPERTY_NAME
Qualified name for a property name element.


PROPERTY_VALUE

public static final QName PROPERTY_VALUE
Qualified name for a property value element.


PROPERTIES

public static final QName PROPERTIES
Qualified name for a properties element.


PROPERTY

public static final QName PROPERTY
Qualified name for a property element.


TAGS

public static final QName TAGS
Qualified name for a tags element. This is represented by the properties class.


TAG

public static final QName TAG
Qualified name for a tag element. This is represented by the property class.

Constructor Detail

PropertyExtensionFactory

public PropertyExtensionFactory()
Default constructor.



Copyright © 2011 WSO2 Inc. All Rights Reserved.