Class IdACB1Validation
java.lang.Object
com.io7m.idstore.protocol.admin.cb.IdACB1Validation
- All Implemented Interfaces:
IdProtocolMessageValidatorType<IdAMessageType,ProtocolIdA1v1Type>
public final class IdACB1Validation
extends Object
implements IdProtocolMessageValidatorType<IdAMessageType,ProtocolIdA1v1Type>
Functions to translate between the core command set and the Admin v1
Cedarbridge encoding command set.
-
Constructor Summary
ConstructorsConstructorDescriptionFunctions to translate between the core command set and the Admin v1 Cedarbridge encoding command set. -
Method Summary
Modifier and TypeMethodDescriptionconvertFromWire(ProtocolIdA1v1Type message) Convert a wire message to a core message.convertToWire(IdAMessageType message) Convert a core message to a wire message.
-
Constructor Details
-
IdACB1Validation
public IdACB1Validation()Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
-
-
Method Details
-
convertToWire
Description copied from interface:IdProtocolMessageValidatorTypeConvert a core message to a wire message.- Specified by:
convertToWirein interfaceIdProtocolMessageValidatorType<IdAMessageType,ProtocolIdA1v1Type> - Parameters:
message- The core message- Returns:
- The wire message
- Throws:
IdProtocolException- On errors
-
convertFromWire
Description copied from interface:IdProtocolMessageValidatorTypeConvert a wire message to a core message.- Specified by:
convertFromWirein interfaceIdProtocolMessageValidatorType<IdAMessageType,ProtocolIdA1v1Type> - Parameters:
message- The wire message- Returns:
- The core message
- Throws:
IdProtocolException- On errors
-