Produced by Araxis Merge on 5/10/2018 8:39:57 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\schedulingservice | SchedulingSvc.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\schedulingservice | SchedulingSvc.java | Thu May 3 12:58:00 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.sch edulingser vice; | |
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 = "Sche dulingSvc" , targetNa mespace = "http:// DNS /Schedulin gSvc", wsd lLocation = "META-IN F/Scheduli ngSvc.wsdl ") | |
21 | public cla ss Schedul ingSvc | |
22 | extend s Service | |
23 | { | |
24 | ||
25 | privat e final st atic URL S CHEDULINGS VC_WSDL_LO CATION; | |
26 | privat e final st atic Logge r logger = Logger.ge tLogger(co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.sch edulingser vice.Sched ulingSvc.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 .schedulin gservice.S chedulingS vc.class.g etResource ("."); | |
33 | url = ne w URL(base Url, "META -INF/Sched ulingSvc.w sdl"); | |
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/Scheduli ngSvc.wsdl ', retryin g as a loc al file"); | |
36 | logger.w arning(e.g etMessage( )); | |
37 | } | |
38 | SC HEDULINGSV C_WSDL_LOC ATION = ur l; | |
39 | } | |
40 | ||
41 | public Schedulin gSvc(URL w sdlLocatio n, QName s erviceName ) { | |
42 | su per(wsdlLo cation, se rviceName) ; | |
43 | } | |
44 | ||
45 | public Schedulin gSvc() { | |
46 | super(SCHE DULINGSVC_ WSDL_LOCAT ION, new Q Name("http :// DNS /Schedulin gSvc", "Sc hedulingSv c")); | |
47 | } | |
48 | ||
49 | /** | |
50 | * | |
51 | * @re turn | |
52 | * returns S chedulingS vcSoap | |
53 | */ | |
54 | @WebEn dpoint(nam e = "Sched ulingSvcSo ap") | |
55 | public Schedulin gSvcSoap g etScheduli ngSvcSoap( ) { | |
56 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cSoap"), S chedulingS vcSoap.cla ss); | |
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 S chedulingS vcSoap | |
65 | */ | |
66 | @WebEn dpoint(nam e = "Sched ulingSvcSo ap") | |
67 | public Schedulin gSvcSoap g etScheduli ngSvcSoap( WebService Feature... features) { | |
68 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cSoap"), S chedulingS vcSoap.cla ss, featur es); | |
69 | } | |
70 | ||
71 | /** | |
72 | * | |
73 | * @re turn | |
74 | * returns S chedulingS vcSoap | |
75 | */ | |
76 | @WebEn dpoint(nam e = "Sched ulingSvcSo ap12") | |
77 | public Schedulin gSvcSoap g etScheduli ngSvcSoap1 2() { | |
78 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cSoap12"), Schedulin gSvcSoap.c lass); | |
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 S chedulingS vcSoap | |
87 | */ | |
88 | @WebEn dpoint(nam e = "Sched ulingSvcSo ap12") | |
89 | public Schedulin gSvcSoap g etScheduli ngSvcSoap1 2(WebServi ceFeature. .. feature s) { | |
90 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cSoap12"), Schedulin gSvcSoap.c lass, feat ures); | |
91 | } | |
92 | ||
93 | /** | |
94 | * | |
95 | * @re turn | |
96 | * returns S chedulingS vcHttpGet | |
97 | */ | |
98 | @WebEn dpoint(nam e = "Sched ulingSvcHt tpGet") | |
99 | public Schedulin gSvcHttpGe t getSched ulingSvcHt tpGet() { | |
100 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cHttpGet") , Scheduli ngSvcHttpG et.class); | |
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 S chedulingS vcHttpGet | |
109 | */ | |
110 | @WebEn dpoint(nam e = "Sched ulingSvcHt tpGet") | |
111 | public Schedulin gSvcHttpGe t getSched ulingSvcHt tpGet(WebS erviceFeat ure... fea tures) { | |
112 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cHttpGet") , Scheduli ngSvcHttpG et.class, features); | |
113 | } | |
114 | ||
115 | /** | |
116 | * | |
117 | * @re turn | |
118 | * returns S chedulingS vcHttpPost | |
119 | */ | |
120 | @WebEn dpoint(nam e = "Sched ulingSvcHt tpPost") | |
121 | public Schedulin gSvcHttpPo st getSche dulingSvcH ttpPost() { | |
122 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cHttpPost" ), Schedul ingSvcHttp Post.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 S chedulingS vcHttpPost | |
131 | */ | |
132 | @WebEn dpoint(nam e = "Sched ulingSvcHt tpPost") | |
133 | public Schedulin gSvcHttpPo st getSche dulingSvcH ttpPost(We bServiceFe ature... f eatures) { | |
134 | return sup er.getPort (new QName ("http:// DNS /Schedulin gSvc", "Sc hedulingSv cHttpPost" ), Schedul ingSvcHttp Post.class , features ); | |
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.