3926. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:59 PM Eastern 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.

3926.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:59 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-server\src\main\resources\gov\va\nvap\server\endpoint\adapter\announce announce-endpoint.xml Fri Apr 21 20:03:28 2017 UTC

3926.2 Comparison summary

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

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

3926.4 Active regular expressions

No regular expressions were active.

3926.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
        7           
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        9     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        10           
        11     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context
        12     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        13           
        14     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        15           
        16     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        17                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        18                 http://ww w.springfr amework.or g/schema/u til
        19                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        20                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        21                 http://ww w.springfr amework.or g/schema/c ontext
        22                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        23   >
        24             
        25     <bean 
        26      id="patien tAnnouncer Endpoint"
        27                      
        28      class="gov .va.nvap.s erver.endp oint.adapt er.announc e.PatientA nnouncerEn dpoint"
        29     >
        30                       
        31      <property 
        32       name="jmsT emplate" 
        33       ref="adapt erPatientA nnounceJms Template" 
        34      />
        35                       
        36      <property 
        37       name="pati entAnnounc eWebservic eTemplate"  
        38       ref="patie ntAnnounce WebService Template" 
        39      />
        40                       
        41      <!-- <prop erty name= "auditInte rceptor" r ef="announ ceIntercep torAudit"  /> -->
        42                       
        43      <property 
        44       name="pati entAnnounc erJaxbHelp er" 
        45       ref="patie ntAnnounce rJaxbHelpe r" 
        46      />
        47                       
        48      <property 
        49       name="pipI nterface" 
        50       ref="polic yInformati onPoint" 
        51      />
        52                       
        53      <property 
        54       name="anno uncer" 
        55       ref="annou ncer"
        56      />
        57                       
        58      <qualifier  
        59       value="Pat ientAnnoun cerEndpoin t" 
        60      />
        61              
        62     </bean>
        63    
        64             
        65     <bean 
        66      id="patien tAnnouncer JaxbHelper
        67      class="gov .va.nvap.c ommon.jaxb .JaxbUtil"
        68     >
        69                       
        70      <construct or-arg 
        71       value="gov .va.nvap.s vc.consent mgmt.stub. adapter.an nounce.jax b" 
        72      />
        73                       
        74      <qualifier  
        75       value="Pat ientAnnoun cerJaxbHel per"
        76      />
        77              
        78     </bean>
        79    
        80             
        81     <bean 
        82      id="announ ceIntercep torAudit"
        83                      
        84      class="gov .va.nvap.s erver.endp oint.adapt er.announc e.intercep tor.Patien tAnnouncer AuditInter ceptor"
        85     >
        86                       
        87      <property 
        88       name="audi tService" 
        89       ref="audit Service" 
        90      />
        91                       
        92      <property 
        93       name="tran sformer" 
        94       ref="annou nceToConse ntAuditTra nsformer" 
        95      />
        96              
        97     </bean>
        98    
        99             
        100     <bean 
        101      id="announ ceToConsen tAuditTran sformer"
        102                      
        103      class="gov .va.nvap.s erver.endp oint.adapt er.announc e.intercep tor.Announ ceToConsen tAudit"
        104     >
        105              
        106     </bean>
        107    
        108             
        109     <bean 
        110      id="adapte rAnnounceP atientServ iceMarshal ler" 
        111      class="org .springfra mework.oxm .jaxb.Jaxb 2Marshalle r"
        112     >
        113                       
        114      <property 
        115       name="clas sesToBeBou nd"
        116      >
        117                                 
        118       <list>
        119                                           
        120        <value>
        121         gov.va.med .nhin.adap ter.announ ce.Announc ePatient
        122        </value>
        123                                           
        124        <value>
        125         gov.va.med .nhin.adap ter.announ ce.Announc ePatientRe sponse
        126                                            
        127        </value>
        128                                  
        129       </list>
        130                        
        131      </property >
        132              
        133     </bean>
        134   </beans>