dev@jaxb.java.net

Plugging in new codegen module for wsgen

From: Jason Weinstein <Jason.Weinstein_at_Sun.COM>
Date: Tue, 30 Sep 2008 15:15:05 -0700
NOTE: i cross posted to jaxb and jax-ws email lists.

I would like to utilize the wsgen framework to generate java code for wsdls which are not soap based.

I am looking to generate classes which implement the wsdl operations.

The arguments/return to the operations would be jaxb objects i'm thinking.

The interfaces generated i think are mostly correct for my uses, but it would be the implementation of the java interface methods which i want to change, etc.

I have two separate cases.

1) in which the codegen uses only the abstract wsdl to generate the java code

and
2) in which the codegen uses the concrete&abstract parts to generate the java code

How can/does one plugin in their own code generators/emitters to wsgen? Or any other/better means to generate the code?

Thanks,

Jason