| |
|
| java.lang.Object org.ow2.easybeans.tests.enhancer.wrongspecification.bean.VoidInterceptor
VoidInterceptor | public class VoidInterceptor (Code) | | This class has an interceptor method that return void.
It isn't in agreement with the JSR 220 - EJB 3.0 Spec.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | doException(InvocationContext invocationContext) This method causes an exception. |
doException | public void doException(InvocationContext invocationContext) throws Exception(Code) | | This method causes an exception.
Parameters: invocationContext - contains attributes of invocation. throws: Exception - if invocation fails |
|
|
|