Package org.jboss.invocation.proxy
Class ProxyFactory.WriteReplaceBodyCreator
- java.lang.Object
-
- org.jboss.invocation.proxy.ProxyFactory.WriteReplaceBodyCreator
-
- All Implemented Interfaces:
MethodBodyCreator
- Enclosing class:
- ProxyFactory<T>
public class ProxyFactory.WriteReplaceBodyCreator extends Object implements MethodBodyCreator
Generates the writeReplace method if advanced serialization is enabled.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description WriteReplaceBodyCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoverrideMethod(org.jboss.classfilewriter.ClassMethod method, Method superclassMethod)Generate the writeReplace method body.
-
-
-
Method Detail
-
overrideMethod
public void overrideMethod(org.jboss.classfilewriter.ClassMethod method, Method superclassMethod)Generate the writeReplace method body.- Specified by:
overrideMethodin interfaceMethodBodyCreator- Parameters:
method- the method to populatesuperclassMethod- the method to override
-
-