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
ValidationException
void checkResponse(double protocolVersion, org.w3c.dom.Document doc) throws ValidationException
ValidationException
Copyright © 2021. All Rights Reserved.