-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsourcecode.html
41 lines (40 loc) · 1.46 KB
/
sourcecode.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: "JBossWS - Source code"
link: sourcecode
---
<!-- content title -->
<h3>JBossWS source code components</h3>
<p>The JBossWS project is split into 5 sub-projects:</p>
<p> </p>
<p><strong>JBossWS-SPI</strong></p>
<p>The SPI defines the abstraction layer between the AS target containers and the supported
web service stacks.</p>
<ul>
<li><em><code class="jive-code">https://github.com/jbossws/jbossws-spi.git</code></em></li>
</ul>
<p> </p>
<p><strong>JBossWS-API</strong></p>
<p>This project provides public APIs</p>
<ul>
<li><em><code class="jive-code">https://github.com/jbossws/jbossws-api.git</code></em></li>
</ul>
<p> </p>
<p><strong>JBossWS-CXF</strong></p>
<p>This project is the WS integration between Apache CXF and JBoss</p>
<ul>
<li><em><code class="jive-code">https://github.com/jbossws/jbossws-cxf.git</code></em></li>
</ul>
<p> </p>
<p><strong>JBossWS-Common</strong></p>
<p>This Project provides utilities and general purpose WS code used in supporting JBossWS-CXF.</p>
<ul>
<li><em><code class="jive-code">https://github.com/jbossws/jbossws-common.git</code></em></li>
</ul>
<p> </p>
<p><strong>JBossWS-Common-Tools</strong></p>
<p>This project provides (JAXWS) tools used by JBossWS-CXF (e.g. WSConsume and WSProvide)</p>
<ul>
<li><em><code class="jive-code">https://github.com/jbossws/jbossws-common-tools.git</code></em>
</li>
</ul>