Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
|
|
|
3 |
<services>
|
|
|
4 |
<service name="ArchiveService">
|
|
|
5 |
<implementation-class>net.brutex.xservices.ws.ArchiveService</implementation-class>
|
|
|
6 |
</service>
|
|
|
7 |
<service name="FileService">
|
|
|
8 |
<implementation-class>net.brutex.xservices.ws.FileService</implementation-class>
|
|
|
9 |
</service>
|
8 |
brianR |
10 |
<service name="ExecuteService">
|
|
|
11 |
<implementation-class>net.brutex.xservices.ws.ExecuteService</implementation-class>
|
|
|
12 |
</service>
|
6 |
brianR |
13 |
</services>
|
|
|
14 |
<clients/>
|
|
|
15 |
<jsr109>false</jsr109>
|
|
|
16 |
</jax-ws>
|