Home » apache-woden-src-1.0M8 » org.apache » woden » xml »

org.apache.woden.xml

Interfaces:

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.  code | html
BooleanAttr   This interface represents XML attribute information items of type xs:boolean.  code | html
HTTPAuthenticationSchemeAttr   This interface represents the value of the whttp:authenticationScheme attribute.  code | html
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>.  code | html
QNameAttr   This interface represents XML attribute information items of type xs:QName.  code | html
QNameListAttr   This interface represents XML attribute information items of type xs:list of QNames.  code | html
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>.  code | html
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>.  code | html
StringAttr   This interface represents XML attribute information items of type xs:string.  code | html
TokenAttr   This interface represents XML attribute information items of type xs:token.  code | html
URIAttr   This interface represents XML attribute information items of type xs:anyURI.  code | html
XMLAttr   This interface represents an XML attribute information item.  code | html

Classes:

UnknownAttr   This class represents extension attributes (those not in the WSDL namespace) that do not have a Java type registered in the Extension Registry.  code | html