public interface IProtocolMessages
Modifier and Type | Method and Description |
---|---|
NameValuePair[] |
getHTTPGETCapabilities(boolean upper)
operation : getCapabilities
protocol : HTTP GET
|
NameValuePair[] |
getHTTPGETDescribeRecords()
operation : describeRecords
protocol : HTTP GET
|
NameValuePair[] |
getHTTPGETRecords(CatalogQuery query,
int firstRecord)
operation : getRecords
protocol : HTTP GET
|
String |
getHTTPPOSTCapabilities()
operation : getCapabilities
protocol : HTTP POST
|
String |
getHTTPPOSTDescribeRecords()
operation : describeRecords
protocol : HTTP POST
|
String |
getHTTPPOSTRecords(CatalogQuery query,
int firstRecord)
operation : getRecords
protocol : HTTP POST
|
String |
getSOAPCapabilities()
operation : getCapabilities
protocol : SOAP
|
String |
getSOAPDescribeRecords()
operation : describeRecords
protocol : SOAP
|
String |
getSOAPRecords(CatalogQuery query,
int firstRecord)
operation : getRecords
protocol : SOAP
|
NameValuePair[] getHTTPGETCapabilities(boolean upper)
upper
- If the 'G' of the getCapabilities must be written in uppercaseNameValuePair[] getHTTPGETDescribeRecords()
NameValuePair[] getHTTPGETRecords(CatalogQuery query, int firstRecord)
query
- firstRecord
- String getHTTPPOSTCapabilities()
String getHTTPPOSTDescribeRecords()
String getHTTPPOSTRecords(CatalogQuery query, int firstRecord)
query
- firstRecord
- String getSOAPCapabilities()
String getSOAPDescribeRecords()
String getSOAPRecords(CatalogQuery query, int firstRecord)
query
- firstRecord
-