[jboss-user] [JBossWS] - Is this possible to do somehow?
paoletto
do-not-reply at jboss.com
Mon Nov 19 12:21:47 EST 2007
Ok, it's a stupid question and maybe the wrong section:
suppose i have a pojo or a session bean exposed as web service.
suppose i have a int foo(int bar) method in it.
is it tecnically possible to leave some other class answer the web service invocation to foo()?
that is someone call foo. foo is in fact a void method which call session bean test, which will reply the web service invocation sending back to the invoker the int return value.
(yes, why dont just wait the end of test invocation, and answer from foo method? but this is an example case, because i actually would need to answer the web service invocation from a message driven bean)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106107#4106107
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106107
More information about the jboss-user
mailing list