Class DateOfBirthChangedMessageHandler
- java.lang.Object
-
- com.fifa.connectid.sdk.notifications.DateOfBirthChangedMessageHandler
-
- All Implemented Interfaces:
MessageHandler
public class DateOfBirthChangedMessageHandler extends Object implements MessageHandler
-
-
Constructor Summary
Constructors Constructor Description DateOfBirthChangedMessageHandler(DateOfBirthChangedNotificationHandler notificationHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(String messageType)Tells the caller if the message type can be handled by this handlervoidhandle(String messageType, com.fifa.connectservicebus.sdk.Message message)Handles the messageStringtoString()
-
-
-
Constructor Detail
-
DateOfBirthChangedMessageHandler
public DateOfBirthChangedMessageHandler(DateOfBirthChangedNotificationHandler notificationHandler)
-
-
Method Detail
-
canHandle
public boolean canHandle(String messageType)
Description copied from interface:MessageHandlerTells the caller if the message type can be handled by this handler- Specified by:
canHandlein interfaceMessageHandler- Parameters:
messageType- A textual identifier of the message type- Returns:
- true if the message handler can handle the message type, false otherwise
-
handle
public void handle(String messageType, com.fifa.connectservicebus.sdk.Message message) throws Exception
Description copied from interface:MessageHandlerHandles the message- Specified by:
handlein interfaceMessageHandler- Parameters:
messageType- A textual identifier of the message typemessage- Message to handle- Throws:
Exception
-
-