[jbossws-users] [JBossWS] - Re: Using JBossWS (JAXWS) and question about nillable web pa
dwin
do-not-reply at jboss.com
Fri Jan 12 17:56:46 EST 2007
not sure why some of the text is missing but the code should be:
@stateless
@Webservice
public class foo{
@WebMethod
public void bar (@WebParam (name="x", nillable = false ) String x){
System.out.println ("x");
}
}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001140#4001140
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001140
More information about the jbossws-users
mailing list