public class OperationAnalysis extends Object
Modifier and Type | Method and Description |
---|---|
String |
getIDLName()
Return my unqualified IDL name.
|
String |
getJavaName()
Return my unqualified java name.
|
ExceptionAnalysis[] |
getMappedExceptions()
Return my mapped exceptions.
|
Method |
getMethod()
Return my mapped Method.
|
ParameterAnalysis[] |
getParameters()
Return my parameters.
|
Class |
getReturnType()
Return my Java return type.
|
public Class getReturnType()
public Method getMethod()
public ExceptionAnalysis[] getMappedExceptions()
public ParameterAnalysis[] getParameters()
public String getIDLName()
public String getJavaName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.