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 classDynamicMethodMarshallerImplFields 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. methodToDMMMethods in com.sun.corba.ee.impl.presentation.rmi that return DynamicMethodMarshaller Modifier and Type Method Description DynamicMethodMarshallerPresentationManagerImpl. 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 DynamicMethodMarshallerPresentationManager. getDynamicMethodMarshaller(java.lang.reflect.Method method)Given a particular method, return a DynamicMethodMarshaller for that method.
-