summaryrefslogtreecommitdiffstats
path: root/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml')
-rw-r--r--Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml
new file mode 100644
index 0000000..f7acffb
--- /dev/null
+++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml
@@ -0,0 +1,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>