org.globus.ogsa.impl.security.descriptor
Class ProtectionLevelParser

java.lang.Object
  extended byorg.globus.ogsa.impl.security.descriptor.ProtectionLevelParser
All Implemented Interfaces:
ElementHandler

public class ProtectionLevelParser
extends java.lang.Object
implements ElementHandler


Field Summary
static javax.xml.namespace.QName QNAME
           
 
Constructor Summary
ProtectionLevelParser()
           
 
Method Summary
 boolean isIntegrity()
           
 boolean isPrivacy()
           
 void parse(org.w3c.dom.Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME

public static final javax.xml.namespace.QName QNAME
Constructor Detail

ProtectionLevelParser

public ProtectionLevelParser()
Method Detail

parse

public void parse(org.w3c.dom.Element elem)
           throws ElementParserException
Specified by:
parse in interface ElementHandler
Throws:
ElementParserException

isIntegrity

public boolean isIntegrity()

isPrivacy

public boolean isPrivacy()


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.