summaryrefslogtreecommitdiffstats
path: root/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml
blob: f7acffbaf35c639d6914cf81ad78daf2790509d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
  <services>
    <service name="LieferantBean">
      <implementation-class>beans.lieferant.LieferantBean</implementation-class>
    </service>
    <service name="ArtikelManagerBean">
      <implementation-class>beans.artikelManager.ArtikelManagerBean</implementation-class>
    </service>
    <service name="LagerBean">
      <implementation-class>beans.lager.LagerBean</implementation-class>
    </service>
    <service name="BestellBean">
      <implementation-class>beans.bestell.BestellBean</implementation-class>
    </service>
  </services>
  <clients/>
</jax-ws>