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 SummaryAll 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- 
addDiagnosticvoid addDiagnostic(String uri, String details, String message) Add a non surrogate diagnostic to the response.- Parameters:
- uri- the diagnostic's identifying URI
- details- supplementary information available, often in a format specified by the diagnostic or- null
- message- human readable message to display to the end user or- null
 
 
- 
 
-