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#4119823

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119823
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to