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

jason.greene@jboss.com do-not-reply at jboss.com
Thu Feb 1 00:09:01 EST 2007


I checked in a wsimport API, SPI, command line tool and ant task into trunk.

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

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

The custom provider can be specified using the "org.jboss.ws.tools.jaxws.webServiceImporterProvider" system property, or the static field on WebServiceImporter.class.

The initial provider is based off of a modified version of the sun wsimport implementation, although this is not directly exposed.

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/WSImport.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/WSImport.html

-Jason

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

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



More information about the jbossws-dev mailing list