Class XmlFlowReader.AddSecurityStrategy

java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.AddSecurityStrategy
Enclosing class:
XmlFlowReader

public class XmlFlowReader.AddSecurityStrategy extends org.apache.commons.digester.Rule
Author:
Raja
  • Field Summary

    Fields inherited from class org.apache.commons.digester.Rule

    digester, namespaceURI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(String namespace, String xmlElementName, Attributes attributes)
     

    Methods inherited from class org.apache.commons.digester.Rule

    begin, body, body, end, 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 Details

    • AddSecurityStrategy

      public AddSecurityStrategy()
  • Method Details