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 searchIOException
public static SoapRequest keywordSearch(String[] keywords, boolean orValues) throws IOException
keywords
- space-separated list of keywords, as required by
the KeywordSearch operationIOException
public static SoapRequest illegalOperation()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.