ab0d21dec06b71011ad8ca66d3265b46d2d28ba9.svn-base
1.19 KB
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
package com.thinkgem.jeesite.modules.reg.web.bus.registlog;
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.4-b01
* Generated source version: 2.2
*
*/
@WebService(name = "JrrzService", targetNamespace = "http://loushang.ws")
@XmlSeeAlso({
ObjectFactory.class
})
public interface JrrzService {
/**
*
* @param args0
* @return
* returns java.lang.String
*/
@WebMethod(action = "urn:exchangeInfo")
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "exchangeInfo", targetNamespace = "http://loushang.ws", className = "com.thinkgem.jeesite.modules.reg.web.bus.registlog.ExchangeInfo")
@ResponseWrapper(localName = "exchangeInfoResponse", targetNamespace = "http://loushang.ws", className = "com.thinkgem.jeesite.modules.reg.web.bus.registlog.ExchangeInfoResponse")
public String exchangeInfo(
@WebParam(name = "args0", targetNamespace = "http://loushang.ws")
String args0);
}