This method is part of the interceptor's lifecycle. It is
called by the invoker during the initialization of the interceptor
instance.
For shared interceptors the lifecycle is driven by the MBean registration.
This method is called before the MBean is registered to the server.
Concrete interceptor implementations can override this method to provide
initialization code that should be executed before the interceptor
is registered.
Any exception that is propagated from this method to its caller will
cancel the interceptor registration.
throws: Exception - if you want to cancel the interceptor registration |