6. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/1/2017 10:11:06 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.

6.1 Files compared

# Location File Last Modified
1 core.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss ESigDSSService.java Wed Nov 1 13:59:54 2017 UTC
2 core.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss ESigDSSService.java Wed Nov 1 14:35:42 2017 UTC

6.2 Comparison summary

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

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

6.4 Active regular expressions

No regular expressions were active.

6.5 Comparison detail

  1  
  2   package go v.va.iam.e sig.dss;
  3  
  4   import jav a.net.URL;
  5  
  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 Feature;
  11  
  12  
  13   /**
  14    * This cl ass was ge nerated by  the JAX-W S RI.
  15    * JAX-WS  RI 2.2.4-b 01
  16    * Generat ed source  version: 2 .2
  17    * 
  18    */
  19   @WebServic eClient(na me = "ESig DSSService ", targetN amespace =  "http://e sig.iam. DNS     /dss/" )
  20   public cla ss ESigDSS Service
  21       extend s Service
  22   {
  23  
  24       privat e final st atic URL E SIGDSSSERV ICE_WSDL_L OCATION;
  25         private fi nal static  QName ESI GDSSSERVIC E_QNAME =  new QName( "http://es ig.iam. DNS     /dss/", "E SigDSSServ ice");
  26       
  27       
  28       static  {
  29           ES IGDSSSERVI CE_WSDL_LO CATION = E SigDSSServ ice.class. getClassLo ader().get Resource(" wsdl/eSig" );
  30       }
  31  
  32       public  ESigDSSSe rvice() {
  33           su per(__getW sdlLocatio n(), ESIGD SSSERVICE_ QNAME);
  34       }
  35  
  36       public  ESigDSSSe rvice(WebS erviceFeat ure... fea tures) {
  37           su per(__getW sdlLocatio n(), ESIGD SSSERVICE_ QNAME, fea tures);
  38       }
  39  
  40       public  ESigDSSSe rvice(URL  wsdlLocati on) {
  41           su per(wsdlLo cation, ES IGDSSSERVI CE_QNAME);
  42       }
  43  
  44       public  ESigDSSSe rvice(URL  wsdlLocati on, WebSer viceFeatur e... featu res) {
  45           su per(wsdlLo cation, ES IGDSSSERVI CE_QNAME,  features);
  46       }
  47  
  48           pu blic ESigD SSService( URL wsdlLo cation, QN ame servic eName) {
  49           su per(wsdlLo cation, se rviceName) ;
  50       }
  51  
  52       public  ESigDSSSe rvice(URL  wsdlLocati on, QName  serviceNam e, WebServ iceFeature ... featur es) {
  53           su per(wsdlLo cation, se rviceName,  features) ;
  54       }
  55       
  56  
  57       /**
  58        * 
  59        * @re turn
  60        *      returns E SigDSS
  61        */
  62       @WebEn dpoint(nam e = "ESigD SSPort")
  63       public  ESigDSS g etESigDSSP ort() {
  64             return sup er.getPort (new QName ("http://e sig.iam. DNS     /dss/", "E SigDSSPort "), ESigDS S.class);
  65       }
  66  
  67       /**
  68        * 
  69        * @pa ram featur es
  70        *      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 .
  71        * @re turn
  72        *      returns E SigDSS
  73        */
  74       @WebEn dpoint(nam e = "ESigD SSPort")
  75       public  ESigDSS g etESigDSSP ort(WebSer viceFeatur e... featu res) {
  76             return sup er.getPort (new QName ("http://e sig.iam. DNS     /dss/", "E SigDSSPort "), ESigDS S.class, f eatures);
  77       }
  78  
  79       privat e static U RL __getWs dlLocation () {
  80           re turn ESIGD SSSERVICE_ WSDL_LOCAT ION;
  81       }
  82  
  83   }