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 | EeSummaryPort.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 | EeSummaryPort.java | Thu Apr 5 20:43:15 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 22 | 138 |
| Changed | 21 | 42 |
| 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 ax.jws.Web Method; | |
| 4 | import jav ax.jws.Web Param; | |
| 5 | import jav ax.jws.Web Result; | |
| 6 | import jav ax.jws.Web Service; | |
| 7 | import jav ax.jws.soa p.SOAPBind ing; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |
| 9 | ||
| 10 | /** | |
| 11 | * This cl ass was ge nerated by Apache CX F 3.1.7 | |
| 12 | * 2016-08 -25T17:28: 28.971-04: 00 | |
| 13 | * Generat ed source version: 3 .1.7 | |
| 14 | * | |
| 15 | */ | |
| 16 | @WebServic e(targetNa mespace = "http:// URL /schemas", name = "e eSummaryPo rt") | |
| 17 | @XmlSeeAls o({ObjectF actory.cla ss}) | |
| 18 | @SOAPBindi ng(paramet erStyle = SOAPBindin g.Paramete rStyle.BAR E) | |
| 19 | public int erface EeS ummaryPort { | |
| 20 | ||
| 21 | @WebMe thod | |
| 22 | @WebResult (name = "u pdateIVMRe cordStatus Response", targetNam espace = " http:// URL /schemas", partName = "updateI VMRecordSt atusRespon se") | |
| 23 | public UpdateIVM RecordStat usResponse updateIVM RecordStat us( | |
| 24 | @WebParam( partName = "updateIV MRecordSta tusRequest ", name = "updateIVM RecordStat usRequest" , targetNa mespace = "http:// URL /schemas") | |
| 25 | Up dateIVMRec ordStatusR equest upd ateIVMReco rdStatusRe quest | |
| 26 | ); | |
| 27 | ||
| 28 | @WebMe thod | |
| 29 | @WebResult (name = "g etDelivery Preference Response", targetNam espace = " http:// URL /schemas", partName = "getDeli veryPrefer enceRespon se") | |
| 30 | public GetDelive ryPreferen ceResponse getDelive ryPreferen ce( | |
| 31 | @WebParam( partName = "getDeliv eryPrefere nceRequest ", name = "getDelive ryPreferen ceRequest" , targetNa mespace = "http:// URL /schemas") | |
| 32 | Ge tDeliveryP referenceR equest get DeliveryPr eferenceRe quest | |
| 33 | ); | |
| 34 | ||
| 35 | @WebMe thod | |
| 36 | @WebResult (name = "r etrieveIVM Candidates Response", targetNam espace = " http:// URL /schemas", partName = "retriev eIVMCandid atesRespon se") | |
| 37 | public RetrieveI VMCandidat esResponse retrieveI VMCandidat es( | |
| 38 | @WebParam( partName = "retrieve IVMCandida tesRequest ", name = "retrieveI VMCandidat esRequest" , targetNa mespace = "http:// URL /schemas") | |
| 39 | Re trieveIVMC andidatesR equest ret rieveIVMCa ndidatesRe quest | |
| 40 | ); | |
| 41 | ||
| 42 | @WebMe thod | |
| 43 | @WebResult (name = "g etPersonNo tification Response", targetNam espace = " http:// URL /schemas", partName = "getPers onNotifica tionRespon se") | |
| 44 | public GetPerson Notificati onResponse getPerson Notificati on( | |
| 45 | @WebParam( partName = "getPerso nNotificat ionRequest ", name = "getPerson Notificati onRequest" , targetNa mespace = "http:// URL /schemas") | |
| 46 | Ge tPersonNot ificationR equest get PersonNoti ficationRe quest | |
| 47 | ); | |
| 48 | ||
| 49 | @WebMe thod | |
| 50 | @WebResult (name = "g etIVMLette rStatusesR esponse", targetName space = "h ttp:// URL /schemas", partName = "getIVML etterStatu sesRespons e") | |
| 51 | public GetIVMLet terStatuse sResponse getIVMLett erStatuses ( | |
| 52 | @WebParam( partName = "getIVMLe tterStatus esRequest" , name = " getIVMLett erStatuses Request", targetName space = "h ttp:// URL /schemas") | |
| 53 | Ge tIVMLetter StatusesRe quest getI VMLetterSt atusesRequ est | |
| 54 | ); | |
| 55 | ||
| 56 | @WebMe thod | |
| 57 | @WebResult (name = "s endIVMUpda tesRespons e", target Namespace = "http:// URL /schemas", partName = "sendIVM UpdatesRes ponse") | |
| 58 | public SendIVMUp datesRespo nse sendIV MUpdates( | |
| 59 | @WebParam( partName = "sendIVMU pdatesRequ est", name = "sendIV MUpdatesRe quest", ta rgetNamesp ace = "htt p:// URL /schemas") | |
| 60 | Se ndIVMUpdat esRequest sendIVMUpd atesReques t | |
| 61 | ); | |
| 62 | ||
| 63 | @WebMe thod | |
| 64 | @WebResult (name = "g etEESummar yHistoryRe sponse", t argetNames pace = "ht tp:// URL /schemas", partName = "getEESu mmaryHisto ryResponse ") | |
| 65 | public GetEESumm aryHistory Response g etEESummar yHistory( | |
| 66 | @WebParam( partName = "getEESum maryHistor yRequest", name = "g etEESummar yHistoryRe quest", ta rgetNamesp ace = "htt p:// URL /schemas") | |
| 67 | Ge tEESummary HistoryReq uest getEE SummaryHis toryReques t | |
| 68 | ); | |
| 69 | ||
| 70 | @WebMe thod | |
| 71 | @WebResult (name = "u pdateDeliv eryPrefere nceRespons e", target Namespace = "http:// URL /schemas", partName = "updateD eliveryPre ferenceRes ponse") | |
| 72 | public UpdateDel iveryPrefe renceRespo nse update DeliveryPr eference( | |
| 73 | @WebParam( partName = "updateDe liveryPref erenceRequ est", name = "update DeliveryPr eferenceRe quest", ta rgetNamesp ace = "htt p:// URL /schemas") | |
| 74 | Up dateDelive ryPreferen ceRequest updateDeli veryPrefer enceReques t | |
| 75 | ); | |
| 76 | ||
| 77 | @WebMe thod | |
| 78 | @WebResult (name = "g etEligibil ityDetermi nationResp onse", tar getNamespa ce = "http :// URL /schemas", partName = "getElig ibilityDet ermination Response") | |
| 79 | public GetEligib ilityDeter minationRe sponse get Eligibilit yDetermina tion( | |
| 80 | @WebParam( partName = "getEligi bilityDete rminationR equest", n ame = "get Eligibilit yDetermina tionReques t", target Namespace = "http:// URL /schemas") | |
| 81 | Ge tEligibili tyDetermin ationReque st getElig ibilityDet ermination Request | |
| 82 | ); | |
| 83 | ||
| 84 | @WebMe thod | |
| 85 | @WebResult (name = "g etEESummar yResponse" , targetNa mespace = "http:// URL /schemas", partName = "getEESu mmaryRespo nse") | |
| 86 | public getEESumm aryRespons e getEESum mary( | |
| 87 | @WebParam( partName = "getEESum maryReques t", name = "getEESum maryReques t", target Namespace = "http:// URL /schemas") | |
| 88 | Ge tEESummary Request ge tEESummary Request | |
| 89 | ); | |
| 90 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.