Produced by Araxis Merge on 4/5/2017 4:21:45 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\connectionmanager | NhincComponentConnectionManagerPortTypeWS.java | Fri Feb 10 15:41:44 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterEJB\src\main\java\gov\va\med\nhin\adapter\connectionmanager | NhincComponentConnectionManagerPortTypeWS.java | Mon Apr 3 14:23:07 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 296 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | package go v.va.med.n hin.adapte r.connecti onmanager; | |
| 2 | ||
| 3 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.Assign ingAuthori tyIdType; | |
| 4 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.EmptyP arameterTy pe; | |
| 5 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.Endpoi ntURLType; | |
| 6 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetAda pterEndpoi ntURLReque stType; | |
| 7 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetAss igningAuth oritiesByH omeCommuni tyResponse Type; | |
| 8 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetBus inessEntit yByService NameReques tType; | |
| 9 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetBus inessEntit ySetByServ iceNameReq uestType; | |
| 10 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetDef aultEndpoi ntURLBySer viceNameRe questType; | |
| 11 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetEnd pointURLFr omNhinTarg etCommunit iesRequest Type; | |
| 12 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetEnd pointURLFr omNhinTarg etCommunit iesRespons eType; | |
| 13 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.GetEnd pointURLFr omNhinTarg etRequestT ype; | |
| 14 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.HomeCo mmunityIdL istType; | |
| 15 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.HomeCo mmunityIdT ype; | |
| 16 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.Servic eNameType; | |
| 17 | import gov .hhs.fha.n hinc.commo n.connecti onmanageri nfo.Succes sOrFailTyp e; | |
| 18 | import gov .hhs.fha.n hinc.nhinc componentc onnectionm anager.Nhi ncComponen tConnectio nManager; | |
| 19 | import gov .hhs.fha.n hinc.nhinc componentc onnectionm anager.Nhi ncComponen tConnectio nManagerPo rtType; | |
| 20 | import gov .va.med.nh in.adapter .propertyl ookup.Prop ertyLookup ; | |
| 21 | import gov .va.med.nh in.adapter .propertyl ookup.Prop ertyLookup Local; | |
| 22 | ||
| 23 | import jav a.net.URL; | |
| 24 | ||
| 25 | import jav ax.ejb.EJB ; | |
| 26 | import jav ax.ejb.Sta teless; | |
| 27 | import jav ax.xml.nam espace.QNa me; | |
| 28 | ||
| 29 | import org .uddi.api_ v3.Busines sDetail; | |
| 30 | import org .uddi.api_ v3.Busines sEntity; | |
| 31 | ||
| 32 | /** | |
| 33 | * | |
| 34 | * @author DN S VAZQUD | |
| 35 | */ | |
| 36 | @Stateless (name = "N hincCompon entConnect ionManager WS") | |
| 37 | public cla ss NhincCo mponentCon nectionMan agerPortTy peWS imple ments Nhin cComponent Connection ManagerPor tTypeLocal | |
| 38 | { | |
| 39 | pr ivate Nhin cComponent Connection Manager co nnectionMa nager; | |
| 40 | pr ivate Prop ertyLookup propertyL ookup; | |
| 41 | ||
| 42 | @E JB(beanInt erface = P ropertyLoo kupLocal.c lass, bean Name = "Pr opertyLook up") | |
| 43 | pu blic void setPropert yLookup(Pr opertyLook up propert yLookup) | |
| 44 | { | |
| 45 | this .propertyL ookup = pr opertyLook up; | |
| 46 | } | |
| 47 | ||
| 48 | /* * | |
| 49 | * <PRE> | |
| 50 | * public Co nnectionIn fosType ge tAllConnec tionInfoSe tByService Name(GetAl lConnectio nInfoSetBy ServiceNam eRequestTy pe g) | |
| 51 | * { | |
| 52 | * retu rn getConn ectionMana gerPort(). getAllConn ectionInfo SetByServi ceName(g); | |
| 53 | * } | |
| 54 | * </PRE> | |
| 55 | * | |
| 56 | * Is replac ed by the following. | |
| 57 | * */ | |
| 58 | pu blic Busin essDetail getAllBusi nessEntity SetByServi ceName(Ser viceNameTy pe body) | |
| 59 | { | |
| 60 | retu rn getConn ectionMana gerPort(). getAllBusi nessEntity SetByServi ceName(bod y); | |
| 61 | } | |
| 62 | ||
| 63 | pr ivate Nhin cComponent Connection ManagerPor tType getC onnectionM anagerPort () | |
| 64 | { | |
| 65 | if(c onnectionM anager == null) | |
| 66 | { | |
| 67 | try | |
| 68 | { | |
| 69 | connecti onManager = new Nhin cComponent Connection Manager(ne w URL(prop ertyLookup .getProper ty("Connec tionManage rWSDL")), new QName( "urn:gov:h hs:fha:nhi nc:nhincco mponentcon nectionman ager", "Nh incCompone ntConnecti onManager" )); | |
| 70 | } | |
| 71 | catch( Throwable t) | |
| 72 | { | |
| 73 | throw ne w RuntimeE xception(" Unable to get Connec tionManage rPort."); | |
| 74 | } | |
| 75 | } | |
| 76 | ||
| 77 | retu rn connect ionManager .getNhincC omponentCo nnectionMa nagerPortS oap(); | |
| 78 | } | |
| 79 | ||
| 80 | pu blic HomeC ommunityId Type getHo meCommunit yByAssigni ngAuthorit y(Assignin gAuthority IdType bod y) | |
| 81 | { | |
| 82 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 83 | } | |
| 84 | ||
| 85 | pu blic Busin essDetail getBusines sEntitySet ByServiceN ame(GetBus inessEntit ySetByServ iceNameReq uestType g etBusiness EntitySetB yServiceNa meRequest) | |
| 86 | { | |
| 87 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 88 | } | |
| 89 | ||
| 90 | pu blic Succe ssOrFailTy pe forceRe freshUDDIC ache(Empty ParameterT ype body) | |
| 91 | { | |
| 92 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 93 | } | |
| 94 | ||
| 95 | pu blic Endpo intURLType getEndpoi ntURLFromN hinTarget( GetEndpoin tURLFromNh inTargetRe questType body) | |
| 96 | { | |
| 97 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 98 | } | |
| 99 | ||
| 100 | pu blic Busin essDetail getAllBusi nessEntiti es(EmptyPa rameterTyp e body) | |
| 101 | { | |
| 102 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 103 | } | |
| 104 | ||
| 105 | pu blic GetAs signingAut horitiesBy HomeCommun ityRespons eType getA ssigningAu thoritiesB yHomeCommu nity(HomeC ommunityId Type body) | |
| 106 | { | |
| 107 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 108 | } | |
| 109 | ||
| 110 | pu blic Succe ssOrFailTy pe forceRe freshInter nalConnect Cache(Empt yParameter Type body) | |
| 111 | { | |
| 112 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 113 | } | |
| 114 | ||
| 115 | pu blic Busin essEntity getBusines sEntityByS erviceName (GetBusine ssEntityBy ServiceNam eRequestTy pe body) | |
| 116 | { | |
| 117 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 118 | } | |
| 119 | ||
| 120 | pu blic GetEn dpointURLF romNhinTar getCommuni tiesRespon seType get EndpointUR LFromNhinT argetCommu nities(Get EndpointUR LFromNhinT argetCommu nitiesRequ estType bo dy) | |
| 121 | { | |
| 122 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 123 | } | |
| 124 | ||
| 125 | pu blic Endpo intURLType getAdapte rEndpointU RL(GetAdap terEndpoin tURLReques tType body ) | |
| 126 | { | |
| 127 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 128 | } | |
| 129 | ||
| 130 | pu blic Endpo intURLType getDefaul tEndpointU RLByServic eName(GetD efaultEndp ointURLByS erviceName RequestTyp e body) | |
| 131 | { | |
| 132 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 133 | } | |
| 134 | ||
| 135 | pu blic Endpo intURLType getIntern alEndpoint URLByServi ceName(Ser viceNameTy pe body) | |
| 136 | { | |
| 137 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 138 | } | |
| 139 | ||
| 140 | pu blic Busin essEntity getBusines sEntity(Ho meCommunit yIdType bo dy) | |
| 141 | { | |
| 142 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 143 | } | |
| 144 | ||
| 145 | pu blic Busin essDetail getBusines sEntitySet (HomeCommu nityIdList Type body) | |
| 146 | { | |
| 147 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |
| 148 | } | |
| 149 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.