Hi there,
I'm looking for a solution to create an interface in runtime. I don't really know if this is possible in anyway.
Problem:
I've got a OSGi service which publishes a Map<String,String>
where the key defines an action for this service. I want to publish this service directly as Hessian
service with spring but for this, I need to delcare an interface. Now I would like to create this interface at runtime.