jaxb - Use interfaces in JAX-WS web methods -


i need use interface parameter , return type in jax-ws web method. when starting server receive illegalannotationsexception, tells me jaxb cannot handle interfaces.

i tried annotate class, method result , method parameters @xmlrootelement , @xmlelement(type = ...) respectively, not work.

how can use interface parameter , result type in jax-ws web method?

take @ @xmljavatypeadapter. maybe trick. more information available in here.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -