SwitchRMI

SwitchRMI is a framework for remote method invocation from Java that allows the client to choose from one of several RMI protocols. Objects can be made available over a number of transports; HTTP and SMTP are implemented. Any object vended can respond to an RMI request in any one of the supported protocols. Clients and servers can interact with third party implementations of supported protocols. New protocols and transports can be plugged in to the framework at runtime.