root / trunk / nbproject / jax-ws.xml
History | View | Annotate | Download (746 Bytes)
1 | 9 | andrej.cim | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | <jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1"> |
||
3 | <services>
|
||
4 | <service name="Video"> |
||
5 | <implementation-class>org.lidar.api.Video</implementation-class> |
||
6 | </service>
|
||
7 | <service name="Sensor"> |
||
8 | <implementation-class>org.lidar.api.Sensor</implementation-class> |
||
9 | </service>
|
||
10 | <service name="Motion"> |
||
11 | <implementation-class>org.lidar.api.Motion</implementation-class> |
||
12 | </service>
|
||
13 | <service name="Laser"> |
||
14 | <implementation-class>org.lidar.api.Laser</implementation-class> |
||
15 | </service>
|
||
16 | <service name="Management"> |
||
17 | <implementation-class>org.lidar.api.Management</implementation-class> |
||
18 | </service>
|
||
19 | </services>
|
||
20 | <clients/> |
||
21 | <jsr109>false</jsr109> |
||
22 | </jax-ws> |