public interface IProtocolMessages
Modifier and Type | Method and Description |
---|---|
NameValuePair[] |
getHTTPGETCapabilities(boolean upper)
operation : getCapabilities
protocol : HTTP GET
|
NameValuePair[] |
getHTTPGETDescribeFeature(String feature)
operation : describeFeature
protocol : HTTP GET
|
NameValuePair[] |
getHTTPGETFeatures(GazetteerQuery query,
int firstRecord)
operation : getFeature
protocol : HTTP GET
|
String |
getHTTPPOSTCapabilities()
operation : getCapabilities
protocol : HTTP POST
|
String |
getHTTPPOSTDescribeFeature(String feature)
operation : describeFeature
protocol : HTTP POST
|
String |
getHTTPPOSTFeature(GazetteerQuery query,
int firstRecord)
operation : getFeature
protocol : HTTP POST
|
String |
getSOAPCapabilities()
operation : getCapabilities
protocol : SOAP
|
String |
getSOAPDescribeFeature(String feature)
operation : describeFeature
protocol : SOAP
|
String |
getSOAPFeature(GazetteerQuery query,
int firstRecord)
operation : getFeature
protocol : SOAP
|
NameValuePair[] getHTTPGETCapabilities(boolean upper)
upper
- If the 'G' of the getCapabilities must be written in uppercaseNameValuePair[] getHTTPGETDescribeFeature(String feature)
fetaure
- Feature to describefeature
- NameValuePair[] getHTTPGETFeatures(GazetteerQuery query, int firstRecord)
query
- firstRecord
- String getHTTPPOSTCapabilities()
String getHTTPPOSTDescribeFeature(String feature)
fetaure
- Feature to describefeature
- String getHTTPPOSTFeature(GazetteerQuery query, int firstRecord)
query
- firstRecord
- String getSOAPCapabilities()
String getSOAPDescribeFeature(String feature)
fetaure
- Feature to describefeature
- String getSOAPFeature(GazetteerQuery query, int firstRecord)
query
- firstRecord
-