Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by JohnKaputin:
http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions
------------------------------------------------------------------------------
* {{{QNameOrTokenAttr}}}
* {{{QNameListAttr}}}
* {{{QNameListOrTokenAttr}}}
+ * {{{UnknownAttr}}} used to represent extension attributes that have not been registered
(i.e. are unknown). Just returns the attribute value as a java.lang.Object.
The interfaces currently in {{{org.apache.woden.xml}}} represent just the XML types for
the 'known' extension attributes, as defined for SOAP and HTTP bindings in the WSDL 2.0 Part
2 Adjuncts spec. Obviously, this package needs to be expanded to cater for any possible attribute
types that might appear in user-defined extensions as well. There is a 'todo' in the Woden
TaskList wiki page to look into this.
|