25. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:13:55 PM Eastern 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.

25.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde EeSummaryPortService.java Tue Sep 20 01:06:14 2016 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde EeSummaryPortService.java Tue Apr 25 13:09:14 2017 UTC

25.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 172
Changed 2 8
Inserted 0 0
Removed 0 0

25.3 Comparison options

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

25.4 Active regular expressions

No regular expressions were active.

25.5 Comparison detail

  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                        wsdlLocati on = "http s:// DNS . DNS     : PORT /esr-ws/sp ring-ws/ge tEESummary /eeSummary .wsdl",
  22                        targetName space = "h ttp:// DNS . 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://jaxws. webservice s.esr. URL         /schemas",  "eeSummar yPortServi ce");
  28         public fin al static  QName EeSu mmaryPortS oap11 = ne w QName("h ttp:// DNS . 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   }