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

java.lang.Object
  extended byorg.globus.wsrf.impl.security.descriptor.ProtectionLevelParser
All Implemented Interfaces:
ElementHandler, java.io.Serializable

public class ProtectionLevelParser
extends java.lang.Object
implements ElementHandler

See Also:
Serialized Form

Field Summary
private static org.globus.util.I18n i18n
           
private  boolean integrity
           
private  boolean privacy
           
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

i18n

private static org.globus.util.I18n i18n

QNAME

public static final javax.xml.namespace.QName QNAME

privacy

private boolean privacy

integrity

private boolean integrity
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()