dev@jax-ws.java.net

wsimport customization

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 05 Jun 2006 17:43:51 +0200

Hi,

i have a question.

For example i have webservice
public class MyWebService {
        public int saveMyObject(MyObject object) {....}
}
I have wsdl for this service.

Is it possible to run wsimport to generate SEI and all artifacts, but
instead of generating MyObject class - bind my own client realization of
MyObject?
So i need all artifacts to be generated except one class, that I want to
provide myself.

im looking in direction of @XmlJavaTypeAdapter, but not sure.

Thanks.

WBR,
Alexey.