Package org.jboss.wsf.spi.tools

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.

See:
          Description

Interface Summary
WSContractConsumerFactory Creates WSContractConsumer implementations.
WSContractProviderFactory Creates WSContractProvider implementations.
 

Class Summary
WSContractConsumer WSContractConsumer is responsible for generating JAX-WS client and server artifacts from the specified WSDL file.
WSContractProvider WSContractProvider is responsible for generating the required portable JAX-WS artifacts for a service endpoint implementation.
 

Package org.jboss.wsf.spi.tools Description

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:

ANT tasks

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:

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
JBossWS 2.1


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.