| Runnable class that implements the Remote receiver. All traffic from any remote instance is
first handled here. The remote traffic is either directed at this ProxyBinding instance or at
an endpoint for a local component.
The basic flow is:
Decide if message is for us or for local compoent.
If the exchange is for us, process it.
Else, lookup the local compoent that hosts the service.
Send the to the NMR for local routing
Remember the exchange if new, forget the exchange is this is the last send.
author: Sun Microsystems, Inc |