Used to exclude default interceptors for a target class or for
a lifecycle callback method, business method, timeout method,
or constructor of a target class.
Enables an interceptor to retrieve or update the data associated with
the invocation by another interceptor, business method, and/or
webservices endpoint in the invocation chain.
Returns the timer object associated with a timeout
method invocation on the target class, or a null value for
interceptor method types other than AroundTimeout.
Exposes contextual information about the intercepted invocation and
operations that enable interceptor methods to control the behavior
of the invocation chain.