FileDocCategorySizeDatePackage
IDLNameTranslator.javaAPI DocJava SE 6 API1173Tue Jun 10 00:21:50 BST 2008com.sun.corba.se.spi.presentation.rmi

IDLNameTranslator

public interface IDLNameTranslator
Translates between methods on an interface and RMI-IIOP encodings of those methods as names.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetIDLName(java.lang.reflect.Method method)
Get the mangled name that corresponds to the given method on this IDLNameTranslator's interface. Returns null if there is no matching name.

public java.lang.Class[]getInterfaces()
Get the interfaces that this IDLNameTranslator describes.

public java.lang.reflect.MethodgetMethod(java.lang.String idlName)
Get the method from this IDLNameTranslator's interfaces that corresponds to the mangled name idlName. Returns null if there is no matching method.

public java.lang.reflect.Method[]getMethods()
Get all methods for this remote interface. The methods are returned in a canonical order, that is, they are always in the same order for a particular interface.