A C D E F G H I K L M N P R S T U V W X

A

ADQLSyntaxException - Exception in net.ivoa.registry.search
an exception indicating that an ADQL query contains a syntax error
ADQLSyntaxException() - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
 
ADQLSyntaxException(String) - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
 
ADQLSyntaxException(Exception) - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
Wrap the exception generated by the ADQL parser that detected the Error.

C

cache - Variable in class net.ivoa.registry.search.Metadata
 
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.DefaultServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in interface net.ivoa.registry.search.ServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit the soap message
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.test.TestSOAPProduction
submit the soap message
caller - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
Capability - Class in net.ivoa.registry.search
a class for extracting VOResource metadata out of a DOM tree.
Capability(Element) - Constructor for class net.ivoa.registry.search.Capability
create a Capability metadata extractor
checkForFaults(Element) - Static method in class net.ivoa.registry.search.DefaultServiceCaller
check the given element representing the contents of the SOAP body to see if it is a SOAP Fault and throw the appropriate exception
clearCache() - Method in class net.ivoa.registry.search.Metadata
clear the internal parameter cache.
conn - Variable in class net.ivoa.registry.search.DefaultServiceCaller
 
conn - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
createSearchQuery() - Method in class net.ivoa.registry.search.SOAPSearchClient
return a SearchQuery object that can be used to attach an ADQL query to.

D

defaultEndpoint - Static variable in class net.ivoa.registry.search.RegistrySearchClient
the default registry endpoint to connect to.
DefaultServiceCaller - Class in net.ivoa.registry.search
a default implementation of the ServiceCaller interface for calling a SOAP service.
DefaultServiceCaller(SOAPConnection, URL) - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object
DefaultServiceCaller(URL) - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object
DefaultServiceCaller() - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object

E

endpoint - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
extractContent(SOAPMessage) - Method in class net.ivoa.registry.search.DefaultServiceCaller
extract the content of the SOAP response.

F

findBlocks(String) - Method in class net.ivoa.registry.search.Metadata
return all metadata blocks that match a given path name as a List
findCapabilityByID(String) - Method in class net.ivoa.registry.search.VOResource
return the capability element of a specified type.
findCapabilityByType(String) - Method in class net.ivoa.registry.search.VOResource
return the capability element of a specified type.

G

GENERAL_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the general registry interface fault element tag name
getAccessURL(String, String) - Method in class net.ivoa.registry.search.Capability
return the access URL for the standard interface for this capability
getBlocks(String) - Method in class net.ivoa.registry.search.Metadata
return all Metadata blocks that match a given path name.
getCapabilityClass() - Method in class net.ivoa.registry.search.Capability
return the capability class.
getCompliance() - Method in class net.ivoa.registry.search.RegistrySearchClient
Set the tolerance toward non-compliance with the Registry Interface standard.
getDOMNode() - Method in class net.ivoa.registry.search.Metadata
return the wrapped Node
getEndpoint() - Method in class net.ivoa.registry.search.DefaultServiceCaller
get the service endpoint URL currently in use
getEndpoint() - Method in interface net.ivoa.registry.search.ServiceCaller
get the service endpoint URL currently in use
getFrom() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return the position of the first record to return
getIdentifier() - Method in class net.ivoa.registry.search.VOResource
return the resource's identifier
getIdentity() - Method in class net.ivoa.registry.search.RegistrySearchClient
return the description of the registry.
getIdentity() - Method in class net.ivoa.registry.search.SOAPSearchClient
return the Registry description
GETIDENTITY_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
getInterface(String, String) - Method in class net.ivoa.registry.search.Capability
return the Interface description for this capability
getMax() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return the maximum number of records to return
getMessage(Element) - Static method in class net.ivoa.registry.search.DefaultServiceCaller
given the contents of registry interface fault element, return the enclosed error message.
getMessageDestination() - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
return the stream that messages are being sent to
getParameter(String) - Method in class net.ivoa.registry.search.Metadata
return the first value matching the given parameter name
getParameters(String) - Method in class net.ivoa.registry.search.Metadata
return values of all parameters with a given name
getPathName() - Method in class net.ivoa.registry.search.Metadata
return the pathname configured with this element
getRecordBufferSize() - Method in class net.ivoa.registry.search.RegistrySearchClient
return the size of the record buffer.
getReplyFromCall(SOAPMessage, String) - Method in class net.ivoa.registry.search.DefaultServiceCaller
call the service and return the SOAPMessage response
getResource(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
return the Resource description for a given identifier.
getResource(String) - Method in class net.ivoa.registry.search.SOAPSearchClient
return the Resource description for a given identifier
GETRESOURCE_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
getResourceClass() - Method in class net.ivoa.registry.search.VOResource
return the resource class.
getRetrievedCount() - Method in class net.ivoa.registry.search.SearchResults
return the total number of records downloaded from the registry so far.
getSearchSOAPMessage() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return a SOAP Message that is ready for submission
getShortName() - Method in class net.ivoa.registry.search.VOResource
return the resource's short name
getStandardAccessURL(String) - Method in class net.ivoa.registry.search.Capability
return the access URL for the standard interface for this capability
getStandardID() - Method in class net.ivoa.registry.search.Capability
return the standard identifier for this capability or null if it does not have one set.
getStandardInterface(String) - Method in class net.ivoa.registry.search.Capability
return the standard Interface description for this capability
getTargetException() - Method in exception net.ivoa.registry.RegistryCommException
 
getTitle() - Method in class net.ivoa.registry.search.VOResource
return the resource's title
getWhereParent() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return a parent element that the Where clause can be appended to.
getWrapped() - Method in exception net.ivoa.registry.search.ADQLSyntaxException
return the original exception that resulted from parsing the query.
getXSIType() - Method in class net.ivoa.registry.search.Metadata
return the value of the xsi:type attribute if it exists.

H

hasNext() - Method in class net.ivoa.registry.search.SearchResults
return true if next() will return a result
hasPrevious() - Method in class net.ivoa.registry.search.SearchResults
return true if previous() will return a result

I

Identifiers - Class in net.ivoa.registry.search
this class provides iterator access to a list of identifiers returned as part of a registry search.
identifiersByADQL(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource identifiers whose descriptions match an ADQL query.
identifiersByKeywords(String, boolean) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource identifiers whose descriptions contain specific keywords.
IDNotFoundException - Exception in net.ivoa.registry.search
an exception indicating that the requested identifier does not exist in the registry.
IDNotFoundException() - Constructor for exception net.ivoa.registry.search.IDNotFoundException
 
IDNotFoundException(String) - Constructor for exception net.ivoa.registry.search.IDNotFoundException
 
isCountFinal() - Method in class net.ivoa.registry.search.SearchResults
return whether all of the matched records have be retrieved from the registry.
isIdentifiersOnly() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return whether idenitifiers only should be returned

K

keywordSearch(String, boolean, int, int, boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a keyword search
KEYWORDSEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 

L

LOOSE_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Adapt silently to any service compliance errors when possible.

M

main(String[]) - Static method in class net.ivoa.registry.search.test.TestRegistryClient
 
main(String[]) - Static method in class net.ivoa.registry.search.test.TestSOAPProduction
 
makeRSName(SOAPMessage, String) - Method in class net.ivoa.registry.search.SOAPSearchClient
 
makeSOAPMessage() - Method in class net.ivoa.registry.search.SOAPSearchClient
create an empty SOAP message.
MessagePrintingServiceCaller - Class in net.ivoa.registry.search
a ServiceCaller that will print the SOAP messages to an OutputStream.
MessagePrintingServiceCaller(SOAPConnection, URL) - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
MessagePrintingServiceCaller(URL) - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
MessagePrintingServiceCaller() - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
Metadata - Class in net.ivoa.registry.search
this class provides convenient access to information inside a DOM Node
Metadata(Node) - Constructor for class net.ivoa.registry.search.Metadata
wrap a DOM Node
Metadata(Node, String) - Constructor for class net.ivoa.registry.search.Metadata
wrap a DOM element

N

net.ivoa.registry - package net.ivoa.registry
 
net.ivoa.registry.search - package net.ivoa.registry.search
 
net.ivoa.registry.search.test - package net.ivoa.registry.search.test
 
next() - Method in class net.ivoa.registry.search.Identifiers
return the next identifier in the list of results.
next() - Method in class net.ivoa.registry.search.Records
return the next resource description in the list of results.
NOT_FOUND_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the tag name for the id-not-found registry interface fault element

P

previous() - Method in class net.ivoa.registry.search.Identifiers
return the previous identifier.
previous() - Method in class net.ivoa.registry.search.Records
return the previous resource description.
printResults(Element) - Static method in class net.ivoa.registry.search.test.TestRegistryClient
print out the given element as a stand-alone XML doument

R

Records - Class in net.ivoa.registry.search
this class provides iterator access to the VOResource records returned by a registry search
RegistryAccessException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryAccessException() - Constructor for exception net.ivoa.registry.RegistryAccessException
 
RegistryAccessException(String) - Constructor for exception net.ivoa.registry.RegistryAccessException
 
RegistryCommException - Exception in net.ivoa.registry
an exception indicating an unexpected protocol error was detected while querying a registry.
RegistryCommException() - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryCommException(String) - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryCommException(Exception) - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryFormatException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryFormatException() - Constructor for exception net.ivoa.registry.RegistryFormatException
 
RegistryFormatException(String) - Constructor for exception net.ivoa.registry.RegistryFormatException
 
RegistrySearchClient - Class in net.ivoa.registry.search
a registry search client class
RegistrySearchClient() - Constructor for class net.ivoa.registry.search.RegistrySearchClient
create a client configured to connect to the configured default registry
RegistrySearchClient(URL) - Constructor for class net.ivoa.registry.search.RegistrySearchClient
create a client connected to a registry with the given endpoint URL
RegistryServiceException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryServiceException() - Constructor for exception net.ivoa.registry.RegistryServiceException
 
RegistryServiceException(String) - Constructor for exception net.ivoa.registry.RegistryServiceException
 
resIDBuffer - Variable in class net.ivoa.registry.search.RegistrySearchClient
 
resRecordBuffer - Variable in class net.ivoa.registry.search.RegistrySearchClient
 

S

search(Element, int, int, boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a constraint-based search
search(SOAPSearchClient.SearchQuery) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a constraint-based search as a SearchQuery object.
SEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
searchByADQL(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource descriptions based on a detailed ADQL query
searchByKeywords(String, boolean) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for resource descriptions containing specific keywords.
searchByXQuery(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for resource description information using XQuery.
SearchResults - Class in net.ivoa.registry.search
this class provides iterator access to the results of a registry search
service - Variable in class net.ivoa.registry.search.RegistrySearchClient
 
ServiceCaller - Interface in net.ivoa.registry.search
an interface for calling a SOAP service.
setCaller(ServiceCaller) - Method in class net.ivoa.registry.search.RegistrySearchClient
set the SOAP ServiceCaller implementation to use.
setCaller(ServiceCaller) - Method in class net.ivoa.registry.search.SOAPSearchClient
set the Caller implementation to use.
setCompliance(short) - Method in class net.ivoa.registry.search.RegistrySearchClient
Set the tolerance toward non-compliance with the Registry Interface standard.
setEndpoint(URL) - Method in class net.ivoa.registry.search.DefaultServiceCaller
set the service endpoint URL
setEndpoint(URL) - Method in interface net.ivoa.registry.search.ServiceCaller
set the service endpoint URL
setFrom(int) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set the position of the first record to return
setIdentifiersOnly(boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set whether idenitifiers only should be returned.
setMax(int) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set the maximum number of records to return
setMessageDestination(OutputStream) - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
set the stream to send the messages to.
setRecordBufferSize(int) - Method in class net.ivoa.registry.search.RegistrySearchClient
return the size of the record buffer.
SOAP_NS - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the SOAP v1.1 namespace URI string
soapfactory - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
SOAPSearchClient - Class in net.ivoa.registry.search
A client for the IVOA Registry Search Interface
SOAPSearchClient() - Constructor for class net.ivoa.registry.search.SOAPSearchClient
 
SOAPSearchClient(URL) - Constructor for class net.ivoa.registry.search.SOAPSearchClient
Create a client configured to connect to a given registry
SOAPSearchClient.SearchQuery - Class in net.ivoa.registry.search
an updatable search query
STRICT_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Throw an exception whenever the registry does not comply with the Registry Interface specification.
strictness - Variable in class net.ivoa.registry.search.RegistrySearchClient
 

T

TestRegistryClient - Class in net.ivoa.registry.search.test
 
TestRegistryClient() - Constructor for class net.ivoa.registry.search.test.TestRegistryClient
 
TestSOAPProduction - Class in net.ivoa.registry.search.test
 
TestSOAPProduction() - Constructor for class net.ivoa.registry.search.test.TestSOAPProduction
 
TestSOAPProduction(URL) - Constructor for class net.ivoa.registry.search.test.TestSOAPProduction
 

U

UNSUPPORTED_OPERATION_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the tag name for the unsupported operation registry interface fault element
UnsupportedOperationException - Exception in net.ivoa.registry.search
an exception indicating that the requested identifier does not exist in the registry.
UnsupportedOperationException() - Constructor for exception net.ivoa.registry.search.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception net.ivoa.registry.search.UnsupportedOperationException
 
usage() - Static method in class net.ivoa.registry.search.test.TestRegistryClient
 

V

VOResource - Class in net.ivoa.registry.search
a class for extracting VOResource metadata out of a DOM tree.
VOResource(Element) - Constructor for class net.ivoa.registry.search.VOResource
create a VOResource metadata extracter

W

WARN_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Warn about any service compliance errors with a message to standard error, but otherwise adapt when possible.
wrapped - Variable in exception net.ivoa.registry.search.ADQLSyntaxException
 
WSDL_NS - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
WSDL_PREFIX - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 

X

xquerySearch(String) - Method in class net.ivoa.registry.search.SOAPSearchClient
return the result of an XQuery search
XQUERYSEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
XSI_NS - Static variable in class net.ivoa.registry.search.Metadata
 

A C D E F G H I K L M N P R S T U V W X