37312. EPMO Open Source Coordination Office Redaction File Detail Report

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

37312.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\iam\esig\dss ESigDSSService.java Wed Jan 16 16:06:44 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\iam\esig\dss ESigDSSService.java Thu Jan 17 14:44:21 2019 UTC

37312.2 Comparison summary

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

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

37312.4 Active regular expressions

No regular expressions were active.

37312.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 JAX-W S RI.
  23    * JAX-WS  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:// DNS . URL         /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         private fi nal static  QName ESI GDSSSERVIC E_QNAME =  new QName( "http:// DNS . URL         /dss/", "E SigDSSServ ice");
  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             return sup er.getPort (new QName ("http:// DNS . URL         /dss/", "E SigDSSPort "), ESigDS S.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             return sup er.getPort (new QName ("http:// DNS . URL         /dss/", "E SigDSSPort "), ESigDS S.class, f eatures);
  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   }