653. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:45: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.

653.1 Files compared

# Location File Last Modified
1 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPort.java Mon Apr 24 15:27:30 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPort.java Thu Jun 1 22:15:54 2017 UTC

653.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 70
Changed 3 6
Inserted 0 0
Removed 0 0

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

653.4 Active regular expressions

No regular expressions were active.

653.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  3  
  4   import jav ax.jws.Web Method;
  5   import jav ax.jws.Web Param;
  6   import jav ax.jws.Web Result;
  7   import jav ax.jws.Web Service;
  8   import jav ax.jws.soa p.SOAPBind ing;
  9   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  10  
  11  
  12   /**
  13    * This cl ass was ge nerated by  the JAX-W S RI.
  14    * JAX-WS  RI 2.2.6b2
  15    * Generat ed source  version: 2 .1
  16    * 
  17    */
  18   @WebServic e(name = " eeSummaryP ort", targ etNamespac e = "http: // URL . DNS ")
  19   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
  20   @XmlSeeAls o({
  21       Object Factory.cl ass
  22   })
  23   public int erface EeS ummaryPort  {
  24  
  25  
  26       /**
  27        * 
  28        * @pa ram getEES ummaryRequ est
  29        * @re turn
  30        *      returns g ov.va.med. esr.webser vices.jaxw s.schemas. GetEESumma ryResponse
  31        */
  32       @WebMe thod
  33         @WebResult (name = "g etEESummar yResponse" , targetNa mespace =  "http:// URL . DNS ", partNam e = "getEE SummaryRes ponse")
  34       public  GetEESumm aryRespons e getEESum mary(
  35             @WebParam( name = "ge tEESummary Request",  targetName space = "h ttp:// URL . DNS ", partNam e = "getEE SummaryReq uest")
  36           Ge tEESummary Request ge tEESummary Request);
  37  
  38   }