Hi Kevin,
I think you just make sure the service class which you passed to the
JaxWsserviceFactoryBean get the right jra annotation.
That can address your concern :)
Willem.
kevin.shen wrote:
if i write the jra annotations in interface , and JaxWsserviceFactoryBean use
implementor to get annotations' meta data, it can not recognize the method
correctly.
if i write the the jra annotation in implementor, and JaxWsServerFactorybean
use interface to get annotations' meta data, it can not recognize the
method correctly too.
so i need to write jra annotations in both interface and implementor, but
it is so ugly.
who can tell me the correct way to write the jra annotations? Thanks very
much.