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 LawrenceMandel:
http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI

------------------------------------------------------------------------------
  == Goal 3: Allow for specification of dependencies among assertions ==
  Assertion classes need to be specified to Woden in order for Woden to pick 
them up and use them for validation. The following are two possible ways to 
specify an assertion with Woden. 
  
-  1. An assertion can be registered via a method on WSDLReader 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]

Reply via email to