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

------------------------------------------------------------------------------
  public String getDependencies();
  }}}
  
+ == Use with OSGi and Eclipse's Plug-in Registry ==
+ All of the approaches defined in goals 2 and 3 above should fit nicely with 
the OSGi bundle mechanism and the Eclipse plug-in registry. In the case of 
bundles, extensions can register with Woden directly after declaring a 
dependency. In the case of the plug-in registry, Woden can define an extension 
point for contributing assertions, the use of which might look like the 
following:{{{
+ <plugin>
+   <extension point="org.apache.woden.assertion">
+     <assertion id="ASSERTION_ID"
+                class="org.apache.woden.internal.validation.Assertion"
+                depends="ASSERTION_ID1,ASSERTION_ID2"/>
+   </extension>
+ </plugin>
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to