Hi, I have a use case where i want to get the details of the service implementation class mapped to a jaxrs:serviceBean for a jaxrs:server at runtime during start up.
<jaxrs:server address="http://localhost:8080/jaxrs"> <jaxrs:serviceBeans> <ref bean="serviceBean" /> </jaxrs:serviceBeans> </jaxrs:server> Is there a way, i can get a handle to ClassResourceInfo at server start up from where i can find out the implementation class details. -- View this message in context: http://cxf.547215.n5.nabble.com/service-implementation-class-info-at-start-up-tp5733091.html Sent from the cxf-user mailing list archive at Nabble.com.
