Interfaces
 InterfaceDescription
 MethodReceiver Represents a single method that acts as a message receiver.
 PropertyReceiver Represents a single property that acts as a message receiver.
Classes
 ClassDescription
 AbstractMessageReceiver Abstract base class for all types of message receivers.
 AbstractMethodReceiver Abstract base class for all message handlers where the message is handled by a method invocation on the target instance.
 AbstractObjectProviderReceiver Abstract base class for all types of message receivers that use an ObjectProvider for determining the target instance handling the message.
 AbstractPropertyReceiver Abstract base class for all message handlers where the message is handled by or applied to a single property of the target instance.
 DefaultMessageBinding A message target where a property value of matching messages is bound to a property of the target instance.
 DefaultMessageErrorHandler Default implementation of the MessageErrorHandler interface.
 DefaultMessageHandler Abstract base class for regular message handlers where the message is simply passed to a method on the target instance.
 MessageReceiverInfo The base configuration for a message receiver.