java/nekurak.net-ws/nbproject/jax-ws.xml
author František Kučera <franta-hg@frantovo.cz>
Sat Jun 19 11:19:27 2010 +0200 (2010-06-19)
changeset 142 44ef544460ca
parent 100 01be78803f73
child 163 5f0d5e1305b3
permissions -rw-r--r--
AJAX komentáře
     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="Podnik">
     5       <implementation-class>cz.frantovo.nekurak.ws.Podnik</implementation-class>
     6     </service>
     7     <service name="Pokus">
     8       <implementation-class>cz.frantovo.nekurak.ws.Pokus</implementation-class>
     9     </service>
    10   </services>
    11   <clients/>
    12 </jax-ws>