Hi,
Is there a pattern for solving the following
problem:
Assume that there are several predefined events. It
is required to map a communication message
(using some protocol) into one of the predefined
events. The problem becomes more interesting when each event has
several representation by different
protocols.
For example assume that there are two protocols A
and B, the messages A.b and B.c should be mapped
into the same event from a list of
events.
Thanks.