| Sign In/My Account | View Cart |
| Article: |
Aspect-Oriented Programming and JBoss | |
| Subject: | access method return value | |
| Date: | 2003-06-03 09:15:52 | |
| From: | anonymous2 | |
|
can I do that? set the return value of a method?
|
||
Showing messages 1 through 4 of 4.
response = invocation.invokeNext();
response.setResponse(newValue);
return response;
Regards,
Adrian