Hi,

Is it possible to have a web method which returns a Set or an ArrayList ?

For examle :


  | @WebMethod
  | public ArrayList<Equipe> getEquipeList() {
  |     EquipeBean equipeBean = getEquipeBean();
  |     ArrayList<Equipe> equipes = 
(ArrayList<Equipe>)equipeBean.getEquipeList();
  |     return equipes;
  | }
  | 

Regards.
Anis

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110771
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to