Produced by Araxis Merge on 4/9/2018 9:55:12 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 | PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | EeSummaryPortService.java | Wed Dec 20 23:47:00 2017 UTC |
| 2 | PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | EeSummaryPortService.java | Thu Apr 5 20:43:26 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 174 |
| Changed | 2 | 6 |
| 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 | package go v.va.med.p harmacy.ws clients.eA nde; | |
| 2 | ||
| 3 | import jav a.net.Malf ormedURLEx ception; | |
| 4 | import jav a.net.URL; | |
| 5 | import jav ax.xml.nam espace.QNa me; | |
| 6 | import jav ax.xml.ws. WebEndpoin t; | |
| 7 | import jav ax.xml.ws. WebService Client; | |
| 8 | import jav ax.xml.ws. WebService Feature; | |
| 9 | ||
| 10 | import gov .va.med.ph armacy.wsc lients.mvi .VAIdM; | |
| 11 | ||
| 12 | import jav ax.xml.ws. Service; | |
| 13 | ||
| 14 | /** | |
| 15 | * This cl ass was ge nerated by Apache CX F 3.1.7 | |
| 16 | * 2016-08 -25T17:28: 28.979-04: 00 | |
| 17 | * Generat ed source version: 3 .1.7 | |
| 18 | * | |
| 19 | */ | |
| 20 | @WebServic eClient(na me = "eeSu mmaryPortS ervice", | |
| 21 | ws dlLocation = "https: //vaww.esr dev30.aac. va.gov:844 3/esr-ws/s pring-ws/g etEESummar y/eeSummar y.wsdl", | |
| 22 | targetName space = "h ttp:// URL /schemas") | |
| 23 | public cla ss EeSumma ryPortServ ice extend s Service { | |
| 24 | ||
| 25 | public final sta tic URL WS DL_LOCATIO N; | |
| 26 | ||
| 27 | public fin al static QName SERV ICE = new QName("htt p:// URL /schemas", "eeSummar yPortServi ce"); | |
| 28 | public fin al static QName EeSu mmaryPortS oap11 = ne w QName("h ttp:// URL /schemas", "eeSummar yPortSoap1 1"); | |
| 29 | static { | |
| 30 | UR L url = nu ll; | |
| 31 | tr y { | |
| 32 | url = Ee SummaryPor tService.c lass.getRe source("ws dl/eAnde/e eSummary.w sdl"); | |
| 33 | } catch (Exc eption e) { | |
| 34 | java.uti l.logging. Logger.get Logger(EeS ummaryPort Service.cl ass.getNam e()) | |
| 35 | .log (java.util .logging.L evel.INFO, | |
| 36 | "Can not initialize the defau lt wsdl fr om {0}", " wsdl/eAnde /eeSummary .wsdl"); | |
| 37 | } | |
| 38 | WS DL_LOCATIO N = url; | |
| 39 | } | |
| 40 | ||
| 41 | public EeSummary PortServic e(URL wsdl Location) { | |
| 42 | su per(wsdlLo cation, SE RVICE); | |
| 43 | } | |
| 44 | ||
| 45 | public EeSummary PortServic e(URL wsdl Location, QName serv iceName) { | |
| 46 | su per(wsdlLo cation, se rviceName) ; | |
| 47 | } | |
| 48 | ||
| 49 | public EeSummary PortServic e() { | |
| 50 | su per(WSDL_L OCATION, S ERVICE); | |
| 51 | } | |
| 52 | ||
| 53 | public EeSummary PortServic e(WebServi ceFeature ... featur es) { | |
| 54 | su per(WSDL_L OCATION, S ERVICE, fe atures); | |
| 55 | } | |
| 56 | ||
| 57 | public EeSummary PortServic e(URL wsdl Location, WebService Feature .. . features ) { | |
| 58 | su per(wsdlLo cation, SE RVICE, fea tures); | |
| 59 | } | |
| 60 | ||
| 61 | public EeSummary PortServic e(URL wsdl Location, QName serv iceName, W ebServiceF eature ... features) { | |
| 62 | su per(wsdlLo cation, se rviceName, features) ; | |
| 63 | } | |
| 64 | ||
| 65 | ||
| 66 | ||
| 67 | ||
| 68 | /** | |
| 69 | * | |
| 70 | * @re turn | |
| 71 | * returns E eSummaryPo rt | |
| 72 | */ | |
| 73 | @WebEn dpoint(nam e = "eeSum maryPortSo ap11") | |
| 74 | public EeSummary Port getEe SummaryPor tSoap11() { | |
| 75 | re turn super .getPort(E eSummaryPo rtSoap11, EeSummaryP ort.class) ; | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * | |
| 80 | * @pa ram featur es | |
| 81 | * 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 . | |
| 82 | * @re turn | |
| 83 | * returns E eSummaryPo rt | |
| 84 | */ | |
| 85 | @WebEn dpoint(nam e = "eeSum maryPortSo ap11") | |
| 86 | public EeSummary Port getEe SummaryPor tSoap11(We bServiceFe ature... f eatures) { | |
| 87 | re turn super .getPort(E eSummaryPo rtSoap11, EeSummaryP ort.class, features) ; | |
| 88 | } | |
| 89 | ||
| 90 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.