李林
2023-10-07 658d4927d468c47208fd012d9128b09249c07eff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
 
package com.chinaztt.mes.common.wechat.servicemessagecustom;
 
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
 
 
/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.9-b130926.1035
 * Generated source version: 2.2
 *
 */
@WebService(name = "ServiceMessageCustomPortType", targetNamespace = "http://localhost/services/ServiceMessageCustom")
@XmlSeeAlso({
        ObjectFactory.class
})
public interface ServiceMessageCustomPortType {
 
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "deleteCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessage")
    @ResponseWrapper(localName = "deleteCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageResponse")
    public boolean deleteCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageComplex")
    @ResponseWrapper(localName = "sendCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageComplexResponse")
    public boolean sendCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "alterCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageComplex")
    @ResponseWrapper(localName = "alterCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageComplexResponse")
    public boolean alterCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
    /**
     *
     * @param in0
     * @param in2
     * @param in1
     * @param in4
     * @param in3
     * @param in6
     * @param in5
     * @param in8
     * @param in7
     * @param in11
     * @param in9
     * @param in10
     * @param in13
     * @param in12
     * @param in15
     * @param in14
     * @return
     *     returns boolean
     */
    @WebMethod(operationName = "sendCustomMessage_WorkCode")
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessage_WorkCode", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageWorkCode")
    @ResponseWrapper(localName = "sendCustomMessage_WorkCodeResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageWorkCodeResponse")
    public boolean sendCustomMessageWorkCode(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15);
 
    /**
     *
     * @param in0
     * @param in2
     * @param in1
     * @param in4
     * @param in3
     * @param in6
     * @param in5
     * @param in8
     * @param in7
     * @param in11
     * @param in9
     * @param in10
     * @param in13
     * @param in12
     * @param in15
     * @param in14
     * @return
     *     returns boolean
     */
    @WebMethod(operationName = "sendCustomMessage_LastName")
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessage_LastName", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLastName")
    @ResponseWrapper(localName = "sendCustomMessage_LastNameResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLastNameResponse")
    public boolean sendCustomMessageLastName(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "alterCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessage")
    @ResponseWrapper(localName = "alterCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageResponse")
    public boolean alterCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "deleteCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageComplex")
    @ResponseWrapper(localName = "deleteCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageComplexResponse")
    public boolean deleteCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "deleteCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageSingle")
    @ResponseWrapper(localName = "deleteCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageSingleResponse")
    public boolean deleteCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
    /**
     *
     * @param in0
     * @param in2
     * @param in1
     * @param in4
     * @param in3
     * @param in6
     * @param in5
     * @param in8
     * @param in7
     * @param in11
     * @param in9
     * @param in10
     * @param in13
     * @param in12
     * @param in15
     * @param in14
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessage1", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage1")
    @ResponseWrapper(localName = "sendCustomMessage1Response", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage1Response")
    public boolean sendCustomMessage1(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") int in15);
 
    /**
     *
     * @param in0
     * @param in2
     * @param in1
     * @param in4
     * @param in3
     * @param in6
     * @param in5
     * @param in8
     * @param in7
     * @param in11
     * @param in9
     * @param in10
     * @param in13
     * @param in12
     * @param in15
     * @param in14
     * @return
     *     returns boolean
     */
    @WebMethod(operationName = "sendCustomMessage_Login")
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessage_Login", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLogin")
    @ResponseWrapper(localName = "sendCustomMessage_LoginResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLoginResponse")
    public boolean sendCustomMessageLogin(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage")
    @ResponseWrapper(localName = "sendCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageResponse")
    public boolean sendCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "sendCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageSingle")
    @ResponseWrapper(localName = "sendCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageSingleResponse")
    public boolean sendCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
    /**
     *
     * @param in0
     * @return
     *     returns boolean
     */
    @WebMethod
    @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom")
    @RequestWrapper(localName = "alterCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageSingle")
    @ResponseWrapper(localName = "alterCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageSingleResponse")
    public boolean alterCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0);
 
}