are there any docs that can help to write my own RMI proxies and to make use of them in spring? i currently use RmiServiceExporter/RmiProxyFactoryBean, but i really need it to be smart proxy with some additional support features, while still be able to use them as simple as the default ones
