org.jboss.iiop.rmi
Class OperationAnalysis

java.lang.Object
  extended byorg.jboss.iiop.rmi.AbstractAnalysis
      extended byorg.jboss.iiop.rmi.OperationAnalysis

public class OperationAnalysis
extends org.jboss.iiop.rmi.AbstractAnalysis

Operation analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).


Method Summary
 java.lang.String getIDLName()
          Return my unqualified IDL name.
 java.lang.String getJavaName()
          Return my unqualified java name.
 ExceptionAnalysis (src) [] getMappedExceptions()
          Return my mapped exceptions.
 java.lang.reflect.Method getMethod()
          Return my mapped Method.
 ParameterAnalysis (src) [] getParameters()
          Return my parameters.
 java.lang.Class getReturnType()
          Return my Java return type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReturnType

public java.lang.Class getReturnType()
Return my Java return type.


getMethod

public java.lang.reflect.Method getMethod()
Return my mapped Method.


getMappedExceptions

public ExceptionAnalysis (src) [] getMappedExceptions()
Return my mapped exceptions.


getParameters

public ParameterAnalysis (src) [] getParameters()
Return my parameters.


getIDLName

public java.lang.String getIDLName()
Return my unqualified IDL name.


getJavaName

public java.lang.String getJavaName()
Return my unqualified java name.