source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/JAXBBindingExample/JAXBBindingCA/src/conf/connections.xml@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 767 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="urn:gov:hhs:fha:nhinc:nhinccomponentpropaccessor" version="1.0">
3 <service-assembly>
4 <identification>
5 <name>JAXBBindingCA</name>
6 <description>Represents the Service Assembly of JAXBBindingCA</description>
7 </identification>
8 <connections>
9 <connection>
10 <consumer endpoint-name="NhincComponentPropAccessorPort" service-name="ns1:NhincComponentPropAccessor"/>
11 <provider endpoint-name="javaee_NhincComponentPropAccessorPort" service-name="ns1:NhincComponentPropAccessor"/>
12 </connection>
13 </connections>
14 </service-assembly>
15</jbi>
Note: See TracBrowser for help on using the repository browser.