InterviewSolution
Saved Bookmarks
| 1. |
What Is Method Level Interceptor In Ejb? |
|
Answer» METHOD LEVEL interceptor is invoked for a PARTICULAR method of the bean. Method level interceptor can be APPLIED both by annotation of via xml(ejb-jar.xml). Method level interceptor is invoked for a particular method of the bean. Method level interceptor can be applied both by annotation of via xml(ejb-jar.xml). |
|