A stack indepedent SPI that's provides entry points to command line tools and ANT
tasks that generate JAX-WS artefacts from WSDL or wrapper beans and WSDL from existing sources.
Service provider responsibilities
A service provider needs to implement both the factory and the actual WSContractConsumer
or WSContractProvider
.
The ANT tasks and the command line tools offer static client interfaces and rely on a standard WSF service factory
mechanism that allows pluggability of different implementations:
- See org.jboss.ws.integration.FactoryLoader
ANT tasks
- {@link org.jboss.wsf.spi.tools.ant.WSConsumeTask}
- {@link org.jboss.wsf.spi.tools.ant.WSProvideTask}
Command line interfaces and shell scripts
The shell scripts are installed with the JBossAS installation
and can be found in the JBOSS_HOME/bin directory.
They delegate to the following command line implementations:
- {@link org.jboss.wsf.spi.tools.cmd.WSConsume}
- {@link org.jboss.wsf.spi.tools.cmd.WSProvide}
Related Documentation
- {@link org.jboss.ws.integration.FactoryLoader}
For overviews, tutorials, examples, guides, and tool documentation, please see:
@since JBossWS 2.1