public interface IDLNameTranslator
Modifier and Type | Method and Description |
---|---|
String |
getIDLName(Method method)
Get the mangled name that corresponds to the given method on this IDLNameTranslator's interface.
|
Class<?>[] |
getInterfaces()
Get the interfaces that this IDLNameTranslator describes.
|
Method |
getMethod(String idlName)
Get the method from this IDLNameTranslator's interfaces that corresponds to the mangled name idlName.
|
Method[] |
getMethods()
Get all methods for this remote interface.
|
Class<?>[] getInterfaces()
Method[] getMethods()
Method getMethod(String idlName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.