Interface that must be implemented for each endpoint type to handle a message request. This interface is used to
allow the MessageDispatcher to be indefinitely extensible. It accesses all installed endpoints through
this interface, meaning that is does not contain code specific to any endpoint type.
This interface is not intended for application developers. It is available for those who want to develop their own
message flow.
MessageDispatcherto be indefinitely extensible. It accesses all installed endpoints through this interface, meaning that is does not contain code specific to any endpoint type.This interface is not intended for application developers. It is available for those who want to develop their own message flow.