654. EPMO Open Source Coordination Office Redaction File Detail Report

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

654.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 EeSummaryPortService.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 EeSummaryPortService.java Thu Jun 1 22:16:04 2017 UTC

654.2 Comparison summary

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

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

654.4 Active regular expressions

No regular expressions were active.

654.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  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 = "eeSu mmaryPortS ervice", t argetNames pace = "ht tp:// URL . DNS ", wsdlLoc ation = "f ile:/C:/eh x/NHIN_ada pter/Adapt erLIB/targ et/wsdl/ee Summary.ws dl")
  21   public cla ss EeSumma ryPortServ ice
  22       extend s Service
  23   {
  24  
  25       privat e final st atic URL E ESUMMARYPO RTSERVICE_ WSDL_LOCAT ION;
  26       privat e final st atic WebSe rviceExcep tion EESUM MARYPORTSE RVICE_EXCE PTION;
  27         private fi nal static  QName EES UMMARYPORT SERVICE_QN AME = new  QName("htt p:// URL . DNS ", "eeSumm aryPortSer vice");
  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:/ehx/ NHIN_adapt er/Adapter LIB/target /wsdl/eeSu mmary.wsdl ");
  34           }  catch (Mal formedURLE xception e x) {
  35                e = new  WebService Exception( ex);
  36           }
  37           EE SUMMARYPOR TSERVICE_W SDL_LOCATI ON = url;
  38           EE SUMMARYPOR TSERVICE_E XCEPTION =  e;
  39       }
  40  
  41       public  EeSummary PortServic e() {
  42           su per(__getW sdlLocatio n(), EESUM MARYPORTSE RVICE_QNAM E);
  43       }
  44  
  45       public  EeSummary PortServic e(URL wsdl Location,  QName serv iceName) {
  46           su per(wsdlLo cation, se rviceName) ;
  47       }
  48  
  49       /**
  50        * 
  51        * @re turn
  52        *      returns E eSummaryPo rt
  53        */
  54       @WebEn dpoint(nam e = "eeSum maryPortSo ap11")
  55       public  EeSummary Port getEe SummaryPor tSoap11()  {
  56             return sup er.getPort (new QName ("http:// URL . DNS ", "eeSumm aryPortSoa p11"), EeS ummaryPort .class);
  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 E eSummaryPo rt
  65        */
  66       @WebEn dpoint(nam e = "eeSum maryPortSo ap11")
  67       public  EeSummary Port getEe SummaryPor tSoap11(We bServiceFe ature... f eatures) {
  68             return sup er.getPort (new QName ("http:// URL . DNS ", "eeSumm aryPortSoa p11"), EeS ummaryPort .class, fe atures);
  69       }
  70  
  71       privat e static U RL __getWs dlLocation () {
  72           if  (EESUMMAR YPORTSERVI CE_EXCEPTI ON!= null)  {
  73                throw EE SUMMARYPOR TSERVICE_E XCEPTION;
  74           }
  75           re turn EESUM MARYPORTSE RVICE_WSDL _LOCATION;
  76       }
  77  
  78   }