Package org.gvsig.catalog.csw.parsers
Class CSWSupportedProtocolOperations
java.lang.Object
org.gvsig.catalog.csw.parsers.CSWSupportedProtocolOperations
This class is use like a structure. It saves what protocol is
supported by each CSW operation. Each attribute is an array that
can contain next values: GET, POST or SOAP
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDescribeRecord(String protocol, String url) voidaddGetCapabilities(String protocol, String url) voidaddGetDomain(String protocol, String url) voidaddGetExtrinsicContent(String protocol, String url) voidaddGetRecords(String protocol, String url) voidaddGetRecordsById(String protocol, String url) voidaddHarvest(String protocol, String url) voidsetDescribeRecords(HashMap describeRecords) voidsetGetCapabilities(HashMap getCapabilities) voidsetGetDomain(HashMap getDomain) voidsetGetExtrinsicContent(HashMap getExtrinsicContent) voidsetGetRecords(HashMap getRecords) voidsetGetRecordsById(HashMap getRecordsById) voidsetHarvest(HashMap harvest) voidsetTransaction(String protocol, String url) voidsetTransaction(HashMap transaction) void
-
Constructor Details
-
CSWSupportedProtocolOperations
-
-
Method Details
-
getDescribeRecords
- Returns:
- Returns the describeRecords.
-
addDescribeRecord
- Parameters:
describeRecords- The describeRecords to set.- Throws:
MalformedURLException
-
getGetCapabilities
- Returns:
- Returns the getCapabilities.
-
addGetCapabilities
- Parameters:
getCapabilities- The getCapabilities to set.- Throws:
MalformedURLException
-
getGetDomain
- Returns:
- Returns the getDomain.
-
addGetDomain
- Parameters:
getDomain- The getDomain to set.- Throws:
MalformedURLException
-
getGetRecords
- Returns:
- Returns the getRecords.
-
addGetRecords
- Parameters:
getRecords- The getRecords to set.- Throws:
MalformedURLException
-
getGetRecordsById
- Returns:
- Returns the getRecordsById.
-
addGetRecordsById
- Parameters:
getRecordsById- The getRecordsById to set.- Throws:
MalformedURLException
-
getHarvest
- Returns:
- Returns the harvest.
-
addHarvest
- Parameters:
harvest- The harvest to set.- Throws:
MalformedURLException
-
getTransaction
- Returns:
- Returns the transaction.
-
setTransaction
- Parameters:
transaction- The transaction to set.- Throws:
MalformedURLException
-
getGetRecordsURLPost
- Returns:
- the URL for the getRecords operation using the HTTP Post method
-
setGetCapabilities
- Parameters:
getCapabilities- the getCapabilities to set
-
setDescribeRecords
- Parameters:
describeRecords- the describeRecords to set
-
setGetDomain
- Parameters:
getDomain- the getDomain to set
-
setGetRecords
- Parameters:
getRecords- the getRecords to set
-
setGetRecordsById
- Parameters:
getRecordsById- the getRecordsById to set
-
setTransaction
- Parameters:
transaction- the transaction to set
-
setHarvest
- Parameters:
harvest- the harvest to set
-
setUrl
- Parameters:
url- the url to set
-
getGetExtrinsicContent
- Returns:
- the getExtrinsicContent
-
setGetExtrinsicContent
- Parameters:
getExtrinsicContent- the getExtrinsicContent to set
-
addGetExtrinsicContent
- Parameters:
getDomain- The getDomain to set.- Throws:
MalformedURLException
-