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

java.lang.Object
  extended byorg.globus.wsrf.impl.security.descriptor.util.ElementParser
      extended byorg.globus.wsrf.impl.security.descriptor.GSISecureMsgParserImpl
All Implemented Interfaces:
ElementHandler, GSIAuthMethodParser, java.io.Serializable

public class GSISecureMsgParserImpl
extends ElementParser
implements GSIAuthMethodParser

See Also:
Serialized Form

Field Summary
private  ProtectionLevelParser protLevelParser
           
 
Fields inherited from class org.globus.wsrf.impl.security.descriptor.util.ElementParser
elementHandlers
 
Constructor Summary
GSISecureMsgParserImpl(javax.xml.namespace.QName qName)
           
 
Method Summary
 AuthMethod getMethod()
           
 
Methods inherited from class org.globus.wsrf.impl.security.descriptor.util.ElementParser
checkElement, getFirstChildElement, getQName, parse, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.globus.wsrf.impl.security.descriptor.util.ElementHandler
parse
 

Field Detail

protLevelParser

private ProtectionLevelParser protLevelParser
Constructor Detail

GSISecureMsgParserImpl

public GSISecureMsgParserImpl(javax.xml.namespace.QName qName)
Method Detail

getMethod

public AuthMethod getMethod()
Specified by:
getMethod in interface GSIAuthMethodParser