Class InvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl
java.lang.Object
org.glassfish.pfl.basic.proxy.CompositeInvocationHandlerImpl
com.sun.corba.ee.impl.presentation.rmi.InvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl
- All Implemented Interfaces:
Serializable, InvocationHandler, org.glassfish.pfl.basic.proxy.CompositeInvocationHandler, org.glassfish.pfl.basic.proxy.LinkedInvocationHandler
- Enclosing class:
InvocationHandlerFactoryImpl
private static class InvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl
extends org.glassfish.pfl.basic.proxy.CompositeInvocationHandlerImpl
implements org.glassfish.pfl.basic.proxy.LinkedInvocationHandler, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.basic.proxy.CompositeInvocationHandlerImpl
addInvocationHandler, invoke, setDefaultHandlerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InvocationHandler
invoke
-
Field Details
-
stub
-
-
Constructor Details
-
CustomCompositeInvocationHandlerImpl
-
-
Method Details
-
setProxy
- Specified by:
setProxyin interfaceorg.glassfish.pfl.basic.proxy.LinkedInvocationHandler
-
getProxy
- Specified by:
getProxyin interfaceorg.glassfish.pfl.basic.proxy.LinkedInvocationHandler
-
writeReplace
Return the stub, which will actually be written to the stream. It will be custom marshaled, with the actual writing done in StubIORImpl. There is a corresponding readResolve method on DynamicStubImpl which will re-create the full invocation handler on read, and return the invocation handler on the readResolve method.- Throws:
ObjectStreamException
-