org.globus.wsrf.impl.security.descriptor
Class ProtectionLevelParser
java.lang.Object
org.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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProtectionLevelParser
public ProtectionLevelParser()
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()