0 Replies Latest reply on Mar 27, 2007 6:59 AM by vitor_b

    JBossXB

    vitor_b

      Hello

      I want to use Marshalling in order to transform my object to xml form.
      First thing:

      JbossXB examples in wiki are out of date, would be nice to have updated or new one (API has been changed)

      More imporatant thing:
      I cannot acces jboss api spec (this section describes API i need)

      http://docs.jboss.com/jbossas/javadoc/4.0.5/common/

      There should be description for interface ObjectModelProvider. It has 4 args now, ealier version had 3. I need to get acces to that spec, becouse i want to know how to use it, how to implement its metod. Names of arguments tell me nothing:

      public Object getRoot(Object arg0, MarshallingContext arg1, String arg2, String arg3)

      Thank you in advance

      vitor_b