Produced by Araxis Merge on 4/12/2018 3:21:07 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 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ESigDSS.java | Mon Apr 9 18:52:38 2018 UTC |
| 2 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ESigDSS.java | Wed Apr 11 18:40:08 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 8 | 246 |
| Changed | 7 | 20 |
| 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 | ||
| 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 JAX-W S RI. | |
| 15 | * JAX-WS RI 2.2.4-b 01 | |
| 16 | * Generat ed source version: 2 .2 | |
| 17 | * | |
| 18 | */ | |
| 19 | @WebServic e(name = " ESigDSS", targetName space = "h ttp:// DNS . URL /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 | @WebMethod (operation Name = "De lete", act ion = "htt p:// DNS . URL /dss/Delet e") | |
| 36 | @WebRe sult(name = "message ", targetN amespace = "") | |
| 37 | @RequestWr apper(loca lName = "D elete", ta rgetNamesp ace = "htt p:// DNS . URL /dss/", cl assName = "gov.va.ia m.esig.dss .Delete") | |
| 38 | @ResponseW rapper(loc alName = " DeleteResp onse", tar getNamespa ce = "http :// DNS . URL /dss/", cl assName = "gov.va.ia m.esig.dss .DeleteRes ponse") | |
| 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 | @WebMethod (operation Name = "Ve rify", act ion = "htt p:// DNS . URL /dss/Verif y") | |
| 60 | @WebRe sult(name = "signatu re", targe tNamespace = "") | |
| 61 | @RequestWr apper(loca lName = "V erify", ta rgetNamesp ace = "htt p:// DNS . URL /dss/", cl assName = "gov.va.ia m.esig.dss .Verify") | |
| 62 | @ResponseW rapper(loc alName = " VerifyResp onse", tar getNamespa ce = "http :// DNS . URL /dss/", cl assName = "gov.va.ia m.esig.dss .VerifyRes ponse") | |
| 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 | @WebMethod (operation Name = "Si gn", actio n = "http: // DNS . URL /dss/Sign" ) | |
| 98 | @WebRe sult(name = "signatu re", targe tNamespace = "") | |
| 99 | @RequestWr apper(loca lName = "S ign", targ etNamespac e = "http: // DNS . URL /dss/", cl assName = "gov.va.ia m.esig.dss .Sign") | |
| 100 | @ResponseW rapper(loc alName = " SignRespon se", targe tNamespace = "http:/ / DNS . URL /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 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.