Class Summary |
ArgumentArrayAttrImpl |
This class represents an XML attribute information items whose type is a list
of pairs (xs:QName, xs:token) that obey the contraints of wrpc:signature as
defined in Part 2 of the WSDL 2.0 spec. |
BooleanAttrImpl |
This class represents XML attribute information items of type xs:boolean. |
HTTPAuthenticationSchemeAttrImpl |
This class implements the whttp:authenticationScheme attribute. |
IntOrTokenAnyAttrImpl |
This class represents XML attribute information items of type
'Union of xs:int, xs:token #any', for example the
whttp:code extension attribute of binding <fault>. |
QNameAttrImpl |
This class represents XML attribute information items of type xs:QName. |
QNameListAttrImpl |
This class represents XML attribute information items of type xs:list of QNames. |
QNameListOrTokenAnyAttrImpl |
This class represents XML attribute information items of type
Union of list of QName or xs:token #any . |
QNameOrTokenAnyAttrImpl |
This class represents XML attribute information items of type
Union of QName or xs:token #any . |
StringAttrImpl |
This class represents XML attribute information items of type xs:string. |
TokenAttrImpl |
This class represents XML attribute information items of type xs:token. |
URIAttrImpl |
This class represents XML attribute information items of type xs:anyURI. |
XMLAttrImpl |
This is an abstract superclass for all classes representing different
types of XML attribute information items. |