576. EPMO Open Source Coordination Office Redaction File Detail Report

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

576.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPortService.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPortService.java Wed Apr 5 12:27:20 2017 UTC

576.2 Comparison summary

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

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

576.4 Active regular expressions

No regular expressions were active.

576.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 a.util.log ging.Logge r;
  7   import jav ax.xml.nam espace.QNa me;
  8   import jav ax.xml.ws. Service;
  9   import jav ax.xml.ws. WebEndpoin t;
  10   import jav ax.xml.ws. WebService Client;
  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.1.4-b 01-
  17    * Generat ed source  version: 2 .1
  18    * 
  19    */
  20   @WebServic eClient(na me = "eeSu mmaryPortS ervice", t argetNames pace = "ht tp://jaxws .webservic es.esr. URL         /schemas",  wsdlLocat ion = "fil e:/C:/VLER /Test/eeSu mmary.wsdl ")
  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 Logge r logger =  Logger.ge tLogger(go v.va.med.e sr.webserv ices.jaxws .schemas.E eSummaryPo rtService. class.getN ame());
  27  
  28       static  {
  29           UR L url = nu ll;
  30           tr y {
  31                URL base Url;
  32                baseUrl  = gov.va.m ed.esr.web services.j axws.schem as.EeSumma ryPortServ ice.class. getResourc e(".");
  33                url = ne w URL(base Url, "file :/C:/VLER/ Test/eeSum mary.wsdl" );
  34           }  catch (Mal formedURLE xception e ) {
  35                logger.w arning("Fa iled to cr eate URL f or the wsd l Location : 'file:/C :/VLER/Tes t/eeSummar y.wsdl', r etrying as  a local f ile");
  36                logger.w arning(e.g etMessage( ));
  37           }
  38           EE SUMMARYPOR TSERVICE_W SDL_LOCATI ON = url;
  39       }
  40  
  41       public  EeSummary PortServic e(URL wsdl Location,  QName serv iceName) {
  42           su per(wsdlLo cation, se rviceName) ;
  43       }
  44  
  45       public  EeSummary PortServic e() {
  46             super(EESU MMARYPORTS ERVICE_WSD L_LOCATION , new QNam e("http:// jaxws.webs ervices.es r. URL         /schemas",  "eeSummar yPortServi ce"));
  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://j axws.webse rvices.esr . URL         /schemas",  "eeSummar yPortSoap1 1"), EeSum maryPort.c lass);
  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://j axws.webse rvices.esr . URL         /schemas",  "eeSummar yPortSoap1 1"), EeSum maryPort.c lass, feat ures);
  69       }
  70  
  71   }