[jboss-user] [EJB 3.0] - Re: annotation for return class
atamur
do-not-reply at jboss.com
Wed Nov 8 07:35:03 EST 2006
"micho" wrote : Hello,
|
| what annotation I have to define for an Class I want to use as returnvalue or parameter for my webservice.
|
| @WebMethod
| | public returnClass method1(String a, paramClass b)
|
| Is it required to define Interfaces for the returnvalue or parameter ClassNope, you don't need any annotation, but this class should implement Serializable interface
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984110#3984110
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984110
More information about the jboss-user
mailing list