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 | EeSummaryPortSoap11Impl.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 | EeSummaryPortSoap11Impl.java | Thu Apr 5 20:43:44 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 366 |
| Changed | 1 | 4 |
| 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 | /** | |
| 3 | * Please modify thi s class to meet your needs | |
| 4 | * This cl ass is not complete | |
| 5 | */ | |
| 6 | ||
| 7 | package go v.va.med.p harmacy.ws clients.eA nde; | |
| 8 | ||
| 9 | import jav a.util.log ging.Logge r; | |
| 10 | import jav ax.jws.Web Method; | |
| 11 | import jav ax.jws.Web Param; | |
| 12 | import jav ax.jws.Web Result; | |
| 13 | import jav ax.jws.Web Service; | |
| 14 | import jav ax.jws.soa p.SOAPBind ing; | |
| 15 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |
| 16 | ||
| 17 | /** | |
| 18 | * This cl ass was ge nerated by Apache CX F 3.1.7 | |
| 19 | * 2016-08 -25T17:28: 28.948-04: 00 | |
| 20 | * Generat ed source version: 3 .1.7 | |
| 21 | * | |
| 22 | */ | |
| 23 | ||
| 24 | @javax.jws .WebServic e( | |
| 25 | serviceN ame = "eeS ummaryPort Service", | |
| 26 | portName = "eeSumm aryPortSoa p11", | |
| 27 | targetName space = "h ttp:// URL /schemas", | |
| 28 | wsdlLocati on = "http s:// URL : PORT /esr-ws/sp ring-ws/ge tEESummary /eeSummary .wsdl", | |
| 29 | endpoint Interface = "gov.va. med.pharma cy.wsclien ts.eAnde.E eSummaryPo rt") | |
| 30 | ||
| 31 | public cla ss EeSumma ryPortSoap 11Impl imp lements Ee SummaryPor t { | |
| 32 | ||
| 33 | privat e static f inal Logge r LOG = Lo gger.getLo gger(EeSum maryPortSo ap11Impl.c lass.getNa me()); | |
| 34 | ||
| 35 | /* (no n-Javadoc) | |
| 36 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#updateIV MRecordSta tus(gov.va .med.pharm acy.wsclie nts.eAnde. UpdateIVMR ecordStatu sRequest u pdateIVMRe cordStatus Request)* | |
| 37 | */ | |
| 38 | public gov.va.me d.pharmacy .wsclients .eAnde.Upd ateIVMReco rdStatusRe sponse upd ateIVMReco rdStatus(U pdateIVMRe cordStatus Request up dateIVMRec ordStatusR equest) { | |
| 39 | LO G.info("Ex ecuting op eration up dateIVMRec ordStatus" ); | |
| 40 | // System.out .println(u pdateIVMRe cordStatus Request); | |
| 41 | tr y { | |
| 42 | gov.va.m ed.pharmac y.wsclient s.eAnde.Up dateIVMRec ordStatusR esponse _r eturn = nu ll; | |
| 43 | return _ return; | |
| 44 | } catch (jav a.lang.Exc eption ex) { | |
| 45 | ex.print StackTrace (); | |
| 46 | throw ne w RuntimeE xception(e x); | |
| 47 | } | |
| 48 | } | |
| 49 | ||
| 50 | /* (no n-Javadoc) | |
| 51 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getDeliv eryPrefere nce(gov.va .med.pharm acy.wsclie nts.eAnde. GetDeliver yPreferenc eRequest g etDelivery Preference Request)* | |
| 52 | */ | |
| 53 | public gov.va.me d.pharmacy .wsclients .eAnde.Get DeliveryPr eferenceRe sponse get DeliveryPr eference(G etDelivery Preference Request ge tDeliveryP referenceR equest) { | |
| 54 | LO G.info("Ex ecuting op eration ge tDeliveryP reference" ); | |
| 55 | // System.out .println(g etDelivery Preference Request); | |
| 56 | tr y { | |
| 57 | gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tDeliveryP referenceR esponse _r eturn = nu ll; | |
| 58 | return _ return; | |
| 59 | } catch (jav a.lang.Exc eption ex) { | |
| 60 | ex.print StackTrace (); | |
| 61 | throw ne w RuntimeE xception(e x); | |
| 62 | } | |
| 63 | } | |
| 64 | ||
| 65 | /* (no n-Javadoc) | |
| 66 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#retrieve IVMCandida tes(gov.va .med.pharm acy.wsclie nts.eAnde. RetrieveIV MCandidate sRequest r etrieveIVM Candidates Request)* | |
| 67 | */ | |
| 68 | public gov.va.me d.pharmacy .wsclients .eAnde.Ret rieveIVMCa ndidatesRe sponse ret rieveIVMCa ndidates(R etrieveIVM Candidates Request re trieveIVMC andidatesR equest) { | |
| 69 | LO G.info("Ex ecuting op eration re trieveIVMC andidates" ); | |
| 70 | // System.out .println(r etrieveIVM Candidates Request); | |
| 71 | tr y { | |
| 72 | gov.va.m ed.pharmac y.wsclient s.eAnde.Re trieveIVMC andidatesR esponse _r eturn = nu ll; | |
| 73 | return _ return; | |
| 74 | } catch (jav a.lang.Exc eption ex) { | |
| 75 | ex.print StackTrace (); | |
| 76 | throw ne w RuntimeE xception(e x); | |
| 77 | } | |
| 78 | } | |
| 79 | ||
| 80 | /* (no n-Javadoc) | |
| 81 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getPerso nNotificat ion(gov.va .med.pharm acy.wsclie nts.eAnde. GetPersonN otificatio nRequest g etPersonNo tification Request)* | |
| 82 | */ | |
| 83 | public gov.va.me d.pharmacy .wsclients .eAnde.Get PersonNoti ficationRe sponse get PersonNoti fication(G etPersonNo tification Request ge tPersonNot ificationR equest) { | |
| 84 | LO G.info("Ex ecuting op eration ge tPersonNot ification" ); | |
| 85 | // System.out .println(g etPersonNo tification Request); | |
| 86 | tr y { | |
| 87 | gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tPersonNot ificationR esponse _r eturn = nu ll; | |
| 88 | return _ return; | |
| 89 | } catch (jav a.lang.Exc eption ex) { | |
| 90 | ex.print StackTrace (); | |
| 91 | throw ne w RuntimeE xception(e x); | |
| 92 | } | |
| 93 | } | |
| 94 | ||
| 95 | /* (no n-Javadoc) | |
| 96 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getIVMLe tterStatus es(gov.va. med.pharma cy.wsclien ts.eAnde.G etIVMLette rStatusesR equest get IVMLetterS tatusesReq uest)* | |
| 97 | */ | |
| 98 | public gov.va.me d.pharmacy .wsclients .eAnde.Get IVMLetterS tatusesRes ponse getI VMLetterSt atuses(Get IVMLetterS tatusesReq uest getIV MLetterSta tusesReque st) { | |
| 99 | LO G.info("Ex ecuting op eration ge tIVMLetter Statuses") ; | |
| 100 | // System.out .println(g etIVMLette rStatusesR equest); | |
| 101 | tr y { | |
| 102 | gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tIVMLetter StatusesRe sponse _re turn = nul l; | |
| 103 | return _ return; | |
| 104 | } catch (jav a.lang.Exc eption ex) { | |
| 105 | ex.print StackTrace (); | |
| 106 | throw ne w RuntimeE xception(e x); | |
| 107 | } | |
| 108 | } | |
| 109 | ||
| 110 | /* (no n-Javadoc) | |
| 111 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#sendIVMU pdates(gov .va.med.ph armacy.wsc lients.eAn de.SendIVM UpdatesReq uest sendI VMUpdatesR equest)* | |
| 112 | */ | |
| 113 | public gov.va.me d.pharmacy .wsclients .eAnde.Sen dIVMUpdate sResponse sendIVMUpd ates(SendI VMUpdatesR equest sen dIVMUpdate sRequest) { | |
| 114 | LO G.info("Ex ecuting op eration se ndIVMUpdat es"); | |
| 115 | // System.out .println(s endIVMUpda tesRequest ); | |
| 116 | tr y { | |
| 117 | gov.va.m ed.pharmac y.wsclient s.eAnde.Se ndIVMUpdat esResponse _return = null; | |
| 118 | return _ return; | |
| 119 | } catch (jav a.lang.Exc eption ex) { | |
| 120 | ex.print StackTrace (); | |
| 121 | throw ne w RuntimeE xception(e x); | |
| 122 | } | |
| 123 | } | |
| 124 | ||
| 125 | /* (no n-Javadoc) | |
| 126 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getEESum maryHistor y(gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tEESummary HistoryReq uest getEE SummaryHis toryReques t)* | |
| 127 | */ | |
| 128 | public gov.va.me d.pharmacy .wsclients .eAnde.Get EESummaryH istoryResp onse getEE SummaryHis tory(GetEE SummaryHis toryReques t getEESum maryHistor yRequest) { | |
| 129 | LO G.info("Ex ecuting op eration ge tEESummary History"); | |
| 130 | // System.out .println(g etEESummar yHistoryRe quest); | |
| 131 | tr y { | |
| 132 | gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tEESummary HistoryRes ponse _ret urn = null ; | |
| 133 | return _ return; | |
| 134 | } catch (jav a.lang.Exc eption ex) { | |
| 135 | ex.print StackTrace (); | |
| 136 | throw ne w RuntimeE xception(e x); | |
| 137 | } | |
| 138 | } | |
| 139 | ||
| 140 | /* (no n-Javadoc) | |
| 141 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#updateDe liveryPref erence(gov .va.med.ph armacy.wsc lients.eAn de.UpdateD eliveryPre ferenceReq uest updat eDeliveryP referenceR equest)* | |
| 142 | */ | |
| 143 | public gov.va.me d.pharmacy .wsclients .eAnde.Upd ateDeliver yPreferenc eResponse updateDeli veryPrefer ence(Updat eDeliveryP referenceR equest upd ateDeliver yPreferenc eRequest) { | |
| 144 | LO G.info("Ex ecuting op eration up dateDelive ryPreferen ce"); | |
| 145 | // System.out .println(u pdateDeliv eryPrefere nceRequest ); | |
| 146 | tr y { | |
| 147 | gov.va.m ed.pharmac y.wsclient s.eAnde.Up dateDelive ryPreferen ceResponse _return = null; | |
| 148 | return _ return; | |
| 149 | } catch (jav a.lang.Exc eption ex) { | |
| 150 | ex.print StackTrace (); | |
| 151 | throw ne w RuntimeE xception(e x); | |
| 152 | } | |
| 153 | } | |
| 154 | ||
| 155 | /* (no n-Javadoc) | |
| 156 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getEligi bilityDete rmination( gov.va.med .pharmacy. wsclients. eAnde.GetE ligibility Determinat ionRequest getEligib ilityDeter minationRe quest)* | |
| 157 | */ | |
| 158 | public gov.va.me d.pharmacy .wsclients .eAnde.Get Eligibilit yDetermina tionRespon se getElig ibilityDet ermination (GetEligib ilityDeter minationRe quest getE ligibility Determinat ionRequest ) { | |
| 159 | LO G.info("Ex ecuting op eration ge tEligibili tyDetermin ation"); | |
| 160 | // System.out .println(g etEligibil ityDetermi nationRequ est); | |
| 161 | tr y { | |
| 162 | gov.va.m ed.pharmac y.wsclient s.eAnde.Ge tEligibili tyDetermin ationRespo nse _retur n = null; | |
| 163 | return _ return; | |
| 164 | } catch (jav a.lang.Exc eption ex) { | |
| 165 | ex.print StackTrace (); | |
| 166 | throw ne w RuntimeE xception(e x); | |
| 167 | } | |
| 168 | } | |
| 169 | ||
| 170 | /* (no n-Javadoc) | |
| 171 | * @se e gov.va.m ed.pharmac y.wsclient s.eAnde.Ee SummaryPor t#getEESum mary(gov.v a.med.phar macy.wscli ents.eAnde .GetEESumm aryRequest getEESumm aryRequest )* | |
| 172 | */ | |
| 173 | public gov.va.me d.pharmacy .wsclients .eAnde.get EESummaryR esponse ge tEESummary (GetEESumm aryRequest getEESumm aryRequest ) { | |
| 174 | LO G.info("Ex ecuting op eration ge tEESummary "); | |
| 175 | // System.out .println(g etEESummar yRequest); | |
| 176 | tr y { | |
| 177 | gov.va.m ed.pharmac y.wsclient s.eAnde.ge tEESummary Response _ return = n ull; | |
| 178 | return _ return; | |
| 179 | } catch (jav a.lang.Exc eption ex) { | |
| 180 | ex.print StackTrace (); | |
| 181 | throw ne w RuntimeE xception(e x); | |
| 182 | } | |
| 183 | } | |
| 184 | ||
| 185 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.