public class ProxyMethodHandler
extends java.lang.Object
implements javassist.util.proxy.MethodHandler, java.io.Serializable
BeanInstance associated with this proxy or handler.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.cal10n.LocLogger |
log |
| Constructor and Description |
|---|
ProxyMethodHandler(BeanInstance beanInstance,
Bean<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object self,
java.lang.reflect.Method thisMethod,
java.lang.reflect.Method proceed,
java.lang.Object[] args) |
public ProxyMethodHandler(BeanInstance beanInstance, Bean<?> bean)
Copyright © 2014 Seam Framework. All Rights Reserved.