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

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

public class GSISecureMsgParserImpl
extends ElementParser
implements GSIAuthMethodParser


Field Summary
 
Fields inherited from class org.globus.ogsa.impl.security.descriptor.util.ElementParser
elementHandlers
 
Constructor Summary
GSISecureMsgParserImpl(QName qName)
           
 
Method Summary
 AuthMethod getMethod()
           
 
Methods inherited from class org.globus.ogsa.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.ogsa.impl.security.descriptor.util.ElementHandler
parse
 

Constructor Detail

GSISecureMsgParserImpl

public GSISecureMsgParserImpl(QName qName)
Method Detail

getMethod

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