org.globus.wsrf.impl.security.descriptor.tools
Class UnboundedElementRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.commons.digester.SetNextRule
          extended by org.globus.wsrf.impl.security.descriptor.tools.UnboundedElementRule

public class UnboundedElementRule
extends org.apache.commons.digester.SetNextRule


Field Summary
(package private)  java.lang.String getMethod
           
(package private)  java.lang.String setMethod
           
 
Fields inherited from class org.apache.commons.digester.SetNextRule
methodName, paramType, useExactMatch
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
protected UnboundedElementRule(int type_)
           
 
Method Summary
 void end()
           
 
Methods inherited from class org.apache.commons.digester.SetNextRule
isExactMatch, setExactMatch, toString
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

getMethod

java.lang.String getMethod

setMethod

java.lang.String setMethod
Constructor Detail

UnboundedElementRule

protected UnboundedElementRule(int type_)
Method Detail

end

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