683. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:26:29 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.

683.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-server\src\test\java\gov\va\nvap\service\permission XACMLContextHandlerClient.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-server\src\test\java\gov\va\nvap\service\permission XACMLContextHandlerClient.java Wed Apr 5 15:07:04 2017 UTC

683.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 150
Changed 3 6
Inserted 0 0
Removed 0 0

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

683.4 Active regular expressions

No regular expressions were active.

683.5 Comparison detail

  1   package go v.va.nvap. service.pe rmission;
  2  
  3   import jav a.net.Malf ormedURLEx ception;
  4   import jav a.net.URL;
  5   import jav a.util.log ging.Logge r;
  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    * This cl ass was ge nerated by  the JAX-W S RI.
  14    * Oracle  JAX-WS 2.1 .3-06/19/2 008 07:03  PM(bt)
  15    * Generat ed source  version: 2 .1
  16    *
  17    */
  18   @WebServic eClient(na me = "XACM LContextHa ndlerClien t", wsdlLo cation = " http://loc alhost:700 1/XACMLCon textHandle rService/X ACMLContex tHandlerSe rvice?wsdl ")
  19   public cla ss XACMLCo ntextHandl erClient e xtends Ser vice {
  20  
  21           pr ivate fina l static U RL XACMLCo ntextHandl erClient_W SDL_LOCATI ON;
  22           pr ivate fina l static L ogger logg er = Logge r
  23                             .getLo gger(XACML ContextHan dlerClient .class.get Name());
  24  
  25           st atic {
  26                    URL  url = null ;
  27                    try  {
  28                             URL ba seUrl;
  29                             baseUr l = XACMLC ontextHand lerClient. class.getR esource(". ");
  30                             url =  new URL(ba seUrl,
  31                                               "http://lo calhost:70 01/XACMLCo ntextHandl erService/ XACMLConte xtHandlerS ervice?wsd l");
  32                    } ca tch (Malfo rmedURLExc eption e)  {
  33                             logger
  34                                               .warning(" Failed to  create URL  for the w sdl Locati on: 'XACML ContextHan dlerClient .wsdl', re trying as  a local fi le");
  35                             logger .warning(e .getMessag e());
  36                    }
  37                    XACM LContextHa ndlerClien t_WSDL_LOC ATION = ur l;
  38           }
  39  
  40           pu blic XACML ContextHan dlerClient (URL wsdlL ocation, Q Name servi ceName) {
  41                    supe r(wsdlLoca tion, serv iceName);
  42           }
  43  
  44           pu blic XACML ContextHan dlerClient () {
  45                    supe r(XACMLCon textHandle rClient_WS DL_LOCATIO N, new QNa me(
  46                                       "http://co ntexthandl er.permiss ion.servic e.server.n vap. DNS     /",
  47                                      "XACMLCo ntextHandl erService" ));
  48           }
  49  
  50           /* *
  51            *
  52            *  @return
  53            *      retur ns XACMLCo ntextHandl erPortType
  54            * /
  55           @W ebEndpoint (name = "X ACMLContex tHandlerPo rt")
  56           pu blic XACML ContextHan dlerPortTy pe getXACM LContextHa ndlerPort( ) {
  57                    retu rn super.g etPort(new  QName(
  58                                       "http://co ntexthandl er.permiss ion.servic e.server.n vap. DNS     /",
  59                                      "XACMLCo ntextHandl erPort"),  XACMLConte xtHandlerP ortType.cl ass);
  60           }
  61  
  62           /* *
  63            *
  64            *  @param fe atures
  65            *      A lis t of {@lin k javax.xm l.ws.WebSe rviceFeatu re} to con figure on  the proxy.   Supporte d features  not in th e <code>fe atures</co de> parame ter will h ave their  default va lues.
  66            *  @return
  67            *      retur ns XACMLCo ntextHandl erPortType
  68            * /
  69           @W ebEndpoint (name = "X ACMLContex tHandlerPo rt")
  70           pu blic XACML ContextHan dlerPortTy pe getXACM LContextHa ndlerPort(
  71                             WebSer viceFeatur e... featu res) {
  72                    retu rn super.g etPort(new  QName(
  73                                       "http://co ntexthandl er.permiss ion.servic e.server.n vap. DNS     /",
  74                                      "XACMLCo ntextHandl erPort"),  XACMLConte xtHandlerP ortType.cl ass,
  75                                      features );
  76           }
  77  
  78   }