Java javax.interceptor InvocationContext fields, constructors, methods, implement or subclass

Example usage for Java javax.interceptor InvocationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.interceptor InvocationContext.

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
MapgetContextData()
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.
MethodgetMethod()
Returns the method of the target class for which the interceptor was invoked.
Object[]getParameters()
Returns the parameter values that will be passed to the method or constructor of the target class.
ObjectgetTarget()
Returns the target instance.
Objectproceed()
Proceed to the next interceptor in the interceptor chain.