57fc0ca4813086708fd09a1b48fdf8a23243db62.svn-base
5.5 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
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
package com.thinkgem.jeesite.modules.reg.web.bus.regist;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.1.12
* 2017-09-11T17:54:11.770+08:00
* Generated source version: 3.1.12
*
*/
@WebServiceClient(name = "registrationLog.dataExchange",
wsdlLocation = "http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl",
targetNamespace = "http://loushang.ws")
public class RegistrationLogDataExchange extends Service {
//正式地址为172.16.56.19;测试地址为172.16.56.18
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("http://loushang.ws", "registrationLog.dataExchange");
public final static QName IUaccessService4RegLogHttpSoap11Endpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpSoap11Endpoint");
public final static QName IUaccessService4RegLogHttpEndpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpEndpoint");
public final static QName IUaccessService4RegLogHttpSoap12Endpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpSoap12Endpoint");
static {
URL url = null;
try {
url = new URL("http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(RegistrationLogDataExchange.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl");
}
WSDL_LOCATION = url;
}
public RegistrationLogDataExchange(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public RegistrationLogDataExchange(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public RegistrationLogDataExchange() {
super(WSDL_LOCATION, SERVICE);
}
public RegistrationLogDataExchange(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
public RegistrationLogDataExchange(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
public RegistrationLogDataExchange(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpSoap11Endpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap11Endpoint() {
return super.getPort(IUaccessService4RegLogHttpSoap11Endpoint, RegistrationLogDataExchangePortType.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpSoap11Endpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap11Endpoint(WebServiceFeature... features) {
return super.getPort(IUaccessService4RegLogHttpSoap11Endpoint, RegistrationLogDataExchangePortType.class, features);
}
/**
*
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpEndpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpEndpoint() {
return super.getPort(IUaccessService4RegLogHttpEndpoint, RegistrationLogDataExchangePortType.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpEndpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpEndpoint(WebServiceFeature... features) {
return super.getPort(IUaccessService4RegLogHttpEndpoint, RegistrationLogDataExchangePortType.class, features);
}
/**
*
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpSoap12Endpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap12Endpoint() {
return super.getPort(IUaccessService4RegLogHttpSoap12Endpoint, RegistrationLogDataExchangePortType.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns RegistrationLogDataExchangePortType
*/
@WebEndpoint(name = "IUaccessService4RegLogHttpSoap12Endpoint")
public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap12Endpoint(WebServiceFeature... features) {
return super.getPort(IUaccessService4RegLogHttpSoap12Endpoint, RegistrationLogDataExchangePortType.class, features);
}
}