|
|
@@ -24,7 +24,7 @@ import java.util.List;
|
|
24
|
24
|
* with the informtion to the handling event registration system for proper registration.
|
|
25
|
25
|
*
|
|
26
|
26
|
*/
|
|
27
|
|
-@WebService(endpointInterface = "se.citerus.dddsample.iface.handling.HandlingEventServiceEndpoint")
|
|
|
27
|
+@WebService(endpointInterface = "se.citerus.dddsample.interfaces.handling.HandlingEventServiceEndpoint")
|
|
28
|
28
|
public class HandlingEventServiceEndpointImpl implements HandlingEventServiceEndpoint {
|
|
29
|
29
|
|
|
30
|
30
|
private SystemEvents systemEvents;
|