Produced by Araxis Merge on 8/16/2018 1:18:04 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 | Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ESigDSS.java | Thu Aug 9 14:06:15 2018 UTC |
| 2 | Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ESigDSS.java | Thu Aug 16 03:11:19 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 262 |
| Changed | 1 | 4 |
| Inserted | 1 | 1 |
| 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 | ||||||
| 2 | package go v.va.iam.e sig.dss; | |||||
| 3 | ||||||
| 4 | import jav ax.jws.Web Method; | |||||
| 5 | import jav ax.jws.Web Param; | |||||
| 6 | import jav ax.jws.Web Result; | |||||
| 7 | import jav ax.jws.Web Service; | |||||
| 8 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |||||
| 9 | import jav ax.xml.ws. RequestWra pper; | |||||
| 10 | import jav ax.xml.ws. ResponseWr apper; | |||||
| 11 | ||||||
| 12 | ||||||
| 13 | /** | |||||
| 14 | * This cl ass was ge nerated by the DN S RI. | |||||
| 15 | * DN S RI 2.2.4-b 01 | |||||
| 16 | * Generat ed source version: 2 .2 | |||||
| 17 | * | |||||
| 18 | */ | |||||
| 19 | @WebServic e(name = " ESigDSS", targetName space = "h ttp://esig .iam.va.go v/dss/") | |||||
| 20 | @XmlSeeAls o({ | |||||
| 21 | Object Factory.cl ass | |||||
| 22 | }) | |||||
| 23 | public int erface ESi gDSS { | |||||
| 24 | ||||||
| 25 | ||||||
| 26 | /** | |||||
| 27 | * | |||||
| 28 | * @pa ram reqest ersuserid | |||||
| 29 | * @pa ram delete userid | |||||
| 30 | * @pa ram appid | |||||
| 31 | * @re turn | |||||
| 32 | * returns j ava.lang.S tring | |||||
| 33 | * @th rows Delet eUserFaile dException _Exception | |||||
| 34 | */ | |||||
| 35 | @WebMe thod(opera tionName = "Delete", action = "http://es ig.iam.va. gov/dss/De lete") | |||||
| 36 | @WebRe sult(name = "message ", targetN amespace = "") | |||||
| 37 | @Reque stWrapper( localName = "Delete" , targetNa mespace = "http://es ig.iam.va. gov/dss/", className = "gov.va .iam.esig. dss.Delete ") | |||||
| 38 | @Respo nseWrapper (localName = "Delete Response", targetNam espace = " http://esi g.iam.va.g ov/dss/", className = "gov.va. iam.esig.d ss.DeleteR esponse") | |||||
| 39 | public String de lete( | |||||
| 40 | @W ebParam(na me = "appi d", target Namespace = "") | |||||
| 41 | St ring appid , | |||||
| 42 | @W ebParam(na me = "reqe stersuseri d", target Namespace = "") | |||||
| 43 | St ring reqes tersuserid , | |||||
| 44 | @W ebParam(na me = "dele teuserid", targetNam espace = " ") | |||||
| 45 | St ring delet euserid) | |||||
| 46 | th rows Delet eUserFaile dException _Exception | |||||
| 47 | ; | |||||
| 48 | ||||||
| 49 | /** | |||||
| 50 | * | |||||
| 51 | * @pa ram file | |||||
| 52 | * @pa ram userid | |||||
| 53 | * @pa ram filena me | |||||
| 54 | * @pa ram appid | |||||
| 55 | * @re turn | |||||
| 56 | * returns j ava.lang.S tring | |||||
| 57 | * @th rows Excep tion_Excep tion | |||||
| 58 | */ | |||||
| 59 | @WebMe thod(opera tionName = "Verify", action = "http://es ig.iam.va. gov/dss/Ve rify") | |||||
| 60 | @WebRe sult(name = "signatu re", targe tNamespace = "") | |||||
| 61 | @Reque stWrapper( localName = "Verify" , targetNa mespace = "http://es ig.iam.va. gov/dss/", className = "gov.va .iam.esig. dss.Verify ") | |||||
| 62 | @Respo nseWrapper (localName = "Verify Response", targetNam espace = " http://esi g.iam.va.g ov/dss/", className = "gov.va. iam.esig.d ss.VerifyR esponse") | |||||
| 63 | public String ve rify( | |||||
| 64 | @W ebParam(na me = "appi d", target Namespace = "") | |||||
| 65 | St ring appid , | |||||
| 66 | @W ebParam(na me = "file name", tar getNamespa ce = "") | |||||
| 67 | St ring filen ame, | |||||
| 68 | @W ebParam(na me = "file ", targetN amespace = "") | |||||
| 69 | by te[] file, | |||||
| 70 | @W ebParam(na me = "user id", targe tNamespace = "") | |||||
| 71 | St ring useri d) | |||||
| 72 | th rows Excep tion_Excep tion | |||||
| 73 | ; | |||||
| 74 | ||||||
| 75 | /** | |||||
| 76 | * | |||||
| 77 | * @pa ram reason | |||||
| 78 | * @pa ram width | |||||
| 79 | * @pa ram userid | |||||
| 80 | * @pa ram appid | |||||
| 81 | * @pa ram pageno | |||||
| 82 | * @pa ram fieldn ame | |||||
| 83 | * @pa ram gmtoff set | |||||
| 84 | * @pa ram height | |||||
| 85 | * @pa ram email | |||||
| 86 | * @pa ram file | |||||
| 87 | * @pa ram filena me | |||||
| 88 | * @pa ram common name | |||||
| 89 | * @pa ram y | |||||
| 90 | * @pa ram x | |||||
| 91 | * @re turn | |||||
| 92 | * returns b yte[] | |||||
| 93 | * @th rows SignF ailedExcep tion_Excep tion | |||||
| 94 | * @th rows Unsup portedFile TypeExcept ion_Except ion | |||||
| 95 | * @th rows AddUs erFailedEx ception_Ex ception | |||||
| 96 | */ | |||||
| 97 | @WebMe thod(opera tionName = "Sign", a ction = "h ttp://esig .iam.va.go v/dss/Sign ") | |||||
| 98 | @WebRe sult(name = "signatu re", targe tNamespace = "") | |||||
| 99 | @Reque stWrapper( localName = "Sign", targetName space = "h ttp://esig .iam.va.go v/dss/", c lassName = "gov.va.i am.esig.ds s.Sign") | |||||
| 100 | @Respo nseWrapper (localName = "SignRe sponse", t argetNames pace = "ht tp://esig. iam.va.gov /dss/", cl assName = "gov.va.ia m.esig.dss .SignRespo nse") | |||||
| 101 | public byte[] si gn( | |||||
| 102 | @W ebParam(na me = "user id", targe tNamespace = "") | |||||
| 103 | St ring useri d, | |||||
| 104 | @W ebParam(na me = "comm onname", t argetNames pace = "") | |||||
| 105 | St ring commo nname, | |||||
| 106 | @W ebParam(na me = "emai l", target Namespace = "") | |||||
| 107 | St ring email , | |||||
| 108 | @W ebParam(na me = "appi d", target Namespace = "") | |||||
| 109 | St ring appid , | |||||
| 110 | @W ebParam(na me = "file name", tar getNamespa ce = "") | |||||
| 111 | St ring filen ame, | |||||
| 112 | @W ebParam(na me = "file ", targetN amespace = "") | |||||
| 113 | by te[] file, | |||||
| 114 | @W ebParam(na me = "reas on", targe tNamespace = "") | |||||
| 115 | St ring reaso n, | |||||
| 116 | @W ebParam(na me = "gmto ffset", ta rgetNamesp ace = "") | |||||
| 117 | St ring gmtof fset, | |||||
| 118 | @W ebParam(na me = "x", targetName space = "" ) | |||||
| 119 | St ring x, | |||||
| 120 | @W ebParam(na me = "y", targetName space = "" ) | |||||
| 121 | St ring y, | |||||
| 122 | @W ebParam(na me = "heig ht", targe tNamespace = "") | |||||
| 123 | St ring heigh t, | |||||
| 124 | @W ebParam(na me = "widt h", target Namespace = "") | |||||
| 125 | St ring width , | |||||
| 126 | @W ebParam(na me = "page no", targe tNamespace = "") | |||||
| 127 | St ring pagen o, | |||||
| 128 | @W ebParam(na me = "fiel dname", ta rgetNamesp ace = "") | |||||
| 129 | St ring field name) | |||||
| 130 | th rows AddUs erFailedEx ception_Ex ception, S ignFailedE xception_E xception, Unsupporte dFileTypeE xception_E xception | |||||
| 131 | ; | |||||
| 132 | ||||||
| 133 | } | |||||
| 134 | TTTTTTTTTT |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.