SRU::Response::Explain - A class for representing SRU explain responses
Contents
Copyright And License
This software is copyright (c) 2013 by Ed Summers.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-06-17 SRU::Response::Explain(3pm)
Description
Methods
new()
The constructor which requires that you pass in a SRU::Request::Explain object.
version()record()addDiagnostic()
Add a SRU::Response::Diagnostic object to the response.
diagnostics()
Returns an array ref of SRU::Response::Diagnostic objects relevant for the response.
extraResponseData()echoedExplainRequest()asXML()Name
SRU::Response::Explain - A class for representing SRU explain responses
Synopsis
use SRU::Response;
my $response = SRU::Response::Explain->new( $request );
