Uses of Class
net.ionite.docval.server.DocValClientException
-
Packages that use DocValClientException Package Description net.ionite.docval.server Server (HTTP) and client for bulk- or continuous validation -
-
Uses of DocValClientException in net.ionite.docval.server
Methods in net.ionite.docval.server that throw DocValClientException Modifier and Type Method Description ValidationResultDocValHttpClient. validate(byte[] documentData)Send the given XML document to the server for validation, using a keyword derived from the document (seeKeywordDeriverfor more information on keyword derivation).ValidationResultDocValHttpClient. validate(byte[] documentData, String keyword)Send the given XML document to the server for validation, using the given keyword.
-