87. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/11/2019 10:54:10 AM 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.

87.1 Files compared

# Location File Last Modified
1 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\cds\ars ARService.java Wed May 29 15:26:30 2019 UTC
2 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\cds\ars ARService.java Mon Jun 10 19:34:52 2019 UTC

87.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 128
Changed 6 14
Inserted 0 0
Removed 0 0

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

87.4 Active regular expressions

No regular expressions were active.

87.5 Comparison detail

  1  
  2   package go v.va.med.c ds.ars;
  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  
  8   import jav ax.xml.nam espace.QNa me;
  9   import jav ax.xml.ws. Service;
  10   import jav ax.xml.ws. WebEndpoin t;
  11   import jav ax.xml.ws. WebService Client;
  12   import jav ax.xml.ws. WebService Feature;
  13  
  14  
  15   /**
  16    * This cl ass was ge nerated by  the JAX-W S RI.
  17    * JAX-WS  RI 2.1.6 i n JDK 6
  18    * Generat ed source  version: 2 .1
  19    * 
  20    */
  21   @WebServic eClient(na me = "ARSe rvice", ta rgetNamesp ace = "htt p:// DNS . URL         /", wsdlLo cation = " http:// IP                 /Aggregate ReportingS ervice/ARS ervice?WSD L")
  22   public cla ss ARServi ce
  23       extend s Service
  24   {
  25  
  26       privat e final st atic URL A RSERVICE_W SDL_LOCATI ON;
  27       privat e final st atic Logge r logger =  Logger.ge tLogger(go v.va.med.c ds.ars.ARS ervice.cla ss.getName ());
  28  
  29       static  {
  30           UR L url = nu ll;
  31           tr y {
  32                URL base Url;
  33                baseUrl  = gov.va.m ed.cds.ars .ARService .class.get Resource(" .");
  34                  url = new  URL(baseUr l, "http:/ / IP                 /Aggregate ReportingS ervice/ARS ervice?WSD L");
  35           }  catch (Mal formedURLE xception e ) {
  36                  logger.war ning("Fail ed to crea te URL for  the wsdl  Location:  'http:// IP                 /Aggregate ReportingS ervice/ARS ervice?WSD L', retryi ng as a lo cal file") ;
  37                logger.w arning(e.g etMessage( ));
  38           }
  39           AR SERVICE_WS DL_LOCATIO N = url;
  40       }
  41  
  42       public  ARService (URL wsdlL ocation, Q Name servi ceName) {
  43           su per(wsdlLo cation, se rviceName) ;
  44       }
  45  
  46       public  ARService () {
  47             super(ARSE RVICE_WSDL _LOCATION,  new QName ("http:/ DNS . URL         /", "ARSer vice"));
  48       }
  49  
  50       /**
  51        * 
  52        * @re turn
  53        *      returns A ggregateRe portingSer viceInterf ace
  54        */
  55         @WebEndpoi nt(name =  "Aggregate ReportingS er  DNS.URL         /", "Aggre gateReport ingSer vicePort") , Aggregat eReporting ServiceInt erface.cla ss);
       
       
  56       }
  57  
  58       /**
  59        * 
  60        * @pa ram featur es
  61        *      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 .
  62        * @re turn
  63        *      returns A ggregateRe portingSer viceInterf ace
  64        */
  65       @WebEn dpoint(nam e = "Aggre gateReport ingService Port")
  66       public  Aggregate ReportingS erviceInte rface getA ggregateRe portingSer vicePort(W ebServiceF eature...  features)  {
  67             return sup er.getPort (new QName ("http: DNS . URL         /", "Aggre gateReport ingService Port"), Ag gregateRep ortingServ iceInterfa ce.class,  features);
  68       }
  69  
  70   }