The following lifecycle event callbacks are supported for message-driven beans. Callback methods may be defined directly on the bean class or on a separate interceptor class
1. PostConstruct
2. PreDestroy
Question :What does line "Callback methods may be defined directly on the bean class or on a separate interceptor class" means here ?
Thanks for the reply.
However,I am still not understanding your statement as my query was regarding "callback methods (PostConstruct,PreDestroy) defined on Bean class or Interceptor class" and your answers says about" Interceptor Bindings on PostConstruct method, or in the Interceptor class itself"