Package org.wildfly.iiop.openjdk.rmi
Class OperationAnalysis
- java.lang.Object
-
- org.wildfly.iiop.openjdk.rmi.OperationAnalysis
-
public class OperationAnalysis extends Object
Operation analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).- Version:
- $Revision: 81018 $
- Author:
- Ole Husgaard
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIDLName()Return my unqualified IDL name.StringgetJavaName()Return my unqualified java name.ExceptionAnalysis[]getMappedExceptions()Return my mapped exceptions.MethodgetMethod()Return my mapped Method.ParameterAnalysis[]getParameters()Return my parameters.ClassgetReturnType()Return my Java return type.
-
-
-
Method Detail
-
getReturnType
public Class getReturnType()
Return my Java return type.
-
getMethod
public Method getMethod()
Return my mapped Method.
-
getMappedExceptions
public ExceptionAnalysis[] getMappedExceptions()
Return my mapped exceptions.
-
getParameters
public ParameterAnalysis[] getParameters()
Return my parameters.
-
getIDLName
public String getIDLName()
Return my unqualified IDL name.
-
getJavaName
public String getJavaName()
Return my unqualified java name.
-
-