public class SpResponseDataObject extends ResponseDataObject
Constructor and Description |
---|
SpResponseDataObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
unsupportedCommand()
Returns true if the command was not recognized by the Service Proxy,
passed on to Pazpar2, and then also not recognized by Pazpar2.
|
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
public boolean unsupportedCommand()
Returns true if the command was not recognized by the Service Proxy, passed on to Pazpar2, and then also not recognized by Pazpar2.
This results in an error no 3 from Pazpar2 which is passed back through the Service Proxy.
This would normally be caused by issuing a Service Proxy-only command that the given Service Proxy is not configured for, or which the given Service Proxy has mapped to a different command name - in both cases it will just fall through.