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

        public String getIDLName()
        Return my unqualified IDL name.
      • getJavaName

        public String getJavaName()
        Return my unqualified java name.