Web Services Framework for WildFly

JBossWS source code components

The JBossWS project is split into 5 sub-projects:

 

JBossWS-SPI

The SPI defines the abstraction layer between the AS target containers and the supported web service stacks.

  • https://github.com/jbossws/jbossws-spi.git

 

JBossWS-API

This project provides public APIs

  • https://github.com/jbossws/jbossws-api.git

 

JBossWS-CXF

This project is the WS integration between Apache CXF and JBoss

  • https://github.com/jbossws/jbossws-cxf.git

 

JBossWS-Common

This Project provides utilities and general purpose WS code used in supporting JBossWS-CXF.

  • https://github.com/jbossws/jbossws-common.git

 

JBossWS-Common-Tools

This project provides (JAXWS) tools used by JBossWS-CXF (e.g. WSConsume and WSProvide)

  • https://github.com/jbossws/jbossws-common-tools.git
         

We use JProfiler for profiling