37217. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/16/2018 1:18:04 PM 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.

37217.1 Files compared

# Location File Last Modified
1 Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss ESigDSSService.java Thu Aug 9 14:06:15 2018 UTC
2 Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss ESigDSSService.java Thu Aug 16 03:11:19 2018 UTC

37217.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 212
Changed 1 4
Inserted 1 1
Removed 0 0

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

37217.4 Active regular expressions

No regular expressions were active.

37217.5 Comparison detail

  1  
  2   package go v.va.iam.e sig.dss;
  3  
  4   import jav a.io.File;
  5   import jav a.net.Malf ormedURLEx ception;
  6   import jav a.net.URL;
  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 Exception;
  13   import jav ax.xml.ws. WebService Feature;
  14  
  15   import com .liferay.p ortal.kern el.util.Pr opsUtil;
  16  
  17   import gov .va.caret. util.Caret Util;
  18   import gov .va.caret. util.Toolb ox;
  19  
  20  
  21   /**
  22    * This cl ass was ge nerated by  the  DN     RI.
  23    *  DN     RI 2.2.4-b 01
  24    * Generat ed source  version: 2 .2
  25    * 
  26    */
  27   @WebServic eClient(na me = "ESig DSSService ", targetN amespace =  "http://e sig.iam.va .gov/dss/"  )
  28   public cla ss ESigDSS Service
  29       extend s Service
  30   {
  31  
  32       privat e final st atic URL E SIGDSSSERV ICE_WSDL_L OCATION;
  33       privat e final st atic WebSe rviceExcep tion ESIGD SSSERVICE_ EXCEPTION;
  34       privat e final st atic QName  ESIGDSSSE RVICE_QNAM E = new QN ame("http: //esig.iam .va.gov/ds s/", "ESig DSSService ");
  35       
  36       
  37       static  {
  38           UR L url = nu ll;
  39           We bServiceEx ception e  = null;
  40           tr y {
  41                    Stri ng urlStr  = PropsUti l.get("IdM WebService 2.wsdl.url ");
  42                    if (  Toolbox.i sEmpty(url Str) ){
  43                             url =  new File(C aretUtil.g etWsdlDire ctory() +  "/ESigDSS. wsdl").toU RI().toURL ();
  44                    } el se {
  45                             url =  new URL(ur lStr);
  46                    }
  47           }  catch (Mal formedURLE xception e x) {
  48                e = new  WebService Exception( ex);
  49           }
  50           ES IGDSSSERVI CE_WSDL_LO CATION = u rl;
  51           ES IGDSSSERVI CE_EXCEPTI ON = e;
  52       }
  53  
  54       public  ESigDSSSe rvice() {
  55           su per(__getW sdlLocatio n(), ESIGD SSSERVICE_ QNAME);
  56       }
  57  
  58       public  ESigDSSSe rvice(WebS erviceFeat ure... fea tures) {
  59           su per(__getW sdlLocatio n(), ESIGD SSSERVICE_ QNAME, fea tures);
  60       }
  61  
  62       public  ESigDSSSe rvice(URL  wsdlLocati on) {
  63           su per(wsdlLo cation, ES IGDSSSERVI CE_QNAME);
  64       }
  65  
  66       public  ESigDSSSe rvice(URL  wsdlLocati on, WebSer viceFeatur e... featu res) {
  67           su per(wsdlLo cation, ES IGDSSSERVI CE_QNAME,  features);
  68       }
  69  
  70           pu blic ESigD SSService( URL wsdlLo cation, QN ame servic eName) {
  71           su per(wsdlLo cation, se rviceName) ;
  72       }
  73  
  74       public  ESigDSSSe rvice(URL  wsdlLocati on, QName  serviceNam e, WebServ iceFeature ... featur es) {
  75           su per(wsdlLo cation, se rviceName,  features) ;
  76       }
  77       
  78  
  79       /**
  80        * 
  81        * @re turn
  82        *      returns E SigDSS
  83        */
  84       @WebEn dpoint(nam e = "ESigD SSPort")
  85       public  ESigDSS g etESigDSSP ort() {
  86           re turn super .getPort(n ew QName(" http://esi g.iam.va.g ov/dss/",  "ESigDSSPo rt"), ESig DSS.class) ;
  87       }
  88  
  89       /**
  90        * 
  91        * @pa ram featur es
  92        *      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 .
  93        * @re turn
  94        *      returns E SigDSS
  95        */
  96       @WebEn dpoint(nam e = "ESigD SSPort")
  97       public  ESigDSS g etESigDSSP ort(WebSer viceFeatur e... featu res) {
  98           re turn super .getPort(n ew QName(" http://esi g.iam.va.g ov/dss/",  "ESigDSSPo rt"), ESig DSS.class,  features) ;
  99       }
  100  
  101       privat e static U RL __getWs dlLocation () {
  102           if  (ESIGDSSS ERVICE_EXC EPTION!= n ull) {
  103                throw ES IGDSSSERVI CE_EXCEPTI ON;
  104           }
  105           re turn ESIGD SSSERVICE_ WSDL_LOCAT ION;
  106       }
  107  
  108   }
        109   TTTT