java/nekurak.net-ws/nbproject/jax-ws.xml
author František Kučera <franta-hg@frantovo.cz>
Tue, 25 May 2010 13:54:21 +0200
changeset 123 9135d52e8b0a
parent 100 01be78803f73
child 142 44ef544460ca
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
     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="Pokus">
     5       <implementation-class>cz.frantovo.nekurak.ws.Pokus</implementation-class>
     6     </service>
     7     <service name="Podnik">
     8       <implementation-class>cz.frantovo.nekurak.ws.Podnik</implementation-class>
     9     </service>
    10   </services>
    11   <clients/>
    12 </jax-ws>