[jboss-user] [JBossWS] - Re: JBossWS Web Service using ArrayList

stevenh do-not-reply at jboss.com
Sun Aug 20 18:17:25 EDT 2006


Hi Ravi, 
   What heiko is trying to say is to use and array rather than the array list.. ie you will have to invoke the toArray method on your array list. 

ie 
public result[] getResults()   

rather than 

public Collection getResults()

Steve. 


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

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



More information about the jboss-user mailing list