public interface IProtocolValidator
| Modifier and Type | Method and Description | 
|---|---|
void | 
checkRequest(double protocolVersion,
            org.w3c.dom.Document doc)  | 
void | 
checkResponse(double protocolVersion,
             org.w3c.dom.Document doc)  | 
void checkRequest(double protocolVersion,
                  org.w3c.dom.Document doc)
           throws ValidationException
ValidationExceptionvoid checkResponse(double protocolVersion,
                   org.w3c.dom.Document doc)
            throws ValidationException
ValidationExceptionCopyright © 2023. All Rights Reserved.