java/nekurak.net-ws/nbproject/jax-ws.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 26 Jan 2011 18:58:02 +0100
changeset 182 bb8af29610c4
parent 165 cdfc1e9e3a1b
permissions -rw-r--r--
Added signature for changeset bcf03fc1e3f9
     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>