Uses of Class
com.sun.corba.ee.impl.presentation.rmi.IDLType
-
Packages that use IDLType Package Description com.sun.corba.ee.impl.presentation.rmi -
-
Uses of IDLType in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that return IDLType Modifier and Type Method Description private static IDLType
IDLNameTranslatorImpl. classToIDLType(java.lang.Class<?> c)
IDLType
IDLTypesUtil. getPrimitiveIDLTypeMapping(java.lang.Class c)
Return IDL Type name for primitive types as defined in Section 1.3.3 of Java2IDL spec or null if not a primitive type.IDLType
IDLTypesUtil. getSpecialCaseIDLTypeMapping(java.lang.Class c)
Return IDL Type name for special case type mappings as defined in Table 1-1 of Java2IDL spec or null if given class is not a special type.
-