Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EJB 3 XML ファイルでインターセプターを構成する方法。
XML を使用して、EJb ライフサイクル メソッドを呼び出すためにインターセプターを使用したいと考えています。
デプロイメント記述子ファイルで次の構成を試すことができます。
<interceptor-binding> <ejb-name>SomeBean</ejb-name> <interceptor-class>com.interceptor.DefaultInterceptor</interceptor-class> <method> <method-name>businessMethod</method-name> </method> </interceptor-binding>