public class RegistryRequestFactory extends Object
| Constructor and Description |
|---|
RegistryRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SoapRequest |
adqlsSearch(String adqls)
Returns a SOAP request used for a registry Search query, given
an ADQL/S string.
|
static SoapRequest |
illegalOperation()
Returns syntactically correct, but unsupported, RI operation.
|
static SoapRequest |
keywordSearch(String[] keywords,
boolean orValues)
Returns a SOAP request used for a registry KeywordSearch query.
|
public static SoapRequest adqlsSearch(String adqls) throws IOException
adqls - WHERE clause (minus WHERE) in ADQL specifying searchIOExceptionpublic static SoapRequest keywordSearch(String[] keywords, boolean orValues) throws IOException
keywords - space-separated list of keywords, as required by
the KeywordSearch operationIOExceptionpublic static SoapRequest illegalOperation()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.