public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static String |
getIRIdentifierOfClass(Class cls)
Return the IR global ID of the given class or interface.
|
static String |
getTypeIDLName(Class cls)
Return the IDL type name for the given class.
|
static void |
insertAnyPrimitive(Any any,
Object primitive)
Insert a java primitive into an Any.
|
static boolean |
isValidRMIIIOP(Class cls)
Check if this class is valid for RMI/IIOP mapping.
|
static String |
javaToIDLName(String name)
Map Java name to IDL name, as per sections 1.3.2.3, 1.3.2.4 and
1.3.2.2.
|
public static String getTypeIDLName(Class cls) throws RMIIIOPViolationException
RMIIIOPViolationException
public static boolean isValidRMIIIOP(Class cls) throws RMIIIOPViolationException
RMIIIOPViolationException
public static void insertAnyPrimitive(Any any, Object primitive)
public static String javaToIDLName(String name)
Copyright © 2014 JBoss by Red Hat. All rights reserved.