736. EPMO Open Source Coordination Office Redaction File Detail Report

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

736.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_3_0_2\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_3_0_2\webservice JMeadowsDataService.java Mon Oct 2 19:55:19 2017 UTC

736.2 Comparison summary

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

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

736.4 Active regular expressions

No regular expressions were active.

736.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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.9-b 130926.103 5
  17    * Generat ed source  version: 2 .2
  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_3_ 0_2/JMeado wsDataServ ice.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_3_ 0_2/JMeado wsDataServ ice.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 (WebServic eFeature.. . features ) {
  42           su per(__getW sdlLocatio n(), JMEAD OWSDATASER VICE_QNAME , features );
  43       }
  44  
  45       public  JMeadowsD ataService (URL wsdlL ocation) {
  46           su per(wsdlLo cation, JM EADOWSDATA SERVICE_QN AME);
  47       }
  48  
  49       public  JMeadowsD ataService (URL wsdlL ocation, W ebServiceF eature...  features)  {
  50           su per(wsdlLo cation, JM EADOWSDATA SERVICE_QN AME, featu res);
  51       }
  52  
  53       public  JMeadowsD ataService (URL wsdlL ocation, Q Name servi ceName) {
  54           su per(wsdlLo cation, se rviceName) ;
  55       }
  56  
  57       public  JMeadowsD ataService (URL wsdlL ocation, Q Name servi ceName, We bServiceFe ature... f eatures) {
  58           su per(wsdlLo cation, se rviceName,  features) ;
  59       }
  60  
  61       /**
  62        *
  63        * @re turn
  64        *      returns J MeadowsDat a
  65        */
  66       @WebEn dpoint(nam e = "JMead owsDataPor t")
  67       public  JMeadowsD ata getJMe adowsDataP ort() {
  68             return sup er.getPort (new QName ("http://w ebservice. jmeadows. URL         /", "JMead owsDataPor t"), JMead owsData.cl ass);
  69       }
  70  
  71       /**
  72        *
  73        * @pa ram featur es
  74        *      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 .
  75        * @re turn
  76        *      returns J MeadowsDat a
  77        */
  78       @WebEn dpoint(nam e = "JMead owsDataPor t")
  79       public  JMeadowsD ata getJMe adowsDataP ort(WebSer viceFeatur e... featu res) {
  80             return sup er.getPort (new QName ("http://w ebservice. jmeadows. URL         /", "JMead owsDataPor t"), JMead owsData.cl ass, featu res);
  81       }
  82  
  83       privat e static U RL __getWs dlLocation () {
  84           if  (JMEADOWS DATASERVIC E_EXCEPTIO N!= null)  {
  85                throw JM EADOWSDATA SERVICE_EX CEPTION;
  86           }
  87           re turn JMEAD OWSDATASER VICE_WSDL_ LOCATION;
  88       }
  89  
  90   }