79. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/22/2017 3:39:52 PM 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.

79.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\mvi VAIdM.java Tue Sep 20 02:06:14 2016 UTC
2 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\mvi VAIdM.java Tue Aug 22 16:22:50 2017 UTC

79.2 Comparison summary

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

79.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

79.4 Active regular expressions

No regular expressions were active.

79.5 Comparison detail

  1   package go v.va.med.p harmacy.ws clients.mv i;
  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   import jav ax.xml.ws. Service;
  10  
  11   /**
  12    * This cl ass was ge nerated by  Apache CX F 3.1.7
  13    * 2016-09 -01T15:21: 24.184-04: 00
  14    * Generat ed source  version: 3 .1.7
  15    * 
  16    */
  17   @WebServic eClient(na me = "VAId M", 
  18                        wsdlLocati on = "http :// DNS     .commserv. healthevet . DNS     :8110/psim _webservic e/IdMWebSe rvice?wsdl ",
  19                        targetName space = "h ttp:// URL           . DNS     ") 
  20   public cla ss VAIdM e xtends Ser vice {
  21  
  22       public  final sta tic URL WS DL_LOCATIO N;
  23  
  24         public fin al static  QName SERV ICE = new  QName("htt p:// URL           . DNS     ", "VAIdM" );
  25         public fin al static  QName VAId MPort = ne w QName("h ttp:// URL           . DNS     ", "VAIdMP ort");
  26       static  {
  27           UR L url = nu ll;
  28           tr y {
  29                url = VA IdM.class. getResourc e("wsdl/mv i/PREeRX_I dmHl7v3_Fl atFile.wsd l");
  30           }  catch (Exc eption e)  {
  31                java.uti l.logging. Logger.get Logger(VAI dM.class.g etName())
  32                    .log (java.util .logging.L evel.INFO,  
  33                          "Can not  initialize  the defau lt wsdl fr om {0}", " wsdl/mvi/P REeRX_IdmH l7v3_FlatF ile.wsdl") ;
  34           }
  35           WS DL_LOCATIO N = url;
  36       }
  37  
  38       public  VAIdM(URL  wsdlLocat ion) {
  39           su per(wsdlLo cation, SE RVICE);
  40       }
  41  
  42       public  VAIdM(URL  wsdlLocat ion, QName  serviceNa me) {
  43           su per(wsdlLo cation, se rviceName) ;
  44       }
  45  
  46       public  VAIdM() {
  47           su per(WSDL_L OCATION, S ERVICE);
  48       }
  49       
  50       public  VAIdM(Web ServiceFea ture ... f eatures) {
  51           su per(WSDL_L OCATION, S ERVICE, fe atures);
  52       }
  53  
  54       public  VAIdM(URL  wsdlLocat ion, WebSe rviceFeatu re ... fea tures) {
  55           su per(wsdlLo cation, SE RVICE, fea tures);
  56       }
  57  
  58       public  VAIdM(URL  wsdlLocat ion, QName  serviceNa me, WebSer viceFeatur e ... feat ures) {
  59           su per(wsdlLo cation, se rviceName,  features) ;
  60       }    
  61  
  62  
  63  
  64  
  65       /**
  66        *
  67        * @re turn
  68        *      returns V AIdMPort
  69        */
  70       @WebEn dpoint(nam e = "VAIdM Port")
  71       public  VAIdMPort  getVAIdMP ort() {
  72           re turn super .getPort(V AIdMPort,  VAIdMPort. class);
  73       }
  74  
  75       /**
  76        * 
  77        * @pa ram featur es
  78        *      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 .
  79        * @re turn
  80        *      returns V AIdMPort
  81        */
  82       @WebEn dpoint(nam e = "VAIdM Port")
  83       public  VAIdMPort  getVAIdMP ort(WebSer viceFeatur e... featu res) {
  84           re turn super .getPort(V AIdMPort,  VAIdMPort. class, fea tures);
  85       }
  86  
  87   }