527. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:36 AM 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.

527.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice JMeadowsDataService.java Tue Jan 10 16:20:50 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice JMeadowsDataService.java Mon Oct 2 19:53:29 2017 UTC

527.2 Comparison summary

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

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

527.4 Active regular expressions

No regular expressions were active.

527.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  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.5-b 01 
  17    * Generat ed source  version: 2 .1
  18    * 
  19    */
  20   @WebServic eClient(na me = "JMea dowsDataSe rvice", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL         /", wsdlLo cation = " wsdl/jmead ows_2_3_1/ JMeadowsDa taService. wsdl")
  21   public cla ss JMeadow sDataServi ce
  22       extend s Service
  23   {
  24  
  25       privat e final st atic URL J MEADOWSDAT ASERVICE_W SDL_LOCATI ON;
  26       privat e final st atic WebSe rviceExcep tion JMEAD OWSDATASER VICE_EXCEP TION;
  27         private fi nal static  QName JME ADOWSDATAS ERVICE_QNA ME = new Q Name("http ://webserv ice.jmeado ws. URL         /", "JMead owsDataSer vice");
  28  
  29       static  {
  30           UR L url = nu ll;
  31           We bServiceEx ception e  = null;
  32           ur l = JMeado wsDataServ ice.class. getClassLo ader().get Resource(" wsdl/jmead ows_2_3_1/ JMeadowsDa taService. wsdl");
  33           JM EADOWSDATA SERVICE_WS DL_LOCATIO N = url;
  34           JM EADOWSDATA SERVICE_EX CEPTION =  e;
  35       }
  36  
  37       public  JMeadowsD ataService () {
  38           su per(__getW sdlLocatio n(), JMEAD OWSDATASER VICE_QNAME );
  39       }
  40  
  41       public  JMeadowsD ataService (URL wsdlL ocation, Q Name servi ceName) {
  42           su per(wsdlLo cation, se rviceName) ;
  43       }
  44  
  45       /**
  46        * 
  47        * @re turn
  48        *      returns J MeadowsDat a
  49        */
  50       @WebEn dpoint(nam e = "JMead owsDataPor t")
  51       public  JMeadowsD ata getJMe adowsDataP ort() {
  52             return sup er.getPort (new QName ("http://w ebservice. jmeadows. URL         /", "JMead owsDataPor t"), JMead owsData.cl ass);
  53       }
  54  
  55       /**
  56        * 
  57        * @pa ram featur es
  58        *      A list of  {@link We bServiceFe ature} to  configure  on the pro xy.  Suppo rted featu res not in  the <code >features< /code> par ameter wil l have the ir default  values.
  59        * @re turn
  60        *      returns J MeadowsDat a
  61        */
  62       @WebEn dpoint(nam e = "JMead owsDataPor t")
  63       public  JMeadowsD ata getJMe adowsDataP ort(WebSer viceFeatur e... featu res) {
  64             return sup er.getPort (new QName ("http://w ebservice. jmeadows. URL         /", "JMead owsDataPor t"), JMead owsData.cl ass, featu res);
  65       }
  66  
  67       privat e static U RL __getWs dlLocation () {
  68           if  (JMEADOWS DATASERVIC E_EXCEPTIO N!= null)  {
  69                throw JM EADOWSDATA SERVICE_EX CEPTION;
  70           }
  71           re turn JMEAD OWSDATASER VICE_WSDL_ LOCATION;
  72       }
  73  
  74   }