[jbossws-dev] [Design of JBoss Web Services] - wsgen API, SPI, command line tool, and ant task

jason.greene@jboss.com do-not-reply at jboss.com
Sat Jan 27 03:26:19 EST 2007


As of today, I checked in a full implementation of the JAX-WS wsgen tool. This work includes a full API and SPI, as well as an ant task and command line tool.

The WebServiceGenerator API is available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/api-docs/org/jboss/ws/tools/jaxws/api/WebServiceGenerator.html

The WebServiceGeneratorProvider SPI here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/api-docs/index.html

A custom provider can be specified using the system property "org.jboss.ws.tools.jaxws.webServiceGeneratorProvider". This property is also available as static public field on WebServiceGenerator.

The command line tool documentation is available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/api-docs/org/jboss/ws/tools/jaxws/WSGenerate.html

The ant task documentation is available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/api-docs/org/jboss/ws/tools/jaxws/ant/WSGenerate.html

The test case that demonstrates the API is located here:
http://fisheye.jboss.com/browse/JBossWS/trunk/jbossws-tests/src/main/java/org/jboss/test/ws/tools/jaxws/WebServiceGeneratorTestCase.java?r=2156

-Jason

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007142#4007142

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007142



More information about the jbossws-dev mailing list