Produced by Araxis Merge on 10/5/2018 9:05:31 PM 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 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | EmrSvc.java | Thu Jul 19 20:06:36 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice | EmrSvc.java | Fri Oct 5 19:08:03 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.emr service; | |
| 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 = "EmrS vc", targe tNamespace = "http:/ / DNS /EmrSvc", wsdlLocati on = "META -INF/EmrSv c.wsdl") | |
| 21 | public cla ss EmrSvc | |
| 22 | extend s Service | |
| 23 | { | |
| 24 | ||
| 25 | privat e final st atic URL E MRSVC_WSDL _LOCATION; | |
| 26 | privat e final st atic Logge r logger = Logger.ge tLogger(co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.emr service.Em rSvc.class .getName() ); | |
| 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 .emrservic e.EmrSvc.c lass.getRe source("." ); | |
| 33 | url = ne w URL(base Url, "META -INF/EmrSv c.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/EmrSvc.w sdl', retr ying as a local file "); | |
| 36 | logger.w arning(e.g etMessage( )); | |
| 37 | } | |
| 38 | EM RSVC_WSDL_ LOCATION = url; | |
| 39 | } | |
| 40 | ||
| 41 | public EmrSvc(UR L wsdlLoca tion, QNam e serviceN ame) { | |
| 42 | su per(wsdlLo cation, se rviceName) ; | |
| 43 | } | |
| 44 | ||
| 45 | public EmrSvc() { | |
| 46 | super(EMRS VC_WSDL_LO CATION, ne w QName("h ttp:// DNS /EmrSvc", "EmrSvc")) ; | |
| 47 | } | |
| 48 | ||
| 49 | /** | |
| 50 | * | |
| 51 | * @re turn | |
| 52 | * returns E mrSvcSoap | |
| 53 | */ | |
| 54 | @WebEn dpoint(nam e = "EmrSv cSoap") | |
| 55 | public EmrSvcSoa p getEmrSv cSoap() { | |
| 56 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcSoa p"), EmrSv cSoap.clas s); | |
| 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 E mrSvcSoap | |
| 65 | */ | |
| 66 | @WebEn dpoint(nam e = "EmrSv cSoap") | |
| 67 | public EmrSvcSoa p getEmrSv cSoap(WebS erviceFeat ure... fea tures) { | |
| 68 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcSoa p"), EmrSv cSoap.clas s, feature s); | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * | |
| 73 | * @re turn | |
| 74 | * returns E mrSvcSoap | |
| 75 | */ | |
| 76 | @WebEn dpoint(nam e = "EmrSv cSoap12") | |
| 77 | public EmrSvcSoa p getEmrSv cSoap12() { | |
| 78 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcSoa p12"), Emr SvcSoap.cl ass); | |
| 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 E mrSvcSoap | |
| 87 | */ | |
| 88 | @WebEn dpoint(nam e = "EmrSv cSoap12") | |
| 89 | public EmrSvcSoa p getEmrSv cSoap12(We bServiceFe ature... f eatures) { | |
| 90 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcSoa p12"), Emr SvcSoap.cl ass, featu res); | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * | |
| 95 | * @re turn | |
| 96 | * returns E mrSvcHttpG et | |
| 97 | */ | |
| 98 | @WebEn dpoint(nam e = "EmrSv cHttpGet") | |
| 99 | public EmrSvcHtt pGet getEm rSvcHttpGe t() { | |
| 100 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcHtt pGet"), Em rSvcHttpGe t.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 E mrSvcHttpG et | |
| 109 | */ | |
| 110 | @WebEn dpoint(nam e = "EmrSv cHttpGet") | |
| 111 | public EmrSvcHtt pGet getEm rSvcHttpGe t(WebServi ceFeature. .. feature s) { | |
| 112 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcHtt pGet"), Em rSvcHttpGe t.class, f eatures); | |
| 113 | } | |
| 114 | ||
| 115 | /** | |
| 116 | * | |
| 117 | * @re turn | |
| 118 | * returns E mrSvcHttpP ost | |
| 119 | */ | |
| 120 | @WebEn dpoint(nam e = "EmrSv cHttpPost" ) | |
| 121 | public EmrSvcHtt pPost getE mrSvcHttpP ost() { | |
| 122 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcHtt pPost"), E mrSvcHttpP ost.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 E mrSvcHttpP ost | |
| 131 | */ | |
| 132 | @WebEn dpoint(nam e = "EmrSv cHttpPost" ) | |
| 133 | public EmrSvcHtt pPost getE mrSvcHttpP ost(WebSer viceFeatur e... featu res) { | |
| 134 | return sup er.getPort (new QName ("http:// DNS /EmrSvc", "EmrSvcHtt pPost"), E mrSvcHttpP ost.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.