ca.sqlpower.wabit.dao
Interface MessageDecoder<T>
- Type Parameters:
T - The Object type that represents the message contents
- All Known Implementing Classes:
- WabitJSONMessageDecoder
public interface MessageDecoder<T>
A simple interface for a class that receives messages and decodes them, and
performs actions according to the message contents.
|
Method Summary |
void |
decode(T message)
|
decode
void decode(T message)
throws WabitPersistenceException
- Throws:
WabitPersistenceException
Copyright © 2009. All Rights Reserved.