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, setDefaultHandler
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Field Details
-
stub
-
-
Constructor Details
-
CustomCompositeInvocationHandlerImpl
-
-
Method Details
-
setProxy
- Specified by:
setProxy
in interfaceorg.glassfish.pfl.basic.proxy.LinkedInvocationHandler
-
getProxy
- Specified by:
getProxy
in 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
-