Package org.chenile.stm.impl
Class XmlFlowReader.StateDescriptorAttributesRule
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.StateDescriptorAttributesRule
- Enclosing class:
- XmlFlowReader
public class XmlFlowReader.StateDescriptorAttributesRule
extends org.apache.commons.digester.Rule
Custom digester rule to process Action State Descriptor.
- Author:
- Raja Shankar Kolluru
-
Field Summary
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(String namespace, String xmlElementName, Attributes attributes) voidend()private voidprocessMetaAttributes(StateTagDescriptor tagDescriptor, StateDescriptor sd, Attributes attributes) private voidsetActionDescriptorProperties(AutomaticStateDescriptor asd, Attributes attributes, StateTagDescriptor tagDescriptor) Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
StateDescriptorAttributesRule
public StateDescriptorAttributesRule()
-
-
Method Details
-
begin
- Overrides:
beginin classorg.apache.commons.digester.Rule- Throws:
Exception
-
processMetaAttributes
private void processMetaAttributes(StateTagDescriptor tagDescriptor, StateDescriptor sd, Attributes attributes) -
setActionDescriptorProperties
private void setActionDescriptorProperties(AutomaticStateDescriptor asd, Attributes attributes, StateTagDescriptor tagDescriptor) throws STMException - Throws:
STMException
-
end
- Overrides:
endin classorg.apache.commons.digester.Rule- Throws:
Exception
-