Produced by Araxis Merge on 6/9/2017 3:51:15 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:15 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\test\java\gov\va\nvap\service\permission | XACMLContextHandlerClient.java | Mon Jun 5 15:17:52 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 78 |
| 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.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:// contexthan dler.permi ssion.serv ice.server .nvap.va.g ov/", | |||||
| 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:// contexthan dler.permi ssion.serv ice.server .nvap.va.g ov/", | |||||
| 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:// contexthan dler.permi ssion.serv ice.server .nvap.va.g ov/", | |||||
| 74 | "XACMLCo ntextHandl erPort"), XACMLConte xtHandlerP ortType.cl ass, | |||||
| 75 | features ); | |||||
| 76 | } | |||||
| 77 | ||||||
| 78 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.