org.spicefactory.cinnamon.config
Class XmlConstants
java.lang.Object
org.spicefactory.cinnamon.config.XmlConstants
public class XmlConstants
- extends Object
Constants representing the tag and attribute names used in Cinnamon configuration files.
- Author:
- Jens Halm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CINNAMON_NAMESPACE
public static final String CINNAMON_NAMESPACE
- See Also:
- Constant Field Values
PROCESSOR_TAG
public static final String PROCESSOR_TAG
- See Also:
- Constant Field Values
FACTORY_TAG
public static final String FACTORY_TAG
- See Also:
- Constant Field Values
PROPERTY_TAG
public static final String PROPERTY_TAG
- See Also:
- Constant Field Values
SERVICE_TAG
public static final String SERVICE_TAG
- See Also:
- Constant Field Values
EXPORT_SERVICE_TAG
public static final String EXPORT_SERVICE_TAG
- See Also:
- Constant Field Values
OPERATION_TAG
public static final String OPERATION_TAG
- See Also:
- Constant Field Values
SERVICE_INTERCEPTOR_TAG
public static final String SERVICE_INTERCEPTOR_TAG
- See Also:
- Constant Field Values
PHASE_LISTENER_TAG
public static final String PHASE_LISTENER_TAG
- See Also:
- Constant Field Values
MESSAGE_PROCESSOR_TAG
public static final String MESSAGE_PROCESSOR_TAG
- See Also:
- Constant Field Values
BEAN_MAPPING_TAG
public static final String BEAN_MAPPING_TAG
- See Also:
- Constant Field Values
EXTERNALIZABLE_MAPPING_TAG
public static final String EXTERNALIZABLE_MAPPING_TAG
- See Also:
- Constant Field Values
CONVERTER_TAG
public static final String CONVERTER_TAG
- See Also:
- Constant Field Values
XML_ADAPTER_TAG
public static final String XML_ADAPTER_TAG
- See Also:
- Constant Field Values
NAME_ATTR
public static final String NAME_ATTR
- See Also:
- Constant Field Values
SCOPE_ATTR
public static final String SCOPE_ATTR
- See Also:
- Constant Field Values
TYPE_ATTR
public static final String TYPE_ATTR
- See Also:
- Constant Field Values
SERVICE_IMPLEMENTATION_ATTR
public static final String SERVICE_IMPLEMENTATION_ATTR
- See Also:
- Constant Field Values
SERVICE_INTERFACE_ATTR
public static final String SERVICE_INTERFACE_ATTR
- See Also:
- Constant Field Values
FACTORY_REF_ATTR
public static final String FACTORY_REF_ATTR
- See Also:
- Constant Field Values
PROCESS_ANNOTATIONS_ATTR
public static final String PROCESS_ANNOTATIONS_ATTR
- See Also:
- Constant Field Values
PARAM_TYPES_ATTR
public static final String PARAM_TYPES_ATTR
- See Also:
- Constant Field Values
ALIAS_ATTR
public static final String ALIAS_ATTR
- See Also:
- Constant Field Values
ACTION_SCRIPT_CLASS_ATTR
public static final String ACTION_SCRIPT_CLASS_ATTR
- See Also:
- Constant Field Values
JAVA_CLASS_ATTR
public static final String JAVA_CLASS_ATTR
- See Also:
- Constant Field Values
JAVA_FACTORY_ATTR
public static final String JAVA_FACTORY_ATTR
- See Also:
- Constant Field Values
OMIT_PROPERTIES_ATTR
public static final String OMIT_PROPERTIES_ATTR
- See Also:
- Constant Field Values
EXTERNALIZER_ATTR
public static final String EXTERNALIZER_ATTR
- See Also:
- Constant Field Values
XmlConstants
public XmlConstants()