Package org.jboss.as.ee.component
Class ProxyInvocationHandler
java.lang.Object
org.jboss.as.ee.component.ProxyInvocationHandler
- All Implemented Interfaces:
InvocationHandler
An invocation handler for a component proxy.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionProxyInvocationHandler(Map<Method, org.jboss.invocation.Interceptor> interceptors, ComponentClientInstance instance, ComponentView componentView) Construct a new instance. -
Method Summary
-
Constructor Details
-
ProxyInvocationHandler
public ProxyInvocationHandler(Map<Method, org.jboss.invocation.Interceptor> interceptors, ComponentClientInstance instance, ComponentView componentView) Construct a new instance.- Parameters:
interceptors- the interceptors map to useinstance- The view instane datacomponentView- The component view
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-