2010-01-07 20:38:49 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
|
|
|
|
<services>
|
|
|
|
<service name="ArchiveService">
|
|
|
|
<implementation-class>net.brutex.xservices.ws.ArchiveService</implementation-class>
|
|
|
|
</service>
|
|
|
|
<service name="FileService">
|
|
|
|
<implementation-class>net.brutex.xservices.ws.FileService</implementation-class>
|
|
|
|
</service>
|
2010-01-08 14:27:37 +01:00
|
|
|
<service name="ExecuteService">
|
|
|
|
<implementation-class>net.brutex.xservices.ws.ExecuteService</implementation-class>
|
|
|
|
</service>
|
2010-02-13 16:45:34 +01:00
|
|
|
<service name="MiscServiceImpl">
|
|
|
|
<implementation-class>net.brutex.xservices.ws.MiscServiceImpl</implementation-class>
|
|
|
|
</service>
|
2010-01-07 20:38:49 +01:00
|
|
|
</services>
|
|
|
|
<clients/>
|
|
|
|
<jsr109>false</jsr109>
|
|
|
|
</jax-ws>
|