11
11
class WebServiceClass { // $ JaxWsEndpoint
12
12
13
13
@ WebMethod
14
- void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
14
+ public void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
15
15
}
16
16
17
17
@ WebEndpoint
18
- void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
18
+ public void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
19
19
}
20
20
21
- String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
21
+ public String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
22
22
return null ;
23
23
}
24
24
25
- String unacceptableParamType (File param ) { // not an endpoint
25
+ public String unacceptableParamType (File param ) { // not an endpoint
26
26
return null ;
27
27
}
28
28
29
- File unacceptableReturnType () { // not an endpoint
29
+ public File unacceptableReturnType () { // not an endpoint
30
30
return null ;
31
31
}
32
32
33
33
@ XmlJavaTypeAdapter
34
- File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
34
+ public File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
35
35
return null ;
36
36
}
37
37
}
@@ -41,27 +41,27 @@ File annotatedTypes(@XmlJavaTypeAdapter File param) { // $ JaxWsEndpointRemoteMe
41
41
class WebServiceProviderClass { // $ JaxWsEndpoint
42
42
43
43
@ WebMethod
44
- void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
44
+ public void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
45
45
}
46
46
47
47
@ WebEndpoint
48
- void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
48
+ public void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
49
49
}
50
50
51
- String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
51
+ public String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
52
52
return null ;
53
53
}
54
54
55
- String unacceptableParamType (File param ) { // not an endpoint
55
+ public String unacceptableParamType (File param ) { // not an endpoint
56
56
return null ;
57
57
}
58
58
59
- File unacceptableReturnType () { // not an endpoint
59
+ public File unacceptableReturnType () { // not an endpoint
60
60
return null ;
61
61
}
62
62
63
63
@ XmlJavaTypeAdapter
64
- File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
64
+ public File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
65
65
return null ;
66
66
}
67
67
}
@@ -71,27 +71,27 @@ File annotatedTypes(@XmlJavaTypeAdapter File param) { // $ JaxWsEndpointRemoteMe
71
71
class WebServiceClientClass { // $ JaxWsEndpoint
72
72
73
73
@ WebMethod
74
- void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
74
+ public void WebMethodMethod () { // $ JaxWsEndpointRemoteMethod
75
75
}
76
76
77
77
@ WebEndpoint
78
- void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
78
+ public void WebEndpointMethod () { // $ JaxWsEndpointRemoteMethod
79
79
}
80
80
81
- String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
81
+ public String acceptableTypes (String param ) { // $ JaxWsEndpointRemoteMethod
82
82
return null ;
83
83
}
84
84
85
- String unacceptableParamType (File param ) { // not an endpoint
85
+ public String unacceptableParamType (File param ) { // not an endpoint
86
86
return null ;
87
87
}
88
88
89
- File unacceptableReturnType () { // not an endpoint
89
+ public File unacceptableReturnType () { // not an endpoint
90
90
return null ;
91
91
}
92
92
93
93
@ XmlJavaTypeAdapter
94
- File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
94
+ public File annotatedTypes (@ XmlJavaTypeAdapter File param ) { // $ JaxWsEndpointRemoteMethod
95
95
return null ;
96
96
}
97
97
0 commit comments