37681. EPMO Open Source Coordination Office Redaction File Detail Report

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

37681.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\oit\oed\vaww VAIdM.java Wed Jan 16 16:07:52 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\oit\oed\vaww VAIdM.java Wed Jan 16 21:31:08 2019 UTC

37681.2 Comparison summary

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

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

37681.4 Active regular expressions

No regular expressions were active.

37681.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  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   import jav ax.jws.Han dlerChain;
  15  
  16   import com .liferay.p ortal.kern el.util.Pr opsUtil;
  17  
  18   import gov .va.caret. util.Caret Util;
  19   import gov .va.caret. util.Toolb ox;
  20  
  21  
  22   /**
  23    * This cl ass was ge nerated by  the JAX-W S RI.
  24    * JAX-WS  RI 2.2.4-b 01
  25    * Generat ed source  version: 2 .2
  26    * 
  27    */
  28   @WebServic eClient(na me = "VAId M", target Namespace  = "http:// DNS . URL           .         ", wsdlLoc ation = "f ile:/u01/a pp/oracle/ user_proje cts/domain s/wsdl/mul ticachesch emas/wsdl/ IdMWebServ ice2.wsdl" )
  29   @HandlerCh ain(file=" /gov/va/oi t/oed/vaww /handler/h andlers.xm l")
  30   public cla ss VAIdM
  31       extend s Service
  32   {
  33  
  34       privat e final st atic URL V AIDM_WSDL_ LOCATION;
  35       privat e final st atic WebSe rviceExcep tion VAIDM _EXCEPTION ;
  36         private fi nal static  QName VAI DM_QNAME =  new QName ("http:// DNS . URL           .         ", "VAIdM" );
  37       
  38       static  {
  39           UR L url = nu ll;
  40           We bServiceEx ception e  = null;
  41           tr y {
  42                    Stri ng urlStr  = PropsUti l.get("IdM WebService 2.wsdl.url ");
  43                    if (  Toolbox.i sEmpty(url Str) ){
  44                             url =  new File(C aretUtil.g etWsdlDire ctory() +  "/IdMWebSe rvice.wsdl ").toURI() .toURL();
  45                    } el se {
  46                             url =  new URL(ur lStr);
  47                    }
  48           }  catch (Mal formedURLE xception e x) {
  49                e = new  WebService Exception( ex);
  50           }
  51           VA IDM_WSDL_L OCATION =  url;
  52           VA IDM_EXCEPT ION = e;
  53       }
  54  
  55       public  VAIdM() {
  56           su per(__getW sdlLocatio n(), VAIDM _QNAME);
  57       }
  58  
  59       public  VAIdM(Web ServiceFea ture... fe atures) {
  60           su per(__getW sdlLocatio n(), VAIDM _QNAME, fe atures);
  61       }
  62  
  63       public  VAIdM(URL  wsdlLocat ion) {
  64           su per(wsdlLo cation, VA IDM_QNAME) ;
  65       }
  66  
  67       public  VAIdM(URL  wsdlLocat ion, WebSe rviceFeatu re... feat ures) {
  68           su per(wsdlLo cation, VA IDM_QNAME,  features) ;
  69       }
  70  
  71       public  VAIdM(URL  wsdlLocat ion, QName  serviceNa me) {
  72           su per(wsdlLo cation, se rviceName) ;
  73       }
  74  
  75       public  VAIdM(URL  wsdlLocat ion, QName  serviceNa me, WebSer viceFeatur e... featu res) {
  76           su per(wsdlLo cation, se rviceName,  features) ;
  77       }
  78  
  79       /**
  80        * 
  81        * @re turn
  82        *      returns V AIdMPort
  83        */
  84       @WebEn dpoint(nam e = "VAIdM Port")
  85       public  VAIdMPort  getVAIdMP ort() {
  86             return sup er.getPort (new QName ("http:// DNS . URL           .         ", "VAIdMP ort"), VAI dMPort.cla ss);
  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 V AIdMPort
  95        */
  96       @WebEn dpoint(nam e = "VAIdM Port")
  97       public  VAIdMPort  getVAIdMP ort(WebSer viceFeatur e... featu res) {
  98             return sup er.getPort (new QName ("http:// DNS . URL           .         ", "VAIdMP ort"), VAI dMPort.cla ss, featur es);
  99       }
  100  
  101       privat e static U RL __getWs dlLocation () {
  102           if  (VAIDM_EX CEPTION!=  null) {
  103                throw VA IDM_EXCEPT ION;
  104           }
  105           re turn VAIDM _WSDL_LOCA TION;
  106       }
  107   }