Annotations are available at runtime only if the annotation is declared to provide runtime
visibility. Fortunately the WebServiceClient is so you should be able to do the following
(it works for me):
SubscriberServicesService a =
SubscriberServicesService.class.getAnnotation(SubscriberServicesService.class);
| new QName(a.targetNamespace(), a.name());
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119823#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...