86. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:21:47 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.

86.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdM.java Fri Feb 10 15:41:44 2017 UTC
2 eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww VAIdM.java Tue Apr 4 13:01:53 2017 UTC

86.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 148
Changed 4 8
Inserted 0 0
Removed 0 0

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

86.4 Active regular expressions

No regular expressions were active.

86.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  3  
  4   import jav a.net.Malf ormedURLEx ception;
  5   import jav a.net.URL;
  6   import jav ax.xml.nam espace.QNa me;
  7   import jav ax.xml.ws. Service;
  8   import jav ax.xml.ws. WebEndpoin t;
  9   import jav ax.xml.ws. WebService Client;
  10   import jav ax.xml.ws. WebService Exception;
  11   import jav ax.xml.ws. WebService Feature;
  12  
  13  
  14   /**
  15    * This cl ass was ge nerated by  the JAX-W S RI.
  16    * JAX-WS  RI 2.2.6b2
  17    * Generat ed source  version: 2 .1
  18    * 
  19    */
  20   @WebServic eClient(na me = "VAId M", target Namespace  = "http:// URL           . DNS     ", wsdlLoc ation = "f ile:/C:/eH EX/workspa ces/dev/NH IN_adapter /AdapterLI B/target/w sdl/IdmHl7 v3WSDL.wsd l")
  21   public cla ss VAIdM
  22       extend s Service
  23   {
  24  
  25       privat e final st atic URL V AIDM_WSDL_ LOCATION;
  26       privat e final st atic WebSe rviceExcep tion VAIDM _EXCEPTION ;
  27         private fi nal static  QName VAI DM_QNAME =  new QName ("http:// URL           . DNS     ", "VAIdM" );
  28  
  29       static  {
  30           UR L url = nu ll;
  31           We bServiceEx ception e  = null;
  32           tr y {
  33                url = ne w URL("fil e:/C:/eHEX /workspace s/dev/NHIN _adapter/A dapterLIB/ target/wsd l/IdmHl7v3 WSDL.wsdl" );
  34           }  catch (Mal formedURLE xception e x) {
  35                e = new  WebService Exception( ex);
  36           }
  37           VA IDM_WSDL_L OCATION =  url;
  38           VA IDM_EXCEPT ION = e;
  39       }
  40  
  41       public  VAIdM() {
  42           su per(__getW sdlLocatio n(), VAIDM _QNAME);
  43       }
  44  
  45       public  VAIdM(URL  wsdlLocat ion, QName  serviceNa me) {
  46           su per(wsdlLo cation, se rviceName) ;
  47       }
  48  
  49       /**
  50        * 
  51        * @re turn
  52        *      returns V AIdMPort
  53        */
  54       @WebEn dpoint(nam e = "VAIdM Port")
  55       public  VAIdMPort  getVAIdMP ort() {
  56             return sup er.getPort (new QName ("http:// URL           . DNS     ", "VAIdMP ort"), VAI dMPort.cla ss);
  57       }
  58  
  59       /**
  60        * 
  61        * @pa ram featur es
  62        *      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 .
  63        * @re turn
  64        *      returns V AIdMPort
  65        */
  66       @WebEn dpoint(nam e = "VAIdM Port")
  67       public  VAIdMPort  getVAIdMP ort(WebSer viceFeatur e... featu res) {
  68             return sup er.getPort (new QName ("http:// URL           . DNS     ", "VAIdMP ort"), VAI dMPort.cla ss, featur es);
  69       }
  70  
  71       privat e static U RL __getWs dlLocation () {
  72           if  (VAIDM_EX CEPTION!=  null) {
  73                throw VA IDM_EXCEPT ION;
  74           }
  75           re turn VAIDM _WSDL_LOCA TION;
  76       }
  77  
  78   }