org.apache.woden.internal.xml
Class HTTPAuthenticationSchemeAttrImpl

java.lang.Object
  extended by org.apache.woden.internal.xml.XMLAttrImpl
      extended by org.apache.woden.internal.xml.HTTPAuthenticationSchemeAttrImpl
All Implemented Interfaces:
HTTPAuthenticationSchemeAttr, XMLAttr

public class HTTPAuthenticationSchemeAttrImpl
extends XMLAttrImpl
implements HTTPAuthenticationSchemeAttr

This class implements the whttp:authenticationScheme attribute.

Author:
Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)

Constructor Summary
HTTPAuthenticationSchemeAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
 
Method Summary
protected  java.lang.Object convert(XMLElement ownerEl, java.lang.String attrValue)
           
 HTTPAuthenticationScheme getScheme()
           
 
Methods inherited from class org.apache.woden.internal.xml.XMLAttrImpl
getAttributeType, getContent, getErrorReporter, isValid, setValid, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.xml.XMLAttr
getAttributeType, getContent, isValid, toExternalForm
 

Constructor Detail

HTTPAuthenticationSchemeAttrImpl

public HTTPAuthenticationSchemeAttrImpl(XMLElement ownerEl,
                                        QName attrType,
                                        java.lang.String attrValue,
                                        ErrorReporter errRpt)
                                 throws WSDLException
Throws:
WSDLException
Method Detail

convert

protected java.lang.Object convert(XMLElement ownerEl,
                                   java.lang.String attrValue)
                            throws WSDLException
Specified by:
convert in class XMLAttrImpl
Throws:
WSDLException

getScheme

public HTTPAuthenticationScheme getScheme()
Specified by:
getScheme in interface HTTPAuthenticationSchemeAttr


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.