The LoopbackProvider is responsible for routing messages addressed to local recipients. It simply delegates the requests to the Container in effect.
LoopbackProvider
Container
50515253545556
* * @see de.tuclausthal.informatik.winf.mobileagents.messaging.impl.LoopbackProvider */ protected MessagingManager() { this.registerMessagingProvider(new LoopbackProvider()); }