Project

General

Profile

Statistics
| Revision:

root / trunk / web / WEB-INF / sun-jaxws.xml

History | View | Annotate | Download (577 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<endpoints version="2.0" xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime">
3
  <endpoint implementation="org.lidar.api.Video" name="Video" url-pattern="/Video"/>
4
  <endpoint implementation="org.lidar.api.Sensor" name="Sensor" url-pattern="/Sensor"/>
5
  <endpoint implementation="org.lidar.api.Motion" name="Motion" url-pattern="/Motion"/>
6
  <endpoint implementation="org.lidar.api.Laser" name="Laser" url-pattern="/Laser"/>
7
  <endpoint implementation="org.lidar.api.Management" name="Management" url-pattern="/Management"/>
8
</endpoints>