Package org.gvsig.catalog.srw.drivers
Class SRWMessages
java.lang.Object
org.gvsig.catalog.srw.drivers.SRWMessages
- All Implemented Interfaces:
IProtocolMessages
This class create the SRW protocol messages
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.httpclient.NameValuePair[]getHTTPGETCapabilities(boolean upper) operation : getCapabilities protocol : HTTP GETorg.apache.commons.httpclient.NameValuePair[]operation : describeRecords protocol : HTTP GETorg.apache.commons.httpclient.NameValuePair[]getHTTPGETRecords(CatalogQuery query, int firstRecord) operation : getRecords protocol : HTTP GEToperation : getCapabilities protocol : HTTP POSToperation : describeRecords protocol : HTTP POSTgetHTTPPOSTRecords(CatalogQuery query, int firstRecord) operation : getRecords protocol : HTTP POSToperation : getCapabilities protocol : SOAPoperation : describeRecords protocol : SOAPgetSOAPRecords(CatalogQuery query, int firstRecord) operation : getRecords protocol : SOAP
-
Constructor Details
-
SRWMessages
- Parameters:
driver-
-
-
Method Details
-
getHTTPGETCapabilities
public org.apache.commons.httpclient.NameValuePair[] getHTTPGETCapabilities(boolean upper) Description copied from interface:IProtocolMessagesoperation : getCapabilities protocol : HTTP GET- Specified by:
getHTTPGETCapabilitiesin interfaceIProtocolMessages- Parameters:
upper-- Returns:
-
getHTTPGETDescribeRecords
public org.apache.commons.httpclient.NameValuePair[] getHTTPGETDescribeRecords()Description copied from interface:IProtocolMessagesoperation : describeRecords protocol : HTTP GET- Specified by:
getHTTPGETDescribeRecordsin interfaceIProtocolMessages- Returns:
-
getHTTPGETRecords
public org.apache.commons.httpclient.NameValuePair[] getHTTPGETRecords(CatalogQuery query, int firstRecord) Description copied from interface:IProtocolMessagesoperation : getRecords protocol : HTTP GET- Specified by:
getHTTPGETRecordsin interfaceIProtocolMessages- Parameters:
query-firstRecord-- Returns:
-
getHTTPPOSTCapabilities
Description copied from interface:IProtocolMessagesoperation : getCapabilities protocol : HTTP POST- Specified by:
getHTTPPOSTCapabilitiesin interfaceIProtocolMessages- Returns:
-
getHTTPPOSTDescribeRecords
Description copied from interface:IProtocolMessagesoperation : describeRecords protocol : HTTP POST- Specified by:
getHTTPPOSTDescribeRecordsin interfaceIProtocolMessages- Returns:
-
getHTTPPOSTRecords
Description copied from interface:IProtocolMessagesoperation : getRecords protocol : HTTP POST- Specified by:
getHTTPPOSTRecordsin interfaceIProtocolMessages- Parameters:
query-firstRecord-- Returns:
-
getSOAPCapabilities
Description copied from interface:IProtocolMessagesoperation : getCapabilities protocol : SOAP- Specified by:
getSOAPCapabilitiesin interfaceIProtocolMessages- Returns:
-
getSOAPDescribeRecords
Description copied from interface:IProtocolMessagesoperation : describeRecords protocol : SOAP- Specified by:
getSOAPDescribeRecordsin interfaceIProtocolMessages- Returns:
-
getSOAPRecords
Description copied from interface:IProtocolMessagesoperation : getRecords protocol : SOAP- Specified by:
getSOAPRecordsin interfaceIProtocolMessages- Parameters:
query-firstRecord-- Returns:
-