public class SRWMessages extends java.lang.Object implements IProtocolMessages
| Constructor and Description |
|---|
SRWMessages(SRWCatalogServiceDriver driver) |
| 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
|
java.lang.String |
getHTTPPOSTCapabilities()
operation : getCapabilities
protocol : HTTP POST
|
java.lang.String |
getHTTPPOSTDescribeRecords()
operation : describeRecords
protocol : HTTP POST
|
java.lang.String |
getHTTPPOSTRecords(CatalogQuery query,
int firstRecord)
operation : getRecords
protocol : HTTP POST
|
java.lang.String |
getSOAPCapabilities()
operation : getCapabilities
protocol : SOAP
|
java.lang.String |
getSOAPDescribeRecords()
operation : describeRecords
protocol : SOAP
|
java.lang.String |
getSOAPRecords(CatalogQuery query,
int firstRecord)
operation : getRecords
protocol : SOAP
|
public SRWMessages(SRWCatalogServiceDriver driver)
driver - public NameValuePair[] getHTTPGETCapabilities(boolean upper)
IProtocolMessagesgetHTTPGETCapabilities in interface IProtocolMessagesupper - public NameValuePair[] getHTTPGETDescribeRecords()
IProtocolMessagesgetHTTPGETDescribeRecords in interface IProtocolMessagespublic NameValuePair[] getHTTPGETRecords(CatalogQuery query, int firstRecord)
IProtocolMessagesgetHTTPGETRecords in interface IProtocolMessagesquery - firstRecord - public java.lang.String getHTTPPOSTCapabilities()
IProtocolMessagesgetHTTPPOSTCapabilities in interface IProtocolMessagespublic java.lang.String getHTTPPOSTDescribeRecords()
IProtocolMessagesgetHTTPPOSTDescribeRecords in interface IProtocolMessagespublic java.lang.String getHTTPPOSTRecords(CatalogQuery query, int firstRecord)
IProtocolMessagesgetHTTPPOSTRecords in interface IProtocolMessagesquery - firstRecord - public java.lang.String getSOAPCapabilities()
IProtocolMessagesgetSOAPCapabilities in interface IProtocolMessagespublic java.lang.String getSOAPDescribeRecords()
IProtocolMessagesgetSOAPDescribeRecords in interface IProtocolMessagespublic java.lang.String getSOAPRecords(CatalogQuery query, int firstRecord)
IProtocolMessagesgetSOAPRecords in interface IProtocolMessagesquery - firstRecord -