You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/08 15:09:23 UTC

[Ws Wiki] Trivial Update of "FrontPage/Woden/ValidationAPI" by JohnKaputin

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: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org