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 Details

    • 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.