Interface | Description |
---|---|
ArgumentArrayAttr |
This interface 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.
|
BooleanAttr |
This interface represents XML attribute information items of type xs:boolean.
|
HTTPAuthenticationSchemeAttr |
This interface represents the value of the whttp:authenticationScheme
attribute.
|
IntOrTokenAttr |
This interface represents XML attribute information items of type
'Union of xs:int, xs:token', for example
the whttp:code extension attribute of binding <fault>.
|
QNameAttr |
This interface represents XML attribute information items of type xs:QName.
|
QNameListAttr |
This interface represents XML attribute information items of type
xs:list of QNames.
|
QNameListOrTokenAttr |
This interface represents XML attribute information items of type
'Union of list of xs:QName or xs:token', for example
the wsoap:subcodes extension attribute of binding <fault>.
|
QNameOrTokenAttr |
This interface represents XML attribute information items of type
'Union of xs:QName or xs:token', for example
the wsoap:code extension attribute of binding <fault>.
|
StringAttr |
This interface represents XML attribute information items of type xs:string.
|
TokenAttr |
This interface represents XML attribute information items of type xs:token.
|
URIAttr |
This interface represents XML attribute information items of type xs:anyURI.
|
XMLAttr |
This interface represents an XML attribute information item.
|
Class | Description |
---|---|
UnknownAttr |
This class represents extension attributes (those not in the WSDL namespace)
that do not have a Java type registered in the Extension Registry.
|
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.