Interface IdProtocolMessageValidatorType<T extends IdProtocolMessageType,R>

Type Parameters:
T - The type of core messages
R - The type of wire messages
All Known Implementing Classes:
IdACB1Validation, IdUCB1Validation

public interface IdProtocolMessageValidatorType<T extends IdProtocolMessageType,R>
The type of validators that convert between core messages and "wire" (versioned) messages.