public abstract class AbstractCallbackInvocationHandler<T>
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
AbstractCallbackInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
handleProxyMethod(java.lang.reflect.Method method) |
protected java.lang.Object |
invoke(org.fabric3.spi.container.wire.InvocationChain chain,
java.lang.Object[] args,
org.fabric3.spi.container.invocation.WorkContext workContext) |
protected java.lang.Object invoke(org.fabric3.spi.container.wire.InvocationChain chain,
java.lang.Object[] args,
org.fabric3.spi.container.invocation.WorkContext workContext)
throws java.lang.Throwable
java.lang.Throwableprotected java.lang.Object handleProxyMethod(java.lang.reflect.Method method)
throws org.fabric3.api.host.Fabric3Exception
org.fabric3.api.host.Fabric3Exception