[jboss-user] [JBossWS] - Re: Writing a client - no examples for BindingProvider based

jeff norton do-not-reply at jboss.com
Mon Jan 14 16:46:36 EST 2008


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



More information about the jboss-user mailing list