Skip to content

Extend RmiInvocationHandler to allow querying the service interface [SPR-3054] #7740

@spring-projects-issues

Description

@spring-projects-issues

Andreas Senft opened SPR-3054 and commented

I would like to have the ability to query a RmiInvocationHandler for the service interface it refers to. This would allow the generic querying of registered handlers.
I want to use such a feature for dynamically creating proxies of registered beans.
Therefore I suggest adding an according property (which should be of type String and yields the fully qualified classname. Providing the class itself might be problematic as it might not be available on the client (in my case it is, but in others it may not).


Affects: 2.0.2

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions