1 Reply Latest reply on Mar 27, 2004 6:40 AM by ebaskoro

    xdoclet info for jboss.net module

    triathlon98

      Just hoping to make searching info easier, an maybe get some collaboration to make at least some information available, here is an attempt document the jboss.net xdoclet a bit (now if only the formatting were a bit better).

      The xdoclet for jboss.net contains the following tags :

      Class tags :
      @jboss-net:web-service
      urn
      urn for the service
      scope
      "request", "session" or "application"
      expose-all
      When present, all methods should be exposed ("*" in the config file)
      @jboss-net:xml-schema
      urn
      data-object
      @jboss-net:authentication
      domain
      @jboss-net:authorization
      domain
      roles-allowed
      roles-denied
      @jboss-net:processEntities


      Method tags :
      @jboss-net:web-method
      Indicates that the method should be exposed



      The @jboss-net:xml-schema can also be used on all the beans which may be transmitted.


      A copy of the xdoclet jar file can be downloaded from

      http://www.nsdev.org/jboss/stories/xdoclet-module-jboss-net.jar

      I don't know how recent this is though. The sources for the module can be found in the src archived of 3.2.2RC1 and beyond (maybe earlier as well).


      Joachim