netbeans custom jax-ws stubs..

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2011-01-09T18:48:19Z Indexed on 2011/01/09 18:53 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

Hi,

I am using netbeans 6.9. I have made a JAX-WS service that returns a complex type, I have also made a JAX-WS client to consume it. The JAX-WS system automaticly creates a class for the client, inferred from the WSDl spec. I want to make my own class for this using JAXB annotations, so that I can add some extra functions to it.

How do I go about replacing the autogenerated file with my own one? Could I also use the same class in the service to control how it is transmitted?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about netbeans