1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
|
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
|
13 | |
|
14 | |
|
15 | |
|
16 | |
package org.kuali.rice.kim.util; |
17 | |
|
18 | |
import org.kuali.rice.core.util.RiceConstants; |
19 | |
|
20 | |
|
21 | |
|
22 | |
|
23 | |
|
24 | |
|
25 | |
|
26 | |
|
27 | |
public class KIMWebServiceConstants { |
28 | |
|
29 | |
public static final String MODULE_TARGET_NAMESPACE = RiceConstants.RICE_JAXWS_TARGET_NAMESPACE_BASE + "/kim"; |
30 | |
|
31 | |
public static final class PermissionService { |
32 | |
public static final String WEB_SERVICE_NAME = "kimPermissionServiceSOAP"; |
33 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.PermissionService"; |
34 | |
public static final String WEB_SERVICE_PORT = "KimPermissionServicePort"; |
35 | |
|
36 | 0 | private PermissionService() { |
37 | 0 | throw new UnsupportedOperationException("do not call"); |
38 | |
} |
39 | |
} |
40 | |
|
41 | |
public static final class PermissionUpdateService { |
42 | |
public static final String WEB_SERVICE_NAME = "kimPermissionUpdateServiceSOAP"; |
43 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.PermissionUpdateService"; |
44 | |
public static final String WEB_SERVICE_PORT = "KimPermissionUpdateServicePort"; |
45 | |
|
46 | 0 | private PermissionUpdateService() { |
47 | 0 | throw new UnsupportedOperationException("do not call"); |
48 | |
} |
49 | |
} |
50 | |
|
51 | |
public static final class RoleService { |
52 | |
public static final String WEB_SERVICE_NAME = "kimRoleServiceSOAP"; |
53 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.RoleService"; |
54 | |
public static final String WEB_SERVICE_PORT = "RoleServicePort"; |
55 | |
|
56 | 0 | private RoleService() { |
57 | 0 | throw new UnsupportedOperationException("do not call"); |
58 | |
} |
59 | |
} |
60 | |
|
61 | |
public static final class RoleUpdateService { |
62 | |
public static final String WEB_SERVICE_NAME = "kimRoleUpdateServiceSOAP"; |
63 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.RoleUpdateService"; |
64 | |
public static final String WEB_SERVICE_PORT = "RoleUpdateServicePort"; |
65 | |
|
66 | 0 | private RoleUpdateService() { |
67 | 0 | throw new UnsupportedOperationException("do not call"); |
68 | |
} |
69 | |
} |
70 | |
|
71 | |
public static final class GroupService { |
72 | |
public static final String WEB_SERVICE_NAME = "kimGroupServiceSOAP"; |
73 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.GroupService"; |
74 | |
public static final String WEB_SERVICE_PORT = "GroupServicePort"; |
75 | |
|
76 | 0 | private GroupService() { |
77 | 0 | throw new UnsupportedOperationException("do not call"); |
78 | |
} |
79 | |
} |
80 | |
|
81 | |
public static final class GroupUpdateService { |
82 | |
public static final String WEB_SERVICE_NAME = "kimGroupUpdateServiceSOAP"; |
83 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.GroupUpdateService"; |
84 | |
public static final String WEB_SERVICE_PORT = "GroupUpdateServicePort"; |
85 | |
|
86 | 0 | private GroupUpdateService() { |
87 | 0 | throw new UnsupportedOperationException("do not call"); |
88 | |
} |
89 | |
} |
90 | |
|
91 | |
public static final class ResponsibilityService { |
92 | |
public static final String WEB_SERVICE_NAME = "kimResponsibilityServiceSOAP"; |
93 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.ResponsibilityService"; |
94 | |
public static final String WEB_SERVICE_PORT = "ResponsibilityServicePort"; |
95 | |
|
96 | 0 | private ResponsibilityService() { |
97 | 0 | throw new UnsupportedOperationException("do not call"); |
98 | |
} |
99 | |
} |
100 | |
|
101 | |
public static final class ResponsibilityUpdateService { |
102 | |
public static final String WEB_SERVICE_NAME = "kimResponsibilityUpdateServiceSOAP"; |
103 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.ResponsibilityUpdateService"; |
104 | |
public static final String WEB_SERVICE_PORT = "ResponsibilityUpdateServicePort"; |
105 | |
|
106 | 0 | private ResponsibilityUpdateService() { |
107 | 0 | throw new UnsupportedOperationException("do not call"); |
108 | |
} |
109 | |
} |
110 | |
|
111 | |
public static final class IdentityService { |
112 | |
public static final String WEB_SERVICE_NAME = "kimIdentityServiceSOAP"; |
113 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.IdentityService"; |
114 | |
public static final String WEB_SERVICE_PORT = "IdentityServicePort"; |
115 | |
|
116 | 0 | private IdentityService() { |
117 | 0 | throw new UnsupportedOperationException("do not call"); |
118 | |
} |
119 | |
} |
120 | |
|
121 | |
public static final class IdentityManagementService { |
122 | |
public static final String WEB_SERVICE_NAME = "kimIdentityManagementServiceSOAP"; |
123 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.IdentityManagementService"; |
124 | |
public static final String WEB_SERVICE_PORT = "IdentityManagementServicePort"; |
125 | |
|
126 | 0 | private IdentityManagementService() { |
127 | 0 | throw new UnsupportedOperationException("do not call"); |
128 | |
} |
129 | |
} |
130 | |
|
131 | |
public final static class IdentityManagementNotificationService { |
132 | |
public static final String WEB_SERVICE_NAME = "kimIdentityManagementNotificationServiceSOAP"; |
133 | |
|
134 | 0 | private IdentityManagementNotificationService() { |
135 | 0 | throw new UnsupportedOperationException("do not call"); |
136 | |
} |
137 | |
} |
138 | |
|
139 | 0 | private KIMWebServiceConstants() { |
140 | 0 | throw new UnsupportedOperationException("do not call"); |
141 | |
} |
142 | |
} |