Class GrapheneContextualHandler

java.lang.Object
org.jboss.arquillian.graphene.proxy.GrapheneProxyHandler
org.jboss.arquillian.graphene.proxy.GrapheneContextualHandler
All Implemented Interfaces:
InvocationHandler, MethodInterceptor

public class GrapheneContextualHandler extends GrapheneProxyHandler

Invocation handler which wraps the given target for invocation (as the target instance for future computation of target).

This handlers determines whenever the result of invocation can be proxied and if yes, it recursively wraps it with proxy using this invocation handler.

Author:
Lukas Fryc