37343. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:25 AM Central 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.

37343.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service EmrServiceImplService.java Wed Jan 16 16:06:42 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service EmrServiceImplService.java Wed Jan 16 21:40:44 2019 UTC

37343.2 Comparison summary

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

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

37343.4 Active regular expressions

No regular expressions were active.

37343.5 Comparison detail

  1   package go v.va.med.v ia.service ;
  2  
  3   import jav a.net.Malf ormedURLEx ception;
  4   import jav a.net.URL;
  5   import jav ax.xml.nam espace.QNa me;
  6   import jav ax.xml.ws. WebEndpoin t;
  7   import jav ax.xml.ws. WebService Client;
  8   import jav ax.xml.ws. WebService Feature;
  9   import jav ax.xml.ws. Service;
  10  
  11   /**
  12    * This cl ass was ge nerated by  Apache CX F 3.1.15
  13    * 2018-04 -18T14:43: 32.240-05: 00
  14    * Generat ed source  version: 3 .1.15
  15    * 
  16    */
  17   @WebServic eClient(na me = "EmrS erviceImpl Service", 
  18                        wsdlLocati on = "file :/C:/Users / DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/EmrSe rvice.wsdl ",
  19                        targetName space = "h ttp:// DNS          . URL         /") 
  20   public cla ss EmrServ iceImplSer vice exten ds Service  {
  21  
  22       public  final sta tic URL WS DL_LOCATIO N;
  23  
  24         public fin al static  QName SERV ICE = new  QName("htt p:// DNS          . URL         /", "EmrSe rviceImplS ervice");
  25         public fin al static  QName EmrS erviceImpl Port = new  QName("ht tp:// DNS          . URL         /", "EmrSe rviceImplP ort");
  26       static  {
  27           UR L url = nu ll;
  28           tr y {
  29                  url = new  URL("file: /C:/Users/ DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/EmrSe rvice.wsdl ");
  30           }  catch (Mal formedURLE xception e ) {
  31                java.uti l.logging. Logger.get Logger(Emr ServiceImp lService.c lass.getNa me())
  32                    .log (java.util .logging.L evel.INFO,  
  33                           "Can not i nitialize  the defaul t wsdl fro m {0}", "f ile:/C:/Us ers/ DNS /workspace /core/port lets/caret -portlet/d ocroot/WEB -INF/EmrSe rvice.wsdl ");
  34           }
  35           WS DL_LOCATIO N = url;
  36       }
  37  
  38       public  EmrServic eImplServi ce(URL wsd lLocation)  {
  39           su per(wsdlLo cation, SE RVICE);
  40       }
  41  
  42       public  EmrServic eImplServi ce(URL wsd lLocation,  QName ser viceName)  {
  43           su per(wsdlLo cation, se rviceName) ;
  44       }
  45  
  46       public  EmrServic eImplServi ce() {
  47           su per(WSDL_L OCATION, S ERVICE);
  48       }
  49       
  50       public  EmrServic eImplServi ce(WebServ iceFeature  ... featu res) {
  51           su per(WSDL_L OCATION, S ERVICE, fe atures);
  52       }
  53  
  54       public  EmrServic eImplServi ce(URL wsd lLocation,  WebServic eFeature . .. feature s) {
  55           su per(wsdlLo cation, SE RVICE, fea tures);
  56       }
  57  
  58       public  EmrServic eImplServi ce(URL wsd lLocation,  QName ser viceName,  WebService Feature .. . features ) {
  59           su per(wsdlLo cation, se rviceName,  features) ;
  60       }    
  61  
  62  
  63  
  64  
  65       /**
  66        *
  67        * @re turn
  68        *      returns E mrSvcInter face
  69        */
  70       @WebEn dpoint(nam e = "EmrSe rviceImplP ort")
  71       public  EmrSvcInt erface get EmrService ImplPort()  {
  72           re turn super .getPort(E mrServiceI mplPort, E mrSvcInter face.class );
  73       }
  74  
  75       /**
  76        * 
  77        * @pa ram featur es
  78        *      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 .
  79        * @re turn
  80        *      returns E mrSvcInter face
  81        */
  82       @WebEn dpoint(nam e = "EmrSe rviceImplP ort")
  83       public  EmrSvcInt erface get EmrService ImplPort(W ebServiceF eature...  features)  {
  84           re turn super .getPort(E mrServiceI mplPort, E mrSvcInter face.class , features );
  85       }
  86  
  87   }