com.itmusings.stm.impl
Class XmlFlowConfigurator.StateDescriptorAttributesRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by com.itmusings.stm.impl.XmlFlowConfigurator.StateDescriptorAttributesRule
Enclosing class:
XmlFlowConfigurator

public class XmlFlowConfigurator.StateDescriptorAttributesRule
extends org.apache.commons.digester.Rule

Custom digester rule to process Action State Descriptor.

Author:
raja

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
XmlFlowConfigurator.StateDescriptorAttributesRule()
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String xmlElementName, org.xml.sax.Attributes attributes)
           
 void end()
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFlowConfigurator.StateDescriptorAttributesRule

public XmlFlowConfigurator.StateDescriptorAttributesRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String xmlElementName,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Overrides:
begin in class org.apache.commons.digester.Rule
Throws:
java.lang.Exception

end

public void end()
         throws java.lang.Exception
Overrides:
end in class org.apache.commons.digester.Rule
Throws:
java.lang.Exception


Copyright © 2011 ITMUSINGS. All Rights Reserved.