be.re.webdav
Interface Util.ReportMultistatus

Enclosing class:
Util

public static interface Util.ReportMultistatus

This is for handling state and error information in a multistatus response per entry.

Author:
Werner Donné
See Also:
Util.readPropertyList(java.net.URL, be.re.webdav.Client.Response, be.re.webdav.Util.PropertyHandler, boolean), Util.reportMultistatus(be.re.webdav.Client.Response, be.re.webdav.Util.ReportMultistatus)

Method Summary
 boolean report(URL href, int code, Element error, String description)
           
 

Method Detail

report

boolean report(URL href,
               int code,
               Element error,
               String description)
               throws IOException
Parameters:
href - the resource in the multistatus response entry.
code - the status code.
error - the DAV:error element. It may be null.
description - the error description. It may be null.
Returns:
To stop processing false should be returned.
Throws:
IOException