public class ProxyFactory.ProxyMethodBodyCreator extends Object implements MethodBodyCreator
| Constructor and Description |
|---|
ProxyFactory.ProxyMethodBodyCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
overrideMethod(org.jboss.classfilewriter.ClassMethod method,
Method superclassMethod)
Override a method by forwarding all calls to the dispatcher.
|
public void overrideMethod(org.jboss.classfilewriter.ClassMethod method,
Method superclassMethod)
overrideMethod in interface MethodBodyCreatormethod - the method to populatesuperclassMethod - the method to overrideCopyright © 2012 JBoss by Red Hat. All Rights Reserved.