[jboss-user] [JBossWS] - JAXB-2.0 for JSR-181 endpoints

IvanLatysh do-not-reply at jboss.com
Thu Mar 8 12:20:01 EST 2007


I am trying to get JSR-181 WS to map complex structure (using JAXB-2.0)

Test structure:

public interface Container extends List {
  public void add(Item item);
}

public interface Item extends Map {
 public void set(String key, String value);
}

Will appreciate if anybody can point me to the example or a test case that I can have a look at.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026330#4026330

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026330



More information about the jboss-user mailing list