public class ProxyMethodHandler extends Object implements javassist.util.proxy.MethodHandler, 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 |
|---|---|
Object |
invoke(Object self,
Method thisMethod,
Method proceed,
Object[] args) |
public ProxyMethodHandler(BeanInstance beanInstance, Bean<?> bean)
Copyright © 2016 Seam Framework. All Rights Reserved.