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

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.globus.wsrf.impl.security.descriptor.tools.ProtectionTypeRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class ProtectionTypeRuleSet
extends org.apache.commons.digester.RuleSetBase


Field Summary
(package private)  java.lang.Class integrity
           
(package private) static java.lang.String INTEGRITY
           
(package private)  java.lang.String prefix
           
(package private)  java.lang.Class privacy
           
(package private) static java.lang.String PRIVACY
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
ProtectionTypeRuleSet(int type, java.lang.String prefix_)
           
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGRITY

static final java.lang.String INTEGRITY
See Also:
Constant Field Values

PRIVACY

static final java.lang.String PRIVACY
See Also:
Constant Field Values

prefix

java.lang.String prefix

integrity

java.lang.Class integrity

privacy

java.lang.Class privacy
Constructor Detail

ProtectionTypeRuleSet

public ProtectionTypeRuleSet(int type,
                             java.lang.String prefix_)
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase