Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.DynamicMethodMarshaller
-
Packages that use DynamicMethodMarshaller Package Description com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.spi.presentation.rmi -
-
Uses of DynamicMethodMarshaller in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement DynamicMethodMarshaller Modifier and Type Class Description class
DynamicMethodMarshallerImpl
Fields in com.sun.corba.ee.impl.presentation.rmi with type parameters of type DynamicMethodMarshaller Modifier and Type Field Description private org.glassfish.pfl.basic.concurrent.WeakCache<java.lang.reflect.Method,DynamicMethodMarshaller>
PresentationManagerImpl. methodToDMM
Methods in com.sun.corba.ee.impl.presentation.rmi that return DynamicMethodMarshaller Modifier and Type Method Description DynamicMethodMarshaller
PresentationManagerImpl. getDynamicMethodMarshaller(java.lang.reflect.Method method)
-
Uses of DynamicMethodMarshaller in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return DynamicMethodMarshaller Modifier and Type Method Description DynamicMethodMarshaller
PresentationManager. getDynamicMethodMarshaller(java.lang.reflect.Method method)
Given a particular method, return a DynamicMethodMarshaller for that method.
-