Produced by Araxis Merge on 5/10/2018 8:39:54 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | QuerySvc.java | Sat Apr 7 11:28:50 2018 UTC |
2 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | QuerySvc.java | Thu May 3 12:56:38 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 11 | 254 |
Changed | 10 | 20 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | ||
2 | package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice; | |
3 | ||
4 | import jav a.net.Malf ormedURLEx ception; | |
5 | import jav a.net.URL; | |
6 | import jav a.util.log ging.Logge r; | |
7 | import jav ax.xml.nam espace.QNa me; | |
8 | import jav ax.xml.ws. Service; | |
9 | import jav ax.xml.ws. WebEndpoin t; | |
10 | import jav ax.xml.ws. WebService Client; | |
11 | import jav ax.xml.ws. WebService Feature; | |
12 | ||
13 | ||
14 | /** | |
15 | * This cl ass was ge nerated by the JAX-W S RI. | |
16 | * JAX-WS RI 2.1.6 i n JDK 6 | |
17 | * Generat ed source version: 2 .1 | |
18 | * | |
19 | */ | |
20 | @WebServic eClient(na me = "Quer ySvc", tar getNamespa ce = "http :// DNS /QuerySvc" , wsdlLoca tion = "ME TA-INF/Que rySvc.wsdl ") | |
21 | public cla ss QuerySv c | |
22 | extend s Service | |
23 | { | |
24 | ||
25 | privat e final st atic URL Q UERYSVC_WS DL_LOCATIO N; | |
26 | privat e final st atic Logge r logger = Logger.ge tLogger(co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice. QuerySvc.c lass.getNa me()); | |
27 | ||
28 | static { | |
29 | UR L url = nu ll; | |
30 | tr y { | |
31 | URL base Url; | |
32 | baseUrl = com.agil ex.healthc are.schedu lingmanage r.mdws.gen eratedwsdl .queryserv ice.QueryS vc.class.g etResource ("."); | |
33 | url = ne w URL(base Url, "META -INF/Query Svc.wsdl") ; | |
34 | } catch (Mal formedURLE xception e ) { | |
35 | logger.w arning("Fa iled to cr eate URL f or the wsd l Location : 'META-IN F/QuerySvc .wsdl', re trying as a local fi le"); | |
36 | logger.w arning(e.g etMessage( )); | |
37 | } | |
38 | QU ERYSVC_WSD L_LOCATION = url; | |
39 | } | |
40 | ||
41 | public QuerySvc( URL wsdlLo cation, QN ame servic eName) { | |
42 | su per(wsdlLo cation, se rviceName) ; | |
43 | } | |
44 | ||
45 | public QuerySvc( ) { | |
46 | super(QUER YSVC_WSDL_ LOCATION, new QName( "http:// DNS /QuerySvc" , "QuerySv c")); | |
47 | } | |
48 | ||
49 | /** | |
50 | * | |
51 | * @re turn | |
52 | * returns Q uerySvcSoa p | |
53 | */ | |
54 | @WebEn dpoint(nam e = "Query SvcSoap") | |
55 | public QuerySvcS oap getQue rySvcSoap( ) { | |
56 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cSoap"), Q uerySvcSoa p.class); | |
57 | } | |
58 | ||
59 | /** | |
60 | * | |
61 | * @pa ram featur es | |
62 | * A list of {@link ja vax.xml.ws .WebServic eFeature} to configu re on the proxy. Su pported fe atures not in the <c ode>featur es</code> parameter will have their defa ult values . | |
63 | * @re turn | |
64 | * returns Q uerySvcSoa p | |
65 | */ | |
66 | @WebEn dpoint(nam e = "Query SvcSoap") | |
67 | public QuerySvcS oap getQue rySvcSoap( WebService Feature... features) { | |
68 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cSoap"), Q uerySvcSoa p.class, f eatures); | |
69 | } | |
70 | ||
71 | /** | |
72 | * | |
73 | * @re turn | |
74 | * returns Q uerySvcSoa p | |
75 | */ | |
76 | @WebEn dpoint(nam e = "Query SvcSoap12" ) | |
77 | public QuerySvcS oap getQue rySvcSoap1 2() { | |
78 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cSoap12"), QuerySvcS oap.class) ; | |
79 | } | |
80 | ||
81 | /** | |
82 | * | |
83 | * @pa ram featur es | |
84 | * A list of {@link ja vax.xml.ws .WebServic eFeature} to configu re on the proxy. Su pported fe atures not in the <c ode>featur es</code> parameter will have their defa ult values . | |
85 | * @re turn | |
86 | * returns Q uerySvcSoa p | |
87 | */ | |
88 | @WebEn dpoint(nam e = "Query SvcSoap12" ) | |
89 | public QuerySvcS oap getQue rySvcSoap1 2(WebServi ceFeature. .. feature s) { | |
90 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cSoap12"), QuerySvcS oap.class, features) ; | |
91 | } | |
92 | ||
93 | /** | |
94 | * | |
95 | * @re turn | |
96 | * returns Q uerySvcHtt pGet | |
97 | */ | |
98 | @WebEn dpoint(nam e = "Query SvcHttpGet ") | |
99 | public QuerySvcH ttpGet get QuerySvcHt tpGet() { | |
100 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cHttpGet") , QuerySvc HttpGet.cl ass); | |
101 | } | |
102 | ||
103 | /** | |
104 | * | |
105 | * @pa ram featur es | |
106 | * A list of {@link ja vax.xml.ws .WebServic eFeature} to configu re on the proxy. Su pported fe atures not in the <c ode>featur es</code> parameter will have their defa ult values . | |
107 | * @re turn | |
108 | * returns Q uerySvcHtt pGet | |
109 | */ | |
110 | @WebEn dpoint(nam e = "Query SvcHttpGet ") | |
111 | public QuerySvcH ttpGet get QuerySvcHt tpGet(WebS erviceFeat ure... fea tures) { | |
112 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cHttpGet") , QuerySvc HttpGet.cl ass, featu res); | |
113 | } | |
114 | ||
115 | /** | |
116 | * | |
117 | * @re turn | |
118 | * returns Q uerySvcHtt pPost | |
119 | */ | |
120 | @WebEn dpoint(nam e = "Query SvcHttpPos t") | |
121 | public QuerySvcH ttpPost ge tQuerySvcH ttpPost() { | |
122 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cHttpPost" ), QuerySv cHttpPost. class); | |
123 | } | |
124 | ||
125 | /** | |
126 | * | |
127 | * @pa ram featur es | |
128 | * A list of {@link ja vax.xml.ws .WebServic eFeature} to configu re on the proxy. Su pported fe atures not in the <c ode>featur es</code> parameter will have their defa ult values . | |
129 | * @re turn | |
130 | * returns Q uerySvcHtt pPost | |
131 | */ | |
132 | @WebEn dpoint(nam e = "Query SvcHttpPos t") | |
133 | public QuerySvcH ttpPost ge tQuerySvcH ttpPost(We bServiceFe ature... f eatures) { | |
134 | return sup er.getPort (new QName ("http:// DNS /QuerySvc" , "QuerySv cHttpPost" ), QuerySv cHttpPost. class, fea tures); | |
135 | } | |
136 | ||
137 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.