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/ValidationAPI The comment on the change is: Make 'ExtensionRegistry' a code name, not a wiki page name ------------------------------------------------------------------------------ Assertion classes need to be specified to Woden in order for Woden to pick them up and use them for validation. Dependencies among assertions can be specified at the same time. The following are two possible ways to specify an assertion with Woden. - 1. An assertion can be registered via a method on ExtensionRegistry such as {{{ + 1. An assertion can be registered via a method on {{{ExtensionRegistry}}} such as {{{ public void registerAssertion(IAssertion assertion, String id, String dependencies); }}}where {{{id}}} is the assertion id and {{{dependencies}}} is a comma separated list of assertion ids for assertions that this assertion depends. * Pros: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
