You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Ted Roeloffzen <te...@gmail.com> on 2015/08/20 11:05:20 UTC

adding custom interface to generated code

Hi All,

At this moment i'm working on a webservice server and client that use a
provided third-party wsdl.
When i'm generating the java-code using wsdl2java, the code generated
correctly.
But to make the code better useable the generated classes need to implement
certain custom interfaces.
I don't want to do this by hand after the code is generated. It is time
consuming and error prone.

Is there a way, using wsdl2java, to set parameters that certain types need
to implement certain interfaces?

kind regards,

Ted Roeloffzen