SRU::Response::Explain - A class for representing SRU explain responses


SRU documentation  | view source Contained in the SRU distribution.

Index


NAME

Top

SRU::Response::Explain - A class for representing SRU explain responses

SYNOPSIS

Top

    use SRU::Response;
    my $response = SRU::Response::Explain->new( $request );

DESCRIPTION

Top

METHODS

Top

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()


SRU documentation  | view source Contained in the SRU distribution.