|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ivoa.registry.search.Metadata
net.ivoa.registry.search.Capability
public class Capability
a class for extracting VOResource metadata out of a DOM tree.
Field Summary |
---|
Fields inherited from class net.ivoa.registry.search.Metadata |
---|
cache, XSI_NS |
Constructor Summary | |
---|---|
Capability(org.w3c.dom.Element el)
create a Capability metadata extractor |
Method Summary | |
---|---|
java.lang.String |
getAccessURL(java.lang.String role,
java.lang.String version)
return the access URL for the standard interface for this capability |
java.lang.String |
getCapabilityClass()
return the capability class. |
Metadata |
getInterface(java.lang.String role,
java.lang.String version)
return the Interface description for this capability |
java.lang.String |
getStandardAccessURL(java.lang.String version)
return the access URL for the standard interface for this capability |
java.lang.String |
getStandardID()
return the standard identifier for this capability or null if it does not have one set. |
Metadata |
getStandardInterface(java.lang.String version)
return the standard Interface description for this capability |
Methods inherited from class net.ivoa.registry.search.Metadata |
---|
clearCache, findBlocks, getBlocks, getDOMNode, getParameter, getParameters, getPathName, getXSIType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Capability(org.w3c.dom.Element el)
Method Detail |
---|
public java.lang.String getCapabilityClass()
public java.lang.String getStandardID()
public Metadata getStandardInterface(java.lang.String version)
version
- the version of the protocol to get; if null, 1.0 is
assumed.public Metadata getInterface(java.lang.String role, java.lang.String version)
role
- the role to look forversion
- the version of the protocol to get; if null, 1.0 is
assumed.public java.lang.String getStandardAccessURL(java.lang.String version)
public java.lang.String getAccessURL(java.lang.String role, java.lang.String version)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |