|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseWrapper | |
---|---|
com.indexdata.mkjsf.pazpar2 | Overall control and execution of search logic. |
Uses of HttpResponseWrapper in com.indexdata.mkjsf.pazpar2 |
---|
Classes in com.indexdata.mkjsf.pazpar2 that implement HttpResponseWrapper | |
---|---|
class |
ClientCommandResponse
Contains one HTTP response to a command executed against a Pazpar2 service in such a way as to give the response parser a common interface to responses, whether they are from Pazpar2, from the Service Proxy, or are error messages created by the JSF application during processing. |
Methods in com.indexdata.mkjsf.pazpar2 that return HttpResponseWrapper | |
---|---|
HttpResponseWrapper |
ServiceProxyClient.executeCommand(Pazpar2Command command)
|
HttpResponseWrapper |
SearchClient.executeCommand(Pazpar2Command command)
|
HttpResponseWrapper |
Pz2Client.executeCommand(Pazpar2Command command)
Runs the give Pazpar2 command and returns a response wrapper with either the received response or with some form of error message. |
HttpResponseWrapper |
CommandThread.getCommandResponse()
|
HttpResponseWrapper |
ServiceProxyClient.postInitDoc(byte[] initDoc,
Pazpar2Command command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |