|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweborb.inspection.MethodDescriptor
public class MethodDescriptor
MethodDescriptor MethodDescriptor class describes a method in a service inspection response. A method descriptor contains a collection of argument descriptors. A method descriptor must be added to an instance of ServiceDescriptor using ServiceDescriptor.addMethod()
| Field Summary | |
|---|---|
ArgumentDescriptor[] |
arguments
|
java.lang.String |
description
|
java.lang.String |
name
|
java.lang.String |
returns
|
java.lang.String |
version
|
| Fields inherited from interface weborb.inspection.IInspectionConstants |
|---|
ARGUMENTMETADATA, FUNCTIONMETADATA, SERVICEMETADATA |
| Constructor Summary | |
|---|---|
MethodDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addArgument(ArgumentDescriptor argument)
Add an argument for this method |
java.lang.String |
getTypeName()
This method is not intended for public use. |
void |
setDescription(java.lang.String description)
Set method description |
void |
setMethodName(java.lang.String name)
Set method name |
void |
setReturnType(java.lang.String returnType)
Set return type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String version
public ArgumentDescriptor[] arguments
public java.lang.String returns
public java.lang.String description
| Constructor Detail |
|---|
public MethodDescriptor()
| Method Detail |
|---|
public void setMethodName(java.lang.String name)
name - public void setDescription(java.lang.String description)
description - public void setReturnType(java.lang.String returnType)
returnType - public void addArgument(ArgumentDescriptor argument)
argument - public java.lang.String getTypeName()
getTypeName in interface INamedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||