Package eu.clarin.sru.server
Interface SRUDiagnosticList
-
public interface SRUDiagnosticListContainer for non surrogate diagnostics for the request. The will be put in the diagnostics part of the response.- See Also:
SRUConstants,SRUDiagnostic, SRU Diagnostics, SRU Diagnostics List
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDiagnostic(String uri, String details, String message)Add a non surrogate diagnostic to the response.
-
-
-
Method Detail
-
addDiagnostic
void addDiagnostic(String uri, String details, String message)
Add a non surrogate diagnostic to the response.- Parameters:
uri- the diagnostic's identifying URIdetails- supplementary information available, often in a format specified by the diagnostic ornullmessage- human readable message to display to the end user ornull
-
-