195. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:25 AM Eastern Standard 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.

195.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\cds\ars ARService.java Fri Dec 7 17:36:16 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\cds\ars ARService.java Wed Dec 12 20:03:17 2018 UTC

195.2 Comparison summary

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

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

195.4 Active regular expressions

No regular expressions were active.

195.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       @WebEn dpoint(nam e = "Aggre gateReport ingService Port")
  56       public  Aggregate ReportingS erviceInte rface getA ggregateRe portingSer vicePort()  {
  57             return sup er.getPort (new QName ("http: DNS . URL         /", "Aggre gateReport ingService Port"), Ag gregateRep ortingServ iceInterfa ce.class);
  58       }
  59  
  60       /**
  61        * 
  62        * @pa ram featur es
  63        *      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 .
  64        * @re turn
  65        *      returns A ggregateRe portingSer viceInterf ace
  66        */
  67       @WebEn dpoint(nam e = "Aggre gateReport ingService Port")
  68       public  Aggregate ReportingS erviceInte rface getA ggregateRe portingSer vicePort(W ebServiceF eature...  features)  {
  69             return sup er.getPort (new QName ("http:/ DNS . URL         /", "Aggre gateReport ingService Port"), Ag gregateRep ortingServ iceInterfa ce.class,  features);
  70       }
  71  
  72   }