|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegCapabilityInterface
Describes a service capability interface belonging to a registry resource. This typically provides an access URL at which the service can be found, as well as some other metadata.
This class conflates the concepts of Capability and Interface. In VOResource 1.0 the Capability:Interface relationship is one:many, but in practice it is, as far as I can see, nearly always one:one. In the case of finding an actual one:many relationship, we just use multiple RegCapabilityInterface objects all related to the same Capability.
Method Summary | |
---|---|
String |
getAccessUrl()
Returns the access URL. |
String |
getDescription()
Returns a textual description of this capability. |
String |
getStandardId()
Returns the standard ID which defines what sort of service this capability is offering. |
String |
getVersion()
Returns a version string associated with this capability. |
String |
getXsiType()
Returns the xsi:type of this capability. |
Method Detail |
---|
String getAccessUrl()
String getStandardId()
String getXsiType()
String getDescription()
String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |