Produced by Araxis Merge on 1/17/2019 10:54:20 AM Central Standard 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | EeSummaryPortService.java | Wed Jan 16 16:06:30 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | EeSummaryPortService.java | Thu Jan 17 14:41:29 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 206 |
| Changed | 4 | 8 |
| 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 go v.va.ee; | |
| 3 | ||
| 4 | import jav a.io.File; | |
| 5 | import jav a.net.Malf ormedURLEx ception; | |
| 6 | import jav a.net.URL; | |
| 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 Exception; | |
| 12 | import jav ax.xml.ws. WebService Feature; | |
| 13 | ||
| 14 | import com .liferay.p ortal.kern el.util.Pr opsUtil; | |
| 15 | ||
| 16 | import gov .va.caret. util.Caret Util; | |
| 17 | import gov .va.caret. util.Toolb ox; | |
| 18 | ||
| 19 | ||
| 20 | /** | |
| 21 | * This cl ass was ge nerated by the JAX-W S RI. | |
| 22 | * JAX-WS RI 2.2.4-b 01 | |
| 23 | * Generat ed source version: 2 .2 | |
| 24 | * | |
| 25 | */ | |
| 26 | @WebServic eClient(na me = "eeSu mmaryPortS ervice", t argetNames pace = "ht tp:// DNS . URL /schemas", wsdlLocat ion = "fil e:/C:/User s/ DNS /Documents /EE/wsdl/e eSummary.w sdl") | |
| 27 | public cla ss EeSumma ryPortServ ice | |
| 28 | extend s Service | |
| 29 | { | |
| 30 | ||
| 31 | privat e final st atic URL E ESUMMARYPO RTSERVICE_ WSDL_LOCAT ION; | |
| 32 | privat e final st atic WebSe rviceExcep tion EESUM MARYPORTSE RVICE_EXCE PTION; | |
| 33 | private fi nal static QName EES UMMARYPORT SERVICE_QN AME = new QName("htt p:// DNS . URL /schemas", "eeSummar yPortServi ce"); | |
| 34 | ||
| 35 | static { | |
| 36 | UR L url = nu ll; | |
| 37 | We bServiceEx ception e = null; | |
| 38 | ||
| 39 | St ring urlSt r = PropsU til.get("I dMWebServi ce2.wsdl.u rl"); | |
| 40 | tr y { | |
| 41 | if ( T oolbox.isE mpty(urlSt r) ){ | |
| 42 | url = new File(C aretUtil.g etWsdlDire ctory() + "/eeSummar y.wsdl").t oURI().toU RL(); | |
| 43 | } else { | |
| 44 | url = new URL( urlStr); | |
| 45 | } | |
| 46 | } catch (Mal formedURLE xception e 1) { | |
| 47 | // TOD O Auto-gen erated cat ch block | |
| 48 | e1.pri ntStackTra ce(); | |
| 49 | } | |
| 50 | EE SUMMARYPOR TSERVICE_W SDL_LOCATI ON = url; | |
| 51 | EE SUMMARYPOR TSERVICE_E XCEPTION = e; | |
| 52 | } | |
| 53 | ||
| 54 | public EeSummary PortServic e() { | |
| 55 | su per(__getW sdlLocatio n(), EESUM MARYPORTSE RVICE_QNAM E); | |
| 56 | } | |
| 57 | ||
| 58 | public EeSummary PortServic e(WebServi ceFeature. .. feature s) { | |
| 59 | su per(__getW sdlLocatio n(), EESUM MARYPORTSE RVICE_QNAM E, feature s); | |
| 60 | } | |
| 61 | ||
| 62 | public EeSummary PortServic e(URL wsdl Location) { | |
| 63 | su per(wsdlLo cation, EE SUMMARYPOR TSERVICE_Q NAME); | |
| 64 | } | |
| 65 | ||
| 66 | public EeSummary PortServic e(URL wsdl Location, WebService Feature... features) { | |
| 67 | su per(wsdlLo cation, EE SUMMARYPOR TSERVICE_Q NAME, feat ures); | |
| 68 | } | |
| 69 | ||
| 70 | public EeSummary PortServic e(URL wsdl Location, QName serv iceName) { | |
| 71 | su per(wsdlLo cation, se rviceName) ; | |
| 72 | } | |
| 73 | ||
| 74 | public EeSummary PortServic e(URL wsdl Location, QName serv iceName, W ebServiceF eature... features) { | |
| 75 | su per(wsdlLo cation, se rviceName, features) ; | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * | |
| 80 | * @re turn | |
| 81 | * returns E eSummaryPo rt | |
| 82 | */ | |
| 83 | @WebEn dpoint(nam e = "eeSum maryPortSo ap11") | |
| 84 | public EeSummary Port getEe SummaryPor tSoap11() { | |
| 85 | return sup er.getPort (new QName ("http:// DNS . URL /schemas", "eeSummar yPortSoap1 1"), EeSum maryPort.c lass); | |
| 86 | } | |
| 87 | ||
| 88 | /** | |
| 89 | * | |
| 90 | * @pa ram featur es | |
| 91 | * 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 . | |
| 92 | * @re turn | |
| 93 | * returns E eSummaryPo rt | |
| 94 | */ | |
| 95 | @WebEn dpoint(nam e = "eeSum maryPortSo ap11") | |
| 96 | public EeSummary Port getEe SummaryPor tSoap11(We bServiceFe ature... f eatures) { | |
| 97 | return sup er.getPort (new QName ("http:// DNS . URL /schemas", "eeSummar yPortSoap1 1"), EeSum maryPort.c lass, feat ures); | |
| 98 | } | |
| 99 | ||
| 100 | privat e static U RL __getWs dlLocation () { | |
| 101 | if (EESUMMAR YPORTSERVI CE_EXCEPTI ON!= null) { | |
| 102 | throw EE SUMMARYPOR TSERVICE_E XCEPTION; | |
| 103 | } | |
| 104 | re turn EESUM MARYPORTSE RVICE_WSDL _LOCATION; | |
| 105 | } | |
| 106 | ||
| 107 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.