public abstract class AbstractMessageListener extends Object implements MessageListener
Accepts and handles messages dispatched from {@link MessageDispatcher}.
Subclasses should use the message's operation ID and parameters to perform
the requested operation.