-
Dec 29th, 2008, 03:22 AM
#1
Exposing a RMI service through other RMI service
Hi,
We are exposing a POJO (NWSService) as a RMI service using Spring (as described in 'Spring in Action'). The client is able to invoke this RMI service.
We have one more POJO (NWSHelper) which we want to expose as a RMI service. But we don't want to expose it directly. The client should use NWSService to get this service using a method like getHelper().
Is there any way to inject a RMI service into other RMI service in Spring?
Thanks,
Nilesh Wani
Last edited by nileshw; Dec 29th, 2008 at 03:58 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules