|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweborb.util.Value
weborb.inspection.ServiceDescriptor
public class ServiceDescriptor
ServiceDescriptor ServiceDescriptor contains an inspection summary of a service. It is used for object inspection and contains a list of methods available in a service as well as service description
| Field Summary | |
|---|---|
java.lang.String |
address
|
java.lang.String |
description
|
java.lang.String |
version
|
| Fields inherited from interface weborb.inspection.IInspectionConstants |
|---|
ARGUMENTMETADATA, FUNCTIONMETADATA, SERVICEMETADATA |
| Constructor Summary | |
|---|---|
ServiceDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addMethod(MethodDescriptor method)
Add a method for the service |
java.lang.Object |
getObject()
This is a method override from Value. |
java.lang.String |
getTypeName()
This method should nt be used publicly, it is here for proper object serialization |
void |
setAddress(java.lang.String address)
Set address of the inspected service. |
void |
setDescription(java.lang.String description)
Set service description. |
| Methods inherited from class weborb.util.Value |
|---|
getAuthor, setAuthor, setObject |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String address
public java.lang.String version
public java.lang.String description
| Constructor Detail |
|---|
public ServiceDescriptor()
| Method Detail |
|---|
public void setAddress(java.lang.String address)
address - address of the inspected servicepublic void addMethod(MethodDescriptor method)
method - public void setDescription(java.lang.String description)
description - public java.lang.Object getObject()
getObject in class Valuepublic java.lang.String getTypeName()
getTypeName in interface INamedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||