From ad5aafa99814963d6cfca4e0f9c0c60cd803dabf Mon Sep 17 00:00:00 2001 From: Ali Akbar <aliraal12@gmail.com> Date: Wed, 30 Nov 2016 09:59:02 +0700 Subject: [PATCH] Update delete token saat logout --- .../src/java/org/ChatService/DeleteToken.java | 59 ++- .../src/java/org/ChatService/TokenSaver.java | 4 +- .../classes/org/IdentService/DBAccount.class | Bin 1331 -> 1337 bytes .../org/IdentService/RandomString.class | Bin 1393 -> 1399 bytes .../org/IdentService/RetrieveAccount.class | Bin 4635 -> 4665 bytes .../classes/org/IdentService/login.class | Bin 6760 -> 6796 bytes .../classes/org/IdentService/logout.class | Bin 3590 -> 4712 bytes .../classes/org/IdentService/register.class | Bin 5768 -> 5801 bytes .../classes/org/IdentService/tesKoneksi.class | Bin 2222 -> 2237 bytes .../classes/org/IdentService/validate.class | Bin 4717 -> 4753 bytes .../build/web/WEB-INF/glassfish-web.xml | 10 - IdentService/dist/IdentService.war | Bin 892877 -> 892940 bytes .../nbproject/private/private.properties | 12 +- .../src/java/org/IdentService/logout.java | 25 +- .../service/AddEditProduct.java | 30 +- .../service/AddEditProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Buy.java | 30 +- .../service/BuyResponse.java | 18 +- .../service/DeleteProduct.java | 20 +- .../service/DeleteProductResponse.java | 18 +- .../marketplaceservice/service/GetLikes.java | 18 +- .../service/GetLikesResponse.java | 18 +- .../service/GetProduct.java | 20 +- .../service/GetProductResponse.java | 18 +- .../service/GetPurchases.java | 18 +- .../service/GetPurchasesResponse.java | 18 +- .../service/GetSalesPurchases.java | 20 +- .../service/GetSalesPurchasesResponse.java | 18 +- .../service/GetYourProduct.java | 18 +- .../service/GetYourProductResponse.java | 18 +- .../marketplaceservice/service/IsLiked.java | 20 +- .../service/IsLikedResponse.java | 18 +- .../service/MarketPlaceService.java | 2 +- .../service/MarketPlaceService_Service.java | 2 +- .../service/ObjectFactory.java | 412 +++++++++--------- .../service/ProcedureStatus.java | 18 +- .../service/ProcessLike.java | 22 +- .../service/ProcessLikeResponse.java | 18 +- .../marketplaceservice/service/Product.java | 34 +- .../marketplaceservice/service/Purchase.java | 42 +- .../service/RetrieveAllProduct.java | 18 +- .../service/RetrieveAllProductResponse.java | 18 +- .../service/SearchProduct.java | 22 +- .../service/SearchProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Ts.java | 18 +- .../service/AddEditProduct.java | 30 +- .../service/AddEditProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Buy.java | 30 +- .../service/BuyResponse.java | 18 +- .../service/DeleteProduct.java | 20 +- .../service/DeleteProductResponse.java | 18 +- .../marketplaceservice/service/GetLikes.java | 18 +- .../service/GetLikesResponse.java | 18 +- .../service/GetProduct.java | 20 +- .../service/GetProductResponse.java | 18 +- .../service/GetPurchases.java | 18 +- .../service/GetPurchasesResponse.java | 18 +- .../service/GetSalesPurchases.java | 20 +- .../service/GetSalesPurchasesResponse.java | 18 +- .../service/GetYourProduct.java | 18 +- .../service/GetYourProductResponse.java | 18 +- .../marketplaceservice/service/IsLiked.java | 20 +- .../service/IsLikedResponse.java | 18 +- .../service/MarketPlaceService.java | 2 +- .../service/MarketPlaceService_Service.java | 2 +- .../service/ObjectFactory.java | 412 +++++++++--------- .../service/ProcedureStatus.java | 18 +- .../service/ProcessLike.java | 22 +- .../service/ProcessLikeResponse.java | 18 +- .../marketplaceservice/service/Product.java | 34 +- .../marketplaceservice/service/Purchase.java | 42 +- .../service/RetrieveAllProduct.java | 18 +- .../service/RetrieveAllProductResponse.java | 18 +- .../service/SearchProduct.java | 22 +- .../service/SearchProductResponse.java | 18 +- .../kaa/marketplaceservice/service/Ts.java | 18 +- .../web/WEB-INF/classes/NewServlet.class | Bin 2304 -> 2319 bytes .../service/MarketPlaceService_Service.class | Bin 2964 -> 2973 bytes .../classes/org/saleproject/KAA/DB.class | Bin 1338 -> 1344 bytes .../saleproject/KAA/RestAPI_consumer.class | Bin 1976 -> 1994 bytes .../org/saleproject/KAA/UploadProduct.class | Bin 6384 -> 6429 bytes .../org/saleproject/KAA/tokenParser.class | Bin 1169 -> 1172 bytes KAA-JSP/build/web/login.jsp | 3 +- KAA-JSP/nbproject/private/private.properties | 12 +- KAA-JSP/web/login.jsp | 3 +- .../Service/DBMarketPlace.class | Bin 1383 -> 1389 bytes .../Service/MarketPlaceService.class | Bin 12867 -> 12901 bytes .../Service/RestAPI_consumer.class | Bin 2006 -> 2024 bytes .../Service/Validator.class | Bin 5695 -> 5725 bytes .../nbproject/private/private.properties | 12 +- 90 files changed, 1076 insertions(+), 1064 deletions(-) delete mode 100644 IdentService/build/web/WEB-INF/glassfish-web.xml diff --git a/ChatService/src/java/org/ChatService/DeleteToken.java b/ChatService/src/java/org/ChatService/DeleteToken.java index 5c5d1f7..afcec8c 100644 --- a/ChatService/src/java/org/ChatService/DeleteToken.java +++ b/ChatService/src/java/org/ChatService/DeleteToken.java @@ -8,7 +8,6 @@ package org.ChatService; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; -import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.logging.Level; @@ -36,34 +35,18 @@ public class DeleteToken extends HttpServlet { */ protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - JSONObject json = new JSONObject(); - try { - Connection conn = DBChatToken.getConnection(); - if (conn != null) { - Statement stmt = conn.createStatement(); - String sql; - String user_id = request.getParameter("user_id"); - sql = "DELETE FROM chattoken WHERE user_id =" + user_id; - stmt.executeUpdate(sql); - json.put("status","OK"); - PrintWriter out = response.getWriter(); - out.print(json.toString()); - } else { - try (PrintWriter out = response.getWriter()) { - /* TODO output your page here. You may use following sample code. */ - out.println("<!DOCTYPE html>"); - out.println("<html>"); - out.println("<head>"); - out.println("<title>Servlet login</title>"); - out.println("</head>"); - out.println("<body>"); - out.println("<h1>Connection NULL!!</h1>"); - out.println("</body>"); - out.println("</html>"); - } - } - } catch (SQLException ex) { - Logger.getLogger(TokenSaver.class.getName()).log(Level.SEVERE, null, ex); + response.setContentType("text/html;charset=UTF-8"); + try (PrintWriter out = response.getWriter()) { + /* TODO output your page here. You may use following sample code. */ + out.println("<!DOCTYPE html>"); + out.println("<html>"); + out.println("<head>"); + out.println("<title>Servlet DeleteToken</title>"); + out.println("</head>"); + out.println("<body>"); + out.println("<h1>Servlet DeleteToken at " + request.getContextPath() + "</h1>"); + out.println("</body>"); + out.println("</html>"); } } @@ -80,7 +63,21 @@ public class DeleteToken extends HttpServlet { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { JSONObject json = new JSONObject(); - processRequest(request,response); + Connection conn = DBChatToken.getConnection(); + if (conn != null) { + try { + Statement stmt = conn.createStatement(); + String sql; + String user_id = request.getParameter("user_id"); + sql = "DELETE FROM chattoken WHERE user_id =" + user_id; + stmt.executeUpdate(sql); + json.put("status","OK"); + PrintWriter out = response.getWriter(); + out.print(json.toString()); + } catch (SQLException ex) { + Logger.getLogger(DeleteToken.class.getName()).log(Level.SEVERE, null, ex); + } + } } /** @@ -94,7 +91,7 @@ public class DeleteToken extends HttpServlet { @Override protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - processRequest(request,response); + doGet(request, response); } /** diff --git a/ChatService/src/java/org/ChatService/TokenSaver.java b/ChatService/src/java/org/ChatService/TokenSaver.java index 5b9c49a..7cc24d5 100644 --- a/ChatService/src/java/org/ChatService/TokenSaver.java +++ b/ChatService/src/java/org/ChatService/TokenSaver.java @@ -48,7 +48,9 @@ public class TokenSaver extends HttpServlet { String sql; String username = request.getParameter("username"); String chattoken = request.getParameter("chattoken"); - sql = "insert into chattoken values (\"" + chattoken + "\",\"" + username + "\")"; + String user_id = request.getParameter("user_id"); + sql = "insert into chattoken values (\"" + chattoken + "\",\"" + username + "\",\"" + + user_id + "\")"; stmt.executeUpdate(sql); PrintWriter out = response.getWriter(); diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/DBAccount.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/DBAccount.class index 2d51f58022e2e6575fb5c867ed9b7aea3f625752..0764e61bca3ad7615aa56734c4f6f4559828ffa2 100644 GIT binary patch delta 153 zcmWO0DH6gk06@{7h$PKKzzIOHw`^tK3ltC-BnRRGv0Q?w0>J^e4xXX*Kl3yDwCU&f zdIK>hOM!-_X=qtOB17BIF?20G`T>$yGYA+mGK?(~rka^yu30?NvrxI_!FzF4OUH_} o|B6^`9Ay$8%97eTcI^E{Mk;k2IA%9_m&J-nG*yG3mY+!Ke`q8ZN&o-= delta 172 zcmWO0yKaF|0KoD8IfHYYoCt$3nyBm7qIGNCeHI3>G&X5EXv8H%JcR9=Bz=j-R6`%Y z8+8%(-|+i2C*xkO=RcrG-w@<Mk<_FNX)>CuCZ}->k39L2<P`<~ojz+`3?<5nil(Zl z{kTKn9mT}=YI&pX{flC{VTsYSM2HH)U(?;x*{tWzcr@tkKR#F6*>a(1S=w~GcbW5b WEj`@RL4M1S(QQRQBZ%K~lEe)iaUJRa diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/RandomString.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/RandomString.class index 5506ddb1ff96612a3cb5f901bd4996b8337964e6..3f6f8b0e82ff50274ff1c47c3ed74bd3fab0ef16 100644 GIT binary patch delta 308 zcmXAk%Pxaa6otS2_t#U$ACVLlG(l9UYpbfLYt{WWHzFbus)>$_nuxKaIYTjKZf4*C zyoE<Fk_h6Q80@uHvc8?{{h>c~?d|vF707a+X(OYU)OchXX(g+eQsgvYG7+Yo=bg+r znbkBf=dgm4dAGHoSk$zz<bY+DRuo0Ws-UXZ<>SglRqzgrLip<F@}yE0>a~ZEWlXo6 zTF;pqNl3~($yslSwSW@q0UIO(y4VcpBo@%_WQ%Q+_F~ODj@b>^V_%5Z-{a3!?_P95 z>`%e~Nz>t<%b>aSdqP8`%%gu-7-qzFefH}A6d}(jV|Jt8P89!#CdIgX5&gz<X7LGI Hd8GdUBKs}$ delta 318 zcmXAk%PvD<6otQi9R2He22B(RDI!|x)}kotTIz0MXmmu>rI(}?Nk^TEfuuP@@d!-J z3_O6h@CZf{L7YDZ``as7YbASs>JMFi`+a!@QXFX7Nh&5Z7ReUEOe&@nDNTT6kZH4L z3}y||nr7xqY~EnOv@(iCO^78EST<@!v8q@TRJB$-E*GkTb(9qX6}NO!E((qMgV!sk z-i<^h?mfv_F3Y+@mJNp-F^6t89lGdr=rGt~TL@ja*KVTVmhy?itIByPZ(=*9wd=6Q zz7T1=N1kiez38y`-w9D-UXOh#gWj#(*EB@jd$jK|!;JV|zkmO~3X*1&F~2e3PaF0R Tt%`tr(e{mHmLDJYEsMk-n<Fxa diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/RetrieveAccount.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/RetrieveAccount.class index 00759848580227861e21adb044b6428eb105f057..363e8d3f625a49d4ad347359a16503cb7b9ac163 100644 GIT binary patch delta 1020 zcmY+CS#VTE6o$W^B-5RHTbLnL6q2GURzdLuQ<M}>A*@L$QbZ)81SKS4Bonfc888ww zf}*mCaAi?I0dWNs7%;41N5!x&BB(4bpaO2Z@M1WZhmbtnK7XI{pXKj+mUrLYz2V6J zJDPyL+;$kqtA<%FukpHnykVH_Fo(H@d4~ChHw_C6Z)p}fSf9Jdx1P(}EH*6hFG~%} z4Da}9?`oDibY_KSr9&5=U*S{VGrVtD<-1lp4Xoh<m$iIo_{i|F%O`y5@)_$4>kS(W zh5qex!xz5YXc*_)O@{G?Vnd0c)G)y>w$yLB*^u<hN%Jk5tqxz(=&+6L>Fi*qk9HY$ zI}D)7ut$@+SF<k}P%)JyXusxw=AaC&aB}NPqcw?GbyZw*NOL$jE0Ci?D>YwfzSexB zIU-GxM^hrIr{r0_rP*?nV~UR14-L&9QZVN6+^n)hWkrtEv>d0|>y|dJ%Lz_OC(9}7 z6=~U#vOYPM)6{!SX`O>-7_7+f`lM$Jvz+CeqHA^S#7KF(x+)TnRn}BQBg01JkH{}6 zkCrAZ-*H|Mj3<f{Q{sw1{$rN!xuCgd`GFs0PRmbR^7;n*hh$>QWv<BBmaF{i)dwHU z`h{N=ZnUl@RvRr!#44kf-?(PE&Uwr4GVqq*z@C3t{-j=W!*Y{bn!hZ6^N;0U{*&f; zgB~58JJd2JnW+~93rA|6(2UX)Xr4sL;pWNlh<q)C(VF&*R#r+20a9ASvXi6b3ySk8 zo+ef5r*_B;G!!xxhq=`84A0`Sgi6LyB&)ZY62=R9fc276ET{vG3>R+^9of$yN(F`F z5A|b$pfK6oAj)%S;h$up_++6tOc^oKRWD(bGfASoRfr0Srtxr4xze!8TN~<;QcaE5 z9Lg+e6*T#t>ROF#OhO}I3UqBDy`Aj)EdP0?-l0<<+)nHB_jD_fi0FR7%L^BDYx@>$ m<BDmrIgR0dz1w;NOqbjMFY=Pu3=|D=dpXVwW{yS0dF3tx1K-jB delta 999 zcmY+C>u;1*5XOIJx4Y-`eUH#;LdX&lFc7~e4Use<sRaTh7@Baa++k_yLKj<Fx(h7| z6u~P+L0>@-Z`>3VR9G$oic;hv0?J*yfZU<sAK(jhPNTK`aAuyFd1lU;IkT_Vx?T+@ z9_~K~^rP8hAd3wz`HW_X6H5&*dyL@~!>fkZ46hsBFf7wFdRWI@?(~~Jqj<}(!Wk<K zZyVlmX@TZlk1njztoG>Y__G}KJ;NHqTIYJ-YhWE8_|)*B;UmMxK6CiQr<V1G4Tg<| z@y^<0*zEMDhRIHUW|(S-8>Sgb4P~y_N_XiN!&X;LF8^Hfg~v9wdwj`P*?i3ohjtn= z9s}5A*saOhquHAYsica1quHm~ukecMrzdLC$?DlD%>m7~nZ{6|^1jm?)O@e`A#*vL zr+Qir(PTNykBZI(J%@}KTry!~QICprRb`>&2u(p=WciavIc7Odogz|@SJ77@KRH7e z<ds#I&o696|E8P>nj^93&zw}mf^FegZ_6o8E261%X?ku-5gIYv@(aIe&REWJ&T^g$ zL2>k%!Iq0$vi!zng`HPgnJkb0mlSC=Ex+@J!cWxKBx@7#bh0X8`IEmaS2%6CDz7~o z9r(oGmTS~$u3K(!Q*+C5n>&`f+>>_<9rSE*(GbhHOn<#1I&pwzlxDPMjFxX!BK)Bu zhRJCm7p>{YXk&$22oY`z%lehbiHh?%#*!uVAMeyH)G(e2cr;SaL?+?0nkptUMYe1` zWlR<Hh<xuj;(|J{mtv*~>P!=ZC>4|=<I5N36nRVm_nA&PTKH#3h)=eLqs(9?+3G1_ zRFITtAC<!_iAH!js(hZOGHA-_9j;<_(45mP-qujp)~>5HHJUjZ0ksfoA-hA{|Fhh9 z@*nVMD7Qnesn)&~Y0+8C4a##%y0@Q2`?z8rb-{(){66iyAsG)cx%s>x`Y{wQinSoc LLKaOzrD*sEOGD4w diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/login.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/login.class index 5371d1e459b9d919c2df7acf3a6c141b1e234a15..05f673c9bf8c2fc4c9429a689c3992917c40fc05 100644 GIT binary patch delta 1598 zcmaJ>XLwXa6g_8mvorg4AS9th4Ji<j5*DP05`!TLML|G=N>N!Lkc7BFNGP^Ns!^;D ztQf@t2CzmHL9t;26$>^LY@jH1QNWVrPLNgj;ePvWn|tq^Irq)m-D6SD=%$8s8vyiR zxr2#Vqws_S51tHQ5Y}ou6~sEMx8iAyXB=$6vl`E7Jg@PB#)}#o6<%_Xh&387Tm4E9 zui`b0P1f10@w&zvw(L!XEe=xgmd4u}@7Rv-Dr|M4XoEEl-oyJre1H!%7TX3NX)Mv$ zrtz`HCmP#>*nv-j_za(G%(MCnE539P!cK)<R)1y1*H-LS_{PDv*yEr(zO$$K-df@& z;s=c%t^P^lXRCjSYW!-u@74HC<9A2k?9*87U_TC6XR`(WhsK{8e<}Q}(BL3OI3zs* zdg-%Pf`dWyYbs4G@ENeaqZyPfXoN~OaWINaH509FW^<AhlQmN^HJfX;&}^yMO0%_Q zs^&48$7&v@nWosLzLsm5i3Y`V#SFzvVNw7T%^Y7crK+qlGEFf{v2Fdu-Y}bEt71FF zY-z4|yig;U>$mxe$o6iAKfS$lFg$@B3_G$Dk(irVIJBU6<glWQ(yEIp@}#?AXLfMM z`ezQ#VHercFoZfHAvaXoEzhv4byRL>T;+sWd5u<Mp<y>v5Gm#1>ETdCI5H_zTspOK zMtEFBiQ$Rt?q;eqZx3mluhLU`8usEz0@ScKPc}S-ecUN(c!A(H%;l+q+%S)Q4Nqgf zVL$dUEMOs#+}OUls;nYZ5UwbRObAakEMkAd0UT&Jh^M;^s#S|KtU1_VGKUzRi8{j^ z4s|=~jNUmMMtHM2XW7tj!jmOToW*>?KdmZURXt5YL#6y|7AuZ0Jcs8Ro+q&9=#gzk z8jeDp;%LJ$JYVqw!wWgqFwAiVbKL_vJ2YOP;$f^J*w$__!JrJ~h9#URTvbOVM=EDT z3@5SFuncweLjpVWs7n<tQ@C8=3WX>rBG_NVKzU+Ff>Jm#BcA1r$-C{1FUu{SEstM< zS7Hu)m|H(TxyBovhxu@D8+Ks<79xmRxjI*&1_mqS%3Uq1O$756Tq9OfY{xPz!nJZY z_Q1t;xE{^0SF&!9+9YAKE2>b9WY!?L(Q?p<Q*a}0LINVpk(z}9p(iI|u~-UyyKoGa zh^aA)S-2UuAi(7U$F@m8nkNglis$nb%2{v69q#&;+0muA6JA^*r`e9g7&am?eoBQ} zg}W5)R#<lUe~*wR&b=g%6vIk5|DO)T<WrPzR1)BcVYKBt8YleFUjGheKzuMMXns`v zKLZrdhkx-&`Rt^8|IG*bDcqNQ#Ki8GIzNczeldJl;qGizoHn~Lcxa^Y1c?z3pw1o9 zx>wSX(Un-`E^WOaeYH^TK|tp9pjcj+XGc6FmQP~xhPwHw^SfC;0V!yQM;cdvLQKaD f>29fS3U31f3XhUG`z24~F?U~TxvG~n4<0`V`BXo# delta 1544 zcmaJ>d0bRg6#l-MVeXwbS4YrT102*AlSWcZ6Ezi7T3iY%(fa+!FhoU-Q7|>q!m`ZD z*Ji0@BxM^FEoNnAw%KC4Z7waArR`R>F`a8ViGTEd@16aed+vAceT(vU^{m^}vUVMS zo;=UN1T-l;<iLZ611QEL8qGn>!K0Qurt!Fgxp+cjjmDE2Yc-zIcv|5Z2O%_Rth4;t zAZBB|#&cHLpz*xMMw|A6!ix^l@RG*M8n4)jn-pGk>X3yd2e0AvAeP|`jU~3gW(`;4 zO^vrS-qv_0h~;=Uh!uEGW4`6@Te8JL1Rp4TX!%E$d~C@l3R@j)!*&Nfu*2@=Q!9xY z!e<(vTmFT{PRqZn)A-6(-=*=j#y5_%vs<Il!5(~Tl?}G}?=-&G_(9=Eg`XV!jJ*zi z!LI@QhJ9B0-4V3@(D+m1FWdg#R&UXW$r6M>NjfN{N7HM$Phyy$=+{(XO|2QwbTosS zMzf7(Tg{MWJIzGJq~;Y|!wj}p?4WoA;S|-5FP|2jIJK%;F<CLCxyD;Y%~ZuS#q{Pq zz9J6HFt`vEL`t;0HX5mjPMO?yd_~zs)#cHCqf3V5_BK3{nTA=+CPD?_!V!Z@#*8fL zXaoBjc4Veo>#yw=W{zPeG!O{|k%~O=bhe5rh@3z5f?56dO9xWAxY;V*dlZj$3sk1} z7%4DLWw$%luq%%<?8aQf;~8-mt5Io&-I-^20(%(tWWHf9Mhs76Z?{FI^y$Ns4EwUc zupecGq{_0HWs&OXlOrV)r<7Mm%ce|I9AKR%8%*Lr!$D{;40EtMTzBjpW+CCt=_Y-L zSwwhpq=g~OC;XBdolz~O5vLjs<uJu!!&4~AY0_<@9+P#t;czr4jxZd_QHp06p2-r! z(LBpwo|_ry5;<F1#cHe~*vT$&j=@A!8jfM9pfRIrQq|O&D#NiHXLv3enx_Z0>C$3_ z*$Q(M<|?@X6cQXFWSD$0Btj{)j)+HjV{&-CakpI4OXTy5u@0BQhk4DblNNf5=i@Rs zSc;vv9QCj_V+R)C3K-mtEx1y=ZP0|xSSV6kY{g1kg{$T8?}m#-xCZU8S1gNB@6Jxn zD83fgApup)#r0Cnk9<zR5|I=JaGYe+Lt_?ma06~cfQ_<l6f-0v)02ana5H?KLfO<U zSn6(1?oxLvZi5#WOWRu!ieV!{@$D#NDJ)Z1u26dLT_Na*5+Q-a819Ah|KUJPAWb+d z2=K%()&g4>NA};f{+qzi_ypRc!(sUcCM8WDeBvYV*^&4TjRyuP3`=S?n%gDM58@8L z2tKTIb!tiGp|gtzh@ZF<4eqSeUWu)(cVU&gK6OEMqd@MFzesl(XT5+KLRZ`)l22@M y6y5T)`aG*ApglSZWYz-|VkT;YTj<-u+k$|?ePr%FiPN~>%}B3Q4~Wl$2mb-7r77b8 diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/logout.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/logout.class index 605a3c2578231d0e68c006d05d8c2501c9690e22..8b95b90309a2ccc042402b7db83fb16bf70fe44f 100644 GIT binary patch delta 2456 zcmZWp33yXg7XELN_P)HlE=14<sYV9JwtxYY#k7>A1X?Uq)7DxQAx$5&m?kB8VL%-s zE-31ZI&a2xTyVu*L{e+rw{hGZ$6d$SRCH#XMQ2e*@xMvhB7XVaxhMCYd(OH4|KGc1 z!tP0#XTN#iVE{+s8yyR=S;v_;%Z*x`t>GLGw%}Z4&eO0}$N9KG!-X1tqT#0+F4AzZ z#3edPv01~<)M$I~bNoWXrRvXR8ZOsxh1zzd#8o;f@JkIz6>_!2H996>vj>@Lah-;3 z8m{-?2HfbuO}JTusm5D0Y**v08g5ewZ<n}3M>XzL<}Qi5CGL^fp<@c})p0m>>X?fA zH0)BDvKj_7+^?z(YIs0HLb;bo3`snw;~_k(;}JaS9*f8DxN@J+dFUrKJSFk;j%PB$ z|DeRLB%YD@HM<wkLmQ%Iztx+FrzD=0c+QSE8ZwS#N?>gB+Q|AyAhj+Q2%D*N%xX2Q zS^;-DWhPg~BYmcT%=x|D0-}kz(#crZT$eUemVh(SwN{`spCfKsf%b4ScRQnrxWI(b z=|;=y=Tbu=9yg<^4+b6T=t>Gy<b!$>fraVStIed@9X2D~W|9FeHZ|S8-m$9Wd15Z{ zg2ao&z;-$>C=X$=#7hQV#w!LIu*kl~IsP!7*uZb_s)66)HG#6aLl(6(v~?a6^7mMM zv3jCm;B~xezvVo2`WtwY7#VmAn*@sL0zK2~4ZN-X$htsRqI+X~&dY5y@D3K+n_U&! zyLivQ@9@68&2@0*_XhreKMKrh4K;@v+Wa;C#o?A^ek*Z`8TT(=(AFMa(ClB@(zM(k ziAEFYxaIF?4247afVmS1=R_XLz@PAEp3J}p_|U*d*e#$b#1;4kKF0g3&_n!!fj}$~ zjl_BqDJwW<+MLX^KtoT2d?nZSM$Nz?GiF+5n<_r9K-gRZZ{QOFBS&$89s?nT&|mOZ zf$<{?-y=w1|J>sDh!ODR7bYeGP4WJ;)oLZpNMD{c1AoJ(s>0uu`G@_qYet2Ef2uPT zr>uyTrs5neM;rJTKC=%fTIB!Sz`wCc;y(udi~mV{Vc<)AW#Iq#+CVdw*{2oluJYyz zDv7o-huLSwDZSCj5#8>L6yG4q4ReDTO<U%%X*0P|pvo?h<CpELZ&%#hp!8c+eF9rs zV_Hor=eVl88e@_88rDko#@EzVQ}b>H<o{CDRZX^ER%R0YW_(o7#ImY-RPXz0y);*0 z1T29AhNFq^UMN!a6@?!5S*SivV879&a7F%>sOgfzf!q7LiO$Y>T7x*SmhT}T`0;Yk z7SZROp<QBM?XH~M$T=Mj+C$*NL^RPea`6V1;%NSJDfk(&#QwnjX-37@ql`8H4b$Mo z48Dm+;2=J}lQ0uCn8n%Iv~$pbqp$)&MENLf;p{~m??YX#Mh)|p@m*Yw7C4!0SD~8n zj={0H4t61oR#tA~dMmU&NFh-q(JpbEM2E!j5}gn<9=-vcjr{gt4CKBMBT>#hOy(R} zX4Vt<6?5`LoWy=s@SIL80UXy7r!j=>Ap0@T{7g`apyr(A_Q^r;wq60BPkMhah)E8p zN$;V9_@M(qZ3v~E11R$zmc^KH?kuXZ7#q}wP~GX%2T&9A_&ixmeiT!J#t^1<4&m@l zpOHmi0MiCAJy<fle+KtY<>&R&WRV#gEcF%nN(XU-106n>_ek%|EM|2KhtDpAt7>Ij zp5rT1%ToqXED$XBmHS*-9F>K33-%8dd26$%yB~A!MZNG9Wif9DvGxinbTZ|H;&(NC zv`gV8|6VN1pprDrCM^p|Oo*g3l8!KGS%G%+kmgM|9$U$UO+dF3%*P4m^IUx$C-Z$- z$(y|jUn4@Qx>=@67>J5WmQiBMvP305VdP4JKAR8uDnv-iLOg{oN=G6SV#01tYApN+ zOm1|u<W{WVoX&9*o9Kmy<t?nmDb(+FCX1mDCEOW8oN=XWWC9ZO%GipY(_J|m8H0YT zV_|YVtU!7N1=6DeGZcthj6;%}orKDu4lT+>$#NbjsvhVgqLN5Ute5yv&e=fAySE41 zu(xnkh!XBb?{^e<Diaoyjng=~aQd(sGsMZsA0TTcPsw8b4!VvUQ~8^l;w~!(ravDx zd=i2;e3xY5F72)Oz3U15m^kv5Gxt>Xpk558cfmazX69?D&cLYA7s6Sn^W8idMmccC Ew<@nB8vp<R delta 1383 zcmZ9L`%_g_6vsdNzV^Q79wd&{cnK1XQeFZEQ8%I#FbDxHjcy@`fT5|7ToTQ?(F02> zi&L5Ql3rF?iO4l`raz$nqTifpravKC=Wyo^IcN6TYn}D_uC?~MSvp;m{`248{{ZU9 zSk%yKv5USaW%L_%$7o@|BYO;k7Oe~!h7EfS&l^Sz`!xG4R?usB!MhK{Xy%~dkSB~9 z#tbidZihAF7OO}ZwtFTMnwKn!=#9~Sgh|6u!?74IbKLNX;Z;wUHoRu&^4L+$l;(Ad zH+a+HEvBQK;BAk4#}cF`4W~5k&O0it3g6SbuQ{!-S|<mG$5Q)74~=U+(0u651)AM+ z!9F$PhC`=ryPrCZYx5Bw+tjkrJs&DuWAh1TY(C|zBENA>OLy~*<hIt5k<`HhO*ZE^ z<Ng&oR{I&B+k8P%5pJv=sTIwao}e46_lyo5ZSuLS%U9GXR=TtHO3UUvvo>Gzje9A) zI`XZ}cYN>u9oe{Aq1I|H*!;kcipY3sAT=?r2y}PY{KQ4KUbmE7viX^$<`<h^xvZJ9 zxx&27RTgX#JnWv;H|H;!S>;ZdJM!{|Cx-_oQo}pPh6YkI(N(H_{z$A@4VKA>LCKMd zg@%QfMhLAJDM7&3+2z+z<-ZYFAUG%g13Vzqk{jZLD5OC+d&!muc}S#?2SP0B-Qv7| z(w==2`9jxWSdT-wjK6}rsic%Dkv0gDYKdDzk6_s)Xa)tzwAh}O`>J5_a+FKleCbmo zj}R1jA)C$Pnt0Slu)t$%lFXY${}g7CanfN;nWkCOqG{EVS_z455z;1SkplFs7CEcn zq67=()Dm@zoQV8<oHoJJE_DXIeyItOqM~yvoWkqe6`<<|MagRvyV3lbbWc3wtaa|m zP}*~Y74kdZxi>>Wm7EN>C$y;Vi)&9^d7X$NVd5qp%CIhjxxk%?uv3;nrciN(N)-=h zsG5^{9gdThE(QIWBxKK!%A>MWjx1WSU~Lebn`leZAy9Yo1p9?M%vN#i7S~Ru=wgQL zeuMYQSc~Zws}6Y#4H9CjSVY9HNUS>1;%WKqH{w?y5w?k)l$;xcn;V3i9YmCq5<T51 z7#(qXQl=8}r&B~=Q4lO2&JHb!WH{@c|8;q%-*Ls$a);!FWIHYe1?2->UQwB0!>y0A zPmuTfb(N6z?Q$@64yMk+Tt3z1`4rEP^j@;$sgjO++Y)rDFUz&G2oe9+h@WR^34+-) N%fmz!&-yOU{RjG>&&2=$ diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/register.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/register.class index 7a2a9b0ce89fc92347cd547e313812f040103aa9..1c9ea990b8b887fbabe00a9f33084292e6fe3064 100644 GIT binary patch delta 1278 zcmZ{jdr*{B7{-6^F6=pcdxV8`HNXNgvKwtAp%pQcX4c@0{b4m(Q?r9>fVgY0kY%)1 zUhtA#zHUTOR#tXX!fsf0zu7&rds=q2G%LGksdPT3VepS;zVn{vJLf&m`@GMb(_Xf+ zEWLhT?>eADsvORyOL2#Tk2|wCi{+ZTg51qLURa^I*Wo_y*R0e$pm|X9kmg~<BMv!q zX;yjj>LA@bs_F55)@UBnJnkKPLh+<SK2JH8xL2{(VFX<c>8E)n$U2_Y%=3;ur<t!= zpjoJC*DTU3);zCyLGxmemv}kIE4=DSe9a-s>x%W>{Dv3a^uk+;w;kT$U5C-U=LL&$ zcwe(Y^MOaPF^doRNb|A7C!}pZb3M*aHJ^EjpL^j8%_hxePve)GuN=1UwfD2eYvmiw zx0>%X-)nx*Y*qZI_{m`#+Z}#pM;5>EtA~Em>{R@&_(RA}C1=DF6XS_^Q!JHi5{f1z zn=Xu=-qR*?q}b;CsrXB=%i1J36K2=OXQk?siDt!a#os-7{tXgdtN2H;N3mD2&o*ug zyE`%x(&wI^Sv1O?H-d-}pZJBGs*+PCkDqeR854@@QZpN?Ew_;j5w|O|EnhMvU`rZN zbPAbO(Yo?#BbrXPJP=Wm#koS*U7j7*MjQzmTHLxoN!S<}BH31jksJvb$(1~}BT#L* z_ZSJwP%FzwM1~m|PN$IrBwxsDh_%L|Evfp(==fM;JTWcSWTZd}jf{{3jT|IJZjKrr zD)wNBVX7Q#th$kIrD`ZRL`sz$YN(Y_LPjdyT(0CWBZo_=+pCJoZQc=H@{vNIITcH_ zGz-4THAaq-GTT+Z<4TS;5|v|&l-u4Ny|nOHBcth5QeoscsZ=t?$XGev$O&>{Pq*Hp zrZy;MC>j+r6$z|GiQuU=oMuNKxhTc{83S4VK6@?w1KajhCG7~<#aUcL22Jkv(3HZ# zYt8-pLdwn=wDg>p+v-oZaxo#gCCO|qu?2f&I+rqsJT}QVE~AYw+oXcaNi$SdS?alV zH^N9?Ay;svEx1fpbCqRLl=*U*XOU)%Pch%3EKZiaEU?I-Ms~8$q9A9=R@yBxTrgHP zv&h0B)XPQ|Ta-<QtY8UC?aK)HCQ-{Yt2W}B$ki+((-*TMui;vEQKU3|9oOTh-u5#c z-Dlrnc)$;Z+wbWOiW?O-{m*xE|N1QgYM0dXQGmUv1BU;{0KVN6j8k;v?dNfGXpo`8 Vt@c8nG^{c**k<82o8#m5e*sS`3vmDd delta 1255 zcmZ{jd2G~06vsbr+wM$%JG9%D0^L?iMZB;sjYRpQX(EVdN>cwoi2R|h?IOK)X?I&e zEQ_2~5rrRC>wTeuDB$8%74HiV6vPV!#S_I7ML=ntUt>s#F`4<k@0)kbdoMGq%R9?c zn|pgU0b``XVJh8<TO54cn#~k$)7&1QkvlxNQ*)O?6L)Lw(cG)KPqRvMzv2OhT)H(6 zdUADu2G(dE@|3ljhc%CQVe1s@9g5iC*u;-2(henbJES)9Sb*g`u9@$JKA~BlS*Tg0 zS*%&2>C`-_c}mk0U<FSHSjjV9iO)KO*`#>Rlh1qbf(I`uUUGPuR~$~~RSzu7<u%Rg znm4=@o3nY7w={1%yhF<NGuO+xMf0xb_?`z_HQO}rdo^y?eBkgQA9>1Jua%EApJ;Yy zKGl4t*{Rs2_}t+Ob~}8@SJ`~cHy-;|^POUk;(H+{8E=fnCPrh?)<`nmDwIx&w_X-L zFWn(?B=mz~ui{6+nJ}w1Ix|@xk0lg8DSl25%h)E)FN$9kzbW>)y_qrj-EGb)Ei?SV ze#4&}5OOQa&aN3h`NH!j44;u~ZmKdIWWSrv>L}+Be;NL!OUSAWb!=9ol!<WYE zW>@vIe`9*xOZ-KOKEaT1=lRQmV#FsIMlvPKh+mYu(O)&zh?Z<4js%Ptx{M5x93j6U z(jE!7CF`5Q<0DPcSY4#mNUj8p<Vn7f0vYU%Rzrh@9vxzsCPNK}WSBcuHH3;Jq@>tT zD<wi^GMcDRa*UB<CFJf<r4`n%)N>v#_!G%UvMnL_YO0Nt$#J%={?RHKVdQujY2*ak z`6#`#_(UTo(WT^MBd5qHC8ruGm(z@dWpsM0-mRuhQ8XwT6-~;%OtBC+$HKXG_mPKE z9PM$$E2Gc8zl<Yh`+b`2_S?f4aWa|d=HyK-9(dN$Zx>pv%p{TS$ZO9?C21qb28q+o z<@UlJna(U`lg~~W#}&+>fW0z?E9qdctfPgw)>_C2Uok1>*$bD+daklr6y?4==3AyY z)2CQqSvF_MVHR5EP%ZmdWLba<WDkoiGh94YcCp0LLDb83IxWkgTUK#3*Vr!*^i86c zI$Ld_Zz9*Slq_Gw7I_`Z+%<(GQ`d6?8PwZ;rlb4VLcx)FC`$Tgx?HhB;r`EB*?%4u uPzR*Cj}ZR<W&qzoLgN%Q`A5yTB{*Q9!i{vf7Y#Y1aNwAQo2-wIoBsh8dj@X+ diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/tesKoneksi.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/tesKoneksi.class index 770d8afa50006255f648df8999e1dcf8da558022..b76da22615b7a5da6be2a7101b4ef392fa87479d 100644 GIT binary patch delta 486 zcmZ{g$u2}e6o$X*i>lndiFAYok+4F7YaXvQwt3d(@pfyvrF9D(!%D&fSlpe5kO(UY zD=RPK4N%uYSXk75>ip;bs*-aTdJbK_eLTGYEgYDX;V627gz5FAPtk8Oz@TDC5m5{) zMiirxF%!$rj{9{Y$RtyWX}_6K%qr%5Y+kZpQbN?EltsmoWLdHzC~#7lR4yzqs%!2q zmqdlOS0!tbb&Uwj$ay?*luKnZCz1`xruQx$t8~C(i*1V?TtT5zIW#jEU7d|oBy)%9 zu!b#SY<sVPtI0UK`bmofoq~MFPBw-u_WVXVb}YMlp+DERZ_r|&azW97d+OS0H?wa? zlgHUJH<nIVBuPEo7`Mh+t)xy;FR>*J2ra>3EqWIXpM;Q-zlooe@ks#VXRKG<s84}5 vn`kDF7Vla{%YJ*U-*Z8mu6eZUd9_!nYRmu22s-HW;;OCqH!0}Se1PsR#f(c- delta 450 zcmZ{g%PvDv6o$XuL-)?<Nu&b?6^YI&DRr&eQJ1#v)TK)6PMfp|t<V9ZhF3T<1CJmP zMiL&t$jg{w9}!_-u>QT*`oBMWXFd6E{k50($7i6If=M$&ieVq^*shEyVkRAoD#jG! ziU~zrk&q-!ESH^h&nX{arWG@8Gpm?W%)7A#$)ZUUDU$$8ie<@)WL4m`OXX5ECNM&6 zceRWNq$O*TjKEBu9~MrkrAqlsvM$+h-o!)DB1_I<lPy7m9ZaO+>FiRnwOBnqidk%v zb6!1H;T?7@_UISX+mT|IcJ|#y+L41w{zAW|Z{Lvv=h6rmhve^XjB6tokc1`ek`AfA zE426~wM^^!z>k#tC4MO50}sZJt=AaQ<<-MZx~QYu5h~<7%5d}VdCwOk^vcmppJvi6 V|M`L_{m!Y1HvUct26WcL;3s*~Ky3g3 diff --git a/IdentService/build/web/WEB-INF/classes/org/IdentService/validate.class b/IdentService/build/web/WEB-INF/classes/org/IdentService/validate.class index 87e9b798eab2e001df559730747abf378617e749..491a2d9d5b60658adf66c9bcad4c0a8a171a69b0 100644 GIT binary patch delta 831 zcmaKqM@-Z~6vltEEIZ?W=dvglJc)AA0|$(n=)uTIIe5{FG0|1`um%Y3E{IrGQSAM% z*n96HiXD5yjvagNy<!1pNJum>CX@HxeDl3;zBifIt!AXftLpYt0&RuYp(7=du?`+e z{ETC~BJ5`Z6BUyblPx~QVJg%7OlO8<rh}$L;o3Y)G27-+KXaJtXCCtvy=`9L(1L|F zEK)4C$P&p?hh;2xh^MeZvC^We6#X1hSS?v&*=ucBr&w=gHz+n*<xPssiY*RXDN_Wk zr&5P)lq<F?b|@;Wxt)?-lHCq_*z2&5{Y|LkfUOQH4mo6SSaC#hRFu_q7T#l$<K<mE zdqvuA$qC6x^9qtvk}An*$r;I6<4JPP_%_OJQ}3n>!_u7Rf@#oPq*~yM#)7f@sKC=b zOLK|Kk}I04Tr(n?>)dc(czeccxG4~+np+ebY0Yi!7=6uM?rHAxK=Y7Cn#Vj5_(O$x z;Yg@YESwY4Jmr}nX<)D*m>wOJo!-NM=E|HrW6biOYdY~lpz@=kNN&(}yrf$5ir0;8 z`LX11c6w$oJCr*h7}31pt>zu?-KxZv2{n9h-z7F{{gDR(T@cI;59rf4Qewka@=5cV zFXnADU-{;?@wFGVZhv2g=HE3x>_9&?zo?VcYcr+L!XpyOD}242_#jC{5|zXx`H}+3 zU`b&^F+@m;Bts>`8kRXTt4Ih4d}Dk)nK+XF34kZ1o+ikD(lGj|!)r<M1n6r1y3c%? lZe%f{p%%nV_A=5f3-k^Ai3vtg?4~BQOa2=jZTKF>{07Nm%_sl> delta 802 zcmaKqSxA&o6vuye(z(}f?#oCeOucADPa$MfU=NWHln)a06oE}R4-+ani`rsitF~G8 zweS0GWwvVBZe?YwR<`ep*}m9|_I-j-5W(U6&;8&3`QLNll=W%p9jR-pssRSjYLHBk zWSW74A{POsEBr2UnW31em}T>`4T>po5oV5Lu7RdVG0(>NiUl^7y2xXpi+mO-#@bkB z5YJ*enTjPgvsALopn&BD5f3XAD{Xd_V!VNe)si)~daa$-Dc0Mz8x$LD=S_;uiY*3P z*{1N?GnE<y*{;~3*s0iM54T&gM^bLEmwg8NsfghKm3DPdamXNv!-^x4qoSg1sE9fy zsj3|2s21I;CC4QvBsG$gl2ek?k~3yPRCzzmS<Y$BQ!8)=L*7t0C~%~uYA$e5a!FIi zWz7|?3gXOBF>z+k=;TN}*90O#bDcuX4Q^^~aa+?sqvj5GHTP%|xO@dU{(vt%<j?YH z?(;wpJHeahO$_E{CXTj9>%puXTl`Qnghv7u4*CMwUR(Z{TFn!lcJ_or{>;P_Z>BFh zLwf_7XFS)u;HB9d-K$GIuS~bIYv0#23Ur<~)1Q&v`J3pDqvVa|E$=kVyf@RFgG7s2 z>>S+VgXSZJl24k?e35+BeB-<32R|#DoMVhgk|b9WkT@hkNk|fw<aHGJLJ}`2ka#-6 zy0ao)2ynMj(oPD7<bMX>@U#<y{HF}dKcW9GVjXTqSnKSx_F^QdOzfxylPrv4vf1Ds X=l+uuOrg*m9y_qx-|SRN?;!FUs<6Gl diff --git a/IdentService/build/web/WEB-INF/glassfish-web.xml b/IdentService/build/web/WEB-INF/glassfish-web.xml deleted file mode 100644 index 13e0059..0000000 --- a/IdentService/build/web/WEB-INF/glassfish-web.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd"> -<glassfish-web-app error-url=""> - <class-loader delegate="true"/> - <jsp-config> - <property name="keepgenerated" value="true"> - <description>Keep a copy of the generated servlet class' java code.</description> - </property> - </jsp-config> -</glassfish-web-app> diff --git a/IdentService/dist/IdentService.war b/IdentService/dist/IdentService.war index f5d7b89c728857ac402b55f28ee602dcc7d0220a..21c0e59911c442e40b3f291a2749231c785b82ea 100644 GIT binary patch delta 1633 zcma)6ZAg<*6u$5Ln9UtOmTtDJS!rnXw)LU0oQ9J!wGaP<KT08M+RSa0T3BR^iirHt z+jM6isr2!qFCvhN3Q8*qqN4st{i_IyqF>Pm1kt(gyG`DR*oEgk+<Ttqo^#K8?tONz zVqm;N-_)3rs$(pJv9nG|Uj}EK{q;@GgS{P$v5vr($(d5iGGVzS<)tq#7u%MUOIPM; z&N!u)#Tw%OSVZ4IiD2WVS*RjUASjg5Y;0UOn#OIN_K|F}VS$0qD=pn-Zm-!>vbeoo z7cg?$(0Vb0+i&d$47APIp1$u}$R6&TJk~iW5Hy4oLMkDRkWSDNG6>TMIzr~n&Pjdv zb{0Rx=U&}c&@u*E%$1;009+@*`y9{}(QtIT_U!F)^;84C34jSVoq`#}@ScL&q8P)P zp!`!YIs|!&q73H-AU{djPKp+nT@FA&QnJOQ$Qp#2q{t>bJP7&m7!!kFEdBq9M9<b; zyWHN6ziKfaq`K4&K>=;G8^KhduH4_MSUqIblOdR%oGMlhS+y|;#$;5y8YB>t;U<b9 zM`%I$pYhX}5~u0zcKf{IHlMfM%}X$hU=|f8ZxlY3*{0?WY70ft<Mz0Gy}X0oA{a|R z=dkW`wTV>AYS2yHD&C48Zu)DU3yeKSa|nvGM4cmwfU82Vo(?e(f)!*QgrLL>I#DFK zV@Hpti!6`s*x}l`oud2>!9t>yg~38*Z5TEZTP9c)hB9gMZSN!Y)iBJTANMP3lwfSz zrba=NmlD7A_#+H<^}WZc2$WlR>huaE2E7rnk;A^!JVYr1Cc3hCDFTJUCwv?MOX^wD z;Oqe~2BVNF6yS>}bx~my^oqy7AB<^S-M~G?xRX3|%dsyCg_XytM9r(6V*Q3S)-HFO zRh?#k{p-!|8trL}aoFOikUj4o<GZcmx#XUPLd{AozKp`Wz@d6Qww?w<5zp#-u(<S9 zE@K=ODzyd_`oX+xydS6gpB(90Xl9IKk&3?9qR_pT%q(?^Xd9;J=j@8#TA7afhJn9& zc!E1F)X5HfIt=^?#E*Qjsx=n8H3#h@pqF#4Fl4{C8R(P*t19@%c7=Y`lYu8kz##vm z8x6j@x3)0GF-Jvr;lv2oWYV3+{9hYx>luf7&lb!Xg=(2J^=LAdt=j1)dPZTkOiHvf W{V!^w#5nI?ikC)VR(fd!Xz>r7nAV*D delta 1471 zcma)6OH30{6n#T!!P46TDFqv}7|@8)w2g{E>iCD$s<6^TkpyB1O~3-hzcCUuCPrh1 z0=MP6AtwH!M1$X;8(nDpEDVVYH^vPbT^SN}<GnL=WZ39S&fNFjx%b@resl3@<*O%^ zw)(Is(<(%^5OG<tmFIQIr$T*OMmDwzAs9|nmO-Jif0eXWQJh(UK)~A^Sgl+y&FGSq zw`KgDt)OqBO!BkYEv;wMFD)l?=ZSRA%(f=$xoYjOBA>_WJaISMTU91I+q<<17u!(d z)oixkTTZBcoyTSyXnZC*eLgxZ5i$rSLMFjXun@8c*@OiID<S7zblR4BXy>IozLdE9 z!6L*53+5_NjXM<hWVe=33&tZ|hub3EGH&bzKX&%QmPH!j`@_ulLvZ7_UdUtTax70k z!M`GUp%6C=&_|7!OhD29M7-1^YWn^ifl#5zzv}~+W8M-lZvb4{3SakA9eews2=kD7 z8lf+V*cEdLy>d0|Agjy?V^*zFWq;0NxgsLmcpho9)UXMJf~{(8>AjD~qp^eD?r3`? zcBos{8D>}c^<j|C!sv<iB)CegLEn)`v$v_EL$?0C!F=FX>TJ@KB*YYkl2Br{2A6of z*pY;tIF*F8IGco}F00ooTZ66L?QL4(U~8o5fQ)NWuo9b6;K800)D@<8QsuOMbL_w| z89%3BS!tS7XQ&uWt3E7cI8A?E6IKpF6&T(Vo*aZVnLLFPm%(Mu6<;?!!?%M_NS7RE z2BBE`f|eohc-V(tpWd8$k7E|1W0+20-w@a|wbRGbYGG!|@ES2Jd4C9st1r-Y?Af;2 z8`@RlYl}Af=9bBM-tYSut}+Y3@auVm81K2uY8zOnei(`~s<SY67)leTLN**327aM9 z!GsAk;-u4&s0T~M{0u!W&bF;|3&E%`Wbk>k$aYVT-57<j5mFwnQhB^R0!5te1y5eB z)h2UB!Ck^D=;$n;Y@lBlBVf>%8`G6F=Hk&&u&M5q`HoNid|E8QXK<fs(cEvgXXBeu z$XCx{a(is*L4y#CB?kAFfidu_K99l$zji&e35HR!5$nc4R-OL-jD&C)gnr<SF<7iR Y=@*zzjjod3#(PXSGX{$+Gby0S-v*hVw*UYD diff --git a/IdentService/nbproject/private/private.properties b/IdentService/nbproject/private/private.properties index 17b05e1..0f61037 100644 --- a/IdentService/nbproject/private/private.properties +++ b/IdentService/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=/home/khrs/.netbeans/8.2/config/GlassFishEE6/Properties/gfv3-2049786751.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=/home/khrs/glassfish-4.1.1/glassfish/domains/domain1 -j2ee.server.home=/home/khrs/glassfish-4.1.1/glassfish -j2ee.server.instance=[/home/khrs/glassfish-4.1.1/glassfish:/home/khrs/glassfish-4.1.1/glassfish/domains/domain1]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=/home/khrs/glassfish-4.1.1 -user.properties.file=/home/khrs/.netbeans/8.2/build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/IdentService/src/java/org/IdentService/logout.java b/IdentService/src/java/org/IdentService/logout.java index ff40ef7..6e030b1 100644 --- a/IdentService/src/java/org/IdentService/logout.java +++ b/IdentService/src/java/org/IdentService/logout.java @@ -5,11 +5,19 @@ */ package org.IdentService; +import java.io.BufferedReader; import java.io.IOException; +import java.io.InputStreamReader; import java.io.PrintWriter; +import java.net.HttpURLConnection; +import java.net.URL; import java.sql.Connection; +import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; +import java.sql.Timestamp; +import java.util.Calendar; +import java.util.Date; import java.util.logging.Level; import java.util.logging.Logger; import javax.servlet.ServletException; @@ -67,8 +75,21 @@ public class logout extends HttpServlet { JSONObject responseJSON = new JSONObject(); try { Statement stmt = conn.createStatement(); - String sql = "DELETE FROM accountdb.token WHERE token.token=\""+token+"\""; - stmt.executeUpdate(sql); + String sql = "SELECT * FROM token NATURAL JOIN account " + + "WHERE token=\""+token+"\""; + ResultSet rs = stmt.executeQuery(sql); + String user_name = null; + int user_id = 0; + if (rs.next()){ + user_id = rs.getInt("user_id"); + user_name = rs.getString("username"); + } + String urlRequest = "http://localhost:8080/ChatService/DeleteToken?user_id="+user_id; + URL obj = new URL(urlRequest); + HttpURLConnection con = (HttpURLConnection) obj.openConnection(); + BufferedReader br = new BufferedReader(new InputStreamReader((con.getInputStream()))); + String sql1 = "DELETE FROM accountdb.token WHERE token.token=\""+token+"\""; + stmt.executeUpdate(sql1); responseJSON.put("status","OK"); String detail = "Delete token="+token; responseJSON.put("detail",detail); diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java index 95f832f..7db42fd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProduct.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java index 87108b6..319fbbd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/AddEditProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java index 480c3ee..6fa3784 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Buy.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buy"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buy"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java index 06abb42..330c547 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/BuyResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buyResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buyResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java index 78014a6..31fc197 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java index 7e7b53b..8d90007 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/DeleteProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java index 65fef46..6ddd7d7 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikes.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikes"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikes"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java index b4cbda1..9c382b2 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetLikesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java index d37af5b..b48f348 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java index 49bb710..18c0120 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java index c5be279..457027b 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchases.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java index 296df54..329bece 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetPurchasesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java index f7e3c5f..cbfe01b 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchases.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java index 6abdfc0..6077ff1 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java index a7aff31..51cef17 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProduct"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProduct"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java index 23b03e5..94de12a 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/GetYourProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProductResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProductResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java index 96975ec..990d65e 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLiked.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLiked"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLiked"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java index 72e1027..1e32d66 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/IsLikedResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLikedResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLikedResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java index 342c6a7..ea0a953 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService.java @@ -14,7 +14,7 @@ import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java index f7d517c..736cef8 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java @@ -13,7 +13,7 @@ import javax.xml.ws.WebServiceFeature; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java index 8bea78a..0c274bb 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ObjectFactory.java @@ -24,33 +24,33 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); private final static QName _Product_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Product"); - private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); - private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); - private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); - private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); - private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); - private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); - private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); - private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); - private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); - private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _GetPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchasesResponse"); - private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); - private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); + private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); + private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); + private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); + private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); private final static QName _GetProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_product"); - private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); + private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); + private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); private final static QName _GetSalesPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchases"); - private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _IsLiked_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLiked"); - private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); private final static QName _ProcessLike_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLike"); - private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); private final static QName _RetrieveAllProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_product"); - private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); - private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); - private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); + private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); + private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); + private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); + private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); + private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); + private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kaa.marketplaceservice.service @@ -60,43 +60,43 @@ public class ObjectFactory { } /** - * Create an instance of {@link ProcedureStatus } + * Create an instance of {@link GetPurchasesResponse } * */ - public ProcedureStatus createProcedureStatus() { - return new ProcedureStatus(); + public GetPurchasesResponse createGetPurchasesResponse() { + return new GetPurchasesResponse(); } /** - * Create an instance of {@link Product } + * Create an instance of {@link IsLikedResponse } * */ - public Product createProduct() { - return new Product(); + public IsLikedResponse createIsLikedResponse() { + return new IsLikedResponse(); } /** - * Create an instance of {@link Purchase } + * Create an instance of {@link GetLikesResponse } * */ - public Purchase createPurchase() { - return new Purchase(); + public GetLikesResponse createGetLikesResponse() { + return new GetLikesResponse(); } /** - * Create an instance of {@link AddEditProduct } + * Create an instance of {@link GetLikes } * */ - public AddEditProduct createAddEditProduct() { - return new AddEditProduct(); + public GetLikes createGetLikes() { + return new GetLikes(); } /** - * Create an instance of {@link AddEditProductResponse } + * Create an instance of {@link RetrieveAllProductResponse } * */ - public AddEditProductResponse createAddEditProductResponse() { - return new AddEditProductResponse(); + public RetrieveAllProductResponse createRetrieveAllProductResponse() { + return new RetrieveAllProductResponse(); } /** @@ -108,171 +108,171 @@ public class ObjectFactory { } /** - * Create an instance of {@link BuyResponse } + * Create an instance of {@link Product } * */ - public BuyResponse createBuyResponse() { - return new BuyResponse(); + public Product createProduct() { + return new Product(); } /** - * Create an instance of {@link DeleteProduct } + * Create an instance of {@link GetProductResponse } * */ - public DeleteProduct createDeleteProduct() { - return new DeleteProduct(); + public GetProductResponse createGetProductResponse() { + return new GetProductResponse(); } /** - * Create an instance of {@link DeleteProductResponse } + * Create an instance of {@link GetSalesPurchasesResponse } * */ - public DeleteProductResponse createDeleteProductResponse() { - return new DeleteProductResponse(); + public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { + return new GetSalesPurchasesResponse(); } /** - * Create an instance of {@link GetLikes } + * Create an instance of {@link ProcedureStatus } * */ - public GetLikes createGetLikes() { - return new GetLikes(); + public ProcedureStatus createProcedureStatus() { + return new ProcedureStatus(); } /** - * Create an instance of {@link GetLikesResponse } + * Create an instance of {@link SearchProduct } * */ - public GetLikesResponse createGetLikesResponse() { - return new GetLikesResponse(); + public SearchProduct createSearchProduct() { + return new SearchProduct(); } /** - * Create an instance of {@link GetPurchases } + * Create an instance of {@link GetSalesPurchases } * */ - public GetPurchases createGetPurchases() { - return new GetPurchases(); + public GetSalesPurchases createGetSalesPurchases() { + return new GetSalesPurchases(); } /** - * Create an instance of {@link GetPurchasesResponse } + * Create an instance of {@link GetProduct } * */ - public GetPurchasesResponse createGetPurchasesResponse() { - return new GetPurchasesResponse(); + public GetProduct createGetProduct() { + return new GetProduct(); } /** - * Create an instance of {@link GetYourProduct } + * Create an instance of {@link SearchProductResponse } * */ - public GetYourProduct createGetYourProduct() { - return new GetYourProduct(); + public SearchProductResponse createSearchProductResponse() { + return new SearchProductResponse(); } /** - * Create an instance of {@link GetYourProductResponse } + * Create an instance of {@link GetYourProduct } * */ - public GetYourProductResponse createGetYourProductResponse() { - return new GetYourProductResponse(); + public GetYourProduct createGetYourProduct() { + return new GetYourProduct(); } /** - * Create an instance of {@link GetProduct } + * Create an instance of {@link BuyResponse } * */ - public GetProduct createGetProduct() { - return new GetProduct(); + public BuyResponse createBuyResponse() { + return new BuyResponse(); } /** - * Create an instance of {@link GetProductResponse } + * Create an instance of {@link Purchase } * */ - public GetProductResponse createGetProductResponse() { - return new GetProductResponse(); + public Purchase createPurchase() { + return new Purchase(); } /** - * Create an instance of {@link GetSalesPurchases } + * Create an instance of {@link IsLiked } * */ - public GetSalesPurchases createGetSalesPurchases() { - return new GetSalesPurchases(); + public IsLiked createIsLiked() { + return new IsLiked(); } /** - * Create an instance of {@link GetSalesPurchasesResponse } + * Create an instance of {@link ProcessLike } * */ - public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { - return new GetSalesPurchasesResponse(); + public ProcessLike createProcessLike() { + return new ProcessLike(); } /** - * Create an instance of {@link IsLiked } + * Create an instance of {@link RetrieveAllProduct } * */ - public IsLiked createIsLiked() { - return new IsLiked(); + public RetrieveAllProduct createRetrieveAllProduct() { + return new RetrieveAllProduct(); } /** - * Create an instance of {@link IsLikedResponse } + * Create an instance of {@link ProcessLikeResponse } * */ - public IsLikedResponse createIsLikedResponse() { - return new IsLikedResponse(); + public ProcessLikeResponse createProcessLikeResponse() { + return new ProcessLikeResponse(); } /** - * Create an instance of {@link ProcessLike } + * Create an instance of {@link DeleteProductResponse } * */ - public ProcessLike createProcessLike() { - return new ProcessLike(); + public DeleteProductResponse createDeleteProductResponse() { + return new DeleteProductResponse(); } /** - * Create an instance of {@link ProcessLikeResponse } + * Create an instance of {@link GetPurchases } * */ - public ProcessLikeResponse createProcessLikeResponse() { - return new ProcessLikeResponse(); + public GetPurchases createGetPurchases() { + return new GetPurchases(); } /** - * Create an instance of {@link RetrieveAllProduct } + * Create an instance of {@link AddEditProductResponse } * */ - public RetrieveAllProduct createRetrieveAllProduct() { - return new RetrieveAllProduct(); + public AddEditProductResponse createAddEditProductResponse() { + return new AddEditProductResponse(); } /** - * Create an instance of {@link RetrieveAllProductResponse } + * Create an instance of {@link DeleteProduct } * */ - public RetrieveAllProductResponse createRetrieveAllProductResponse() { - return new RetrieveAllProductResponse(); + public DeleteProduct createDeleteProduct() { + return new DeleteProduct(); } /** - * Create an instance of {@link SearchProduct } + * Create an instance of {@link GetYourProductResponse } * */ - public SearchProduct createSearchProduct() { - return new SearchProduct(); + public GetYourProductResponse createGetYourProductResponse() { + return new GetYourProductResponse(); } /** - * Create an instance of {@link SearchProductResponse } + * Create an instance of {@link AddEditProduct } * */ - public SearchProductResponse createSearchProductResponse() { - return new SearchProductResponse(); + public AddEditProduct createAddEditProduct() { + return new AddEditProduct(); } /** @@ -283,15 +283,6 @@ public class ObjectFactory { return new Ts(); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") - public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { - return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link Product }{@code >}} * @@ -302,66 +293,48 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") - public JAXBElement<Purchase> createPurchase(Purchase value) { - return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") - public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { - return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") - public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { - return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") + public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { + return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") - public JAXBElement<Buy> createBuy(Buy value) { - return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") + public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { + return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") - public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { - return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") + public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { + return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") - public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { - return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") + public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { + return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") - public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { - return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") + public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { + return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); } /** @@ -374,66 +347,66 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") - public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { - return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") + public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { + return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") - public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { - return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") + public JAXBElement<Buy> createBuy(Buy value) { + return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") - public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { - return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") + public JAXBElement<GetProduct> createGetProduct(GetProduct value) { + return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") - public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { - return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") + public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { + return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") - public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { - return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") + public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { + return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") - public JAXBElement<GetProduct> createGetProduct(GetProduct value) { - return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") + public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { + return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") - public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { - return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") + public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { + return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); } /** @@ -445,15 +418,6 @@ public class ObjectFactory { return new JAXBElement<GetSalesPurchases>(_GetSalesPurchases_QNAME, GetSalesPurchases.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") - public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { - return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link IsLiked }{@code >}} * @@ -464,21 +428,21 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") - public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { - return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") + public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { + return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") - public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { - return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") + public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { + return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); } /** @@ -491,39 +455,75 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") - public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { - return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") + public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { + return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") - public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { - return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") + public JAXBElement<Purchase> createPurchase(Purchase value) { + return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") - public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { - return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") + public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { + return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") - public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { - return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") + public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { + return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") + public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { + return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") + public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { + return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") + public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { + return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") + public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { + return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); } } diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java index e920737..fcc16e2 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcedureStatus.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="procedureStatus"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="procedureStatus"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java index 37c162c..64be4e7 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLike.java @@ -13,17 +13,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLike"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLike"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java index 7bea8ec..43caee4 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/ProcessLikeResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLikeResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLikeResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java index 047665e..0270f0f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Product.java @@ -13,23 +13,23 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java index dfa8ba3..f1caf3f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Purchase.java @@ -13,27 +13,27 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="purchase"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="purchase"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java index 2fd70d4..568a888 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java index 82b6f5a..939fd5f 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java index e97d887..ec65416 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProduct.java @@ -12,17 +12,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java index 5703b45..65cc09a 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/SearchProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java index 00ea2e8..27b78dd 100644 --- a/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java +++ b/KAA-JSP/build/generated-sources/jax-ws/org/kaa/marketplaceservice/service/Ts.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ts"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ts"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java index 95f832f..7db42fd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProduct.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java index 87108b6..319fbbd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/AddEditProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="add_edit_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="add_edit_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="ProcedureStatus" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java index 480c3ee..6fa3784 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Buy.java @@ -13,21 +13,21 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buy"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buy"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="cosignee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="fulladdress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="postalcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="phone_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java index 06abb42..330c547 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/BuyResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="buyResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="buyResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java index 78014a6..31fc197 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java index 7e7b53b..8d90007 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/DeleteProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="delete_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="delete_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java index 65fef46..6ddd7d7 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikes.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikes"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikes"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java index b4cbda1..9c382b2 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetLikesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getLikesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getLikesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java index d37af5b..b48f348 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProduct.java @@ -13,16 +13,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java index 49bb710..18c0120 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetProductResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java index c5be279..457027b 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchases.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java index 296df54..329bece 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetPurchasesResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getPurchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getPurchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java index f7e3c5f..cbfe01b 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchases.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchases"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchases"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="option" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java index 6abdfc0..6077ff1 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetSalesPurchasesResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="get_sales_purchasesResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="get_sales_purchasesResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Purchase" type="{http://Service.MarketPlaceService.KAA.org/}purchase" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java index a7aff31..51cef17 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProduct"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProduct"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java index 23b03e5..94de12a 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/GetYourProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="getYourProductResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="getYourProductResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java index 96975ec..990d65e 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLiked.java @@ -12,16 +12,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLiked"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLiked"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java index 72e1027..1e32d66 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/IsLikedResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="isLikedResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="isLikedResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java index 342c6a7..ea0a953 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService.java @@ -14,7 +14,7 @@ import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java index f7d517c..736cef8 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/MarketPlaceService_Service.java @@ -13,7 +13,7 @@ import javax.xml.ws.WebServiceFeature; /** * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.2.11-b150120.1832 + * JAX-WS RI 2.2.10-b140803.1500 * Generated source version: 2.2 * */ diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java index 8bea78a..0c274bb 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ObjectFactory.java @@ -24,33 +24,33 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { - private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); private final static QName _Product_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Product"); - private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); - private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); - private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); - private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); - private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); - private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); - private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); - private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); - private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); - private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _GetPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchasesResponse"); - private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); - private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); + private final static QName _GetLikesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikesResponse"); + private final static QName _GetLikes_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getLikes"); + private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); + private final static QName _Buy_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buy"); private final static QName _GetProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_product"); - private final static QName _GetProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_productResponse"); + private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _GetYourProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProduct"); + private final static QName _ProcedureStatus_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "ProcedureStatus"); + private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); private final static QName _GetSalesPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchases"); - private final static QName _GetSalesPurchasesResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "get_sales_purchasesResponse"); private final static QName _IsLiked_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLiked"); - private final static QName _IsLikedResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "isLikedResponse"); private final static QName _ProcessLike_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLike"); - private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); private final static QName _RetrieveAllProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_product"); - private final static QName _RetrieveAllProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "retrieve_all_productResponse"); - private final static QName _SearchProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_product"); - private final static QName _SearchProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "search_productResponse"); + private final static QName _ProcessLikeResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "processLikeResponse"); + private final static QName _BuyResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "buyResponse"); + private final static QName _Purchase_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "Purchase"); + private final static QName _GetPurchases_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getPurchases"); + private final static QName _AddEditProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_productResponse"); + private final static QName _DeleteProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_product"); + private final static QName _GetYourProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "getYourProductResponse"); + private final static QName _AddEditProduct_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "add_edit_product"); + private final static QName _DeleteProductResponse_QNAME = new QName("http://Service.MarketPlaceService.KAA.org/", "delete_productResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kaa.marketplaceservice.service @@ -60,43 +60,43 @@ public class ObjectFactory { } /** - * Create an instance of {@link ProcedureStatus } + * Create an instance of {@link GetPurchasesResponse } * */ - public ProcedureStatus createProcedureStatus() { - return new ProcedureStatus(); + public GetPurchasesResponse createGetPurchasesResponse() { + return new GetPurchasesResponse(); } /** - * Create an instance of {@link Product } + * Create an instance of {@link IsLikedResponse } * */ - public Product createProduct() { - return new Product(); + public IsLikedResponse createIsLikedResponse() { + return new IsLikedResponse(); } /** - * Create an instance of {@link Purchase } + * Create an instance of {@link GetLikesResponse } * */ - public Purchase createPurchase() { - return new Purchase(); + public GetLikesResponse createGetLikesResponse() { + return new GetLikesResponse(); } /** - * Create an instance of {@link AddEditProduct } + * Create an instance of {@link GetLikes } * */ - public AddEditProduct createAddEditProduct() { - return new AddEditProduct(); + public GetLikes createGetLikes() { + return new GetLikes(); } /** - * Create an instance of {@link AddEditProductResponse } + * Create an instance of {@link RetrieveAllProductResponse } * */ - public AddEditProductResponse createAddEditProductResponse() { - return new AddEditProductResponse(); + public RetrieveAllProductResponse createRetrieveAllProductResponse() { + return new RetrieveAllProductResponse(); } /** @@ -108,171 +108,171 @@ public class ObjectFactory { } /** - * Create an instance of {@link BuyResponse } + * Create an instance of {@link Product } * */ - public BuyResponse createBuyResponse() { - return new BuyResponse(); + public Product createProduct() { + return new Product(); } /** - * Create an instance of {@link DeleteProduct } + * Create an instance of {@link GetProductResponse } * */ - public DeleteProduct createDeleteProduct() { - return new DeleteProduct(); + public GetProductResponse createGetProductResponse() { + return new GetProductResponse(); } /** - * Create an instance of {@link DeleteProductResponse } + * Create an instance of {@link GetSalesPurchasesResponse } * */ - public DeleteProductResponse createDeleteProductResponse() { - return new DeleteProductResponse(); + public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { + return new GetSalesPurchasesResponse(); } /** - * Create an instance of {@link GetLikes } + * Create an instance of {@link ProcedureStatus } * */ - public GetLikes createGetLikes() { - return new GetLikes(); + public ProcedureStatus createProcedureStatus() { + return new ProcedureStatus(); } /** - * Create an instance of {@link GetLikesResponse } + * Create an instance of {@link SearchProduct } * */ - public GetLikesResponse createGetLikesResponse() { - return new GetLikesResponse(); + public SearchProduct createSearchProduct() { + return new SearchProduct(); } /** - * Create an instance of {@link GetPurchases } + * Create an instance of {@link GetSalesPurchases } * */ - public GetPurchases createGetPurchases() { - return new GetPurchases(); + public GetSalesPurchases createGetSalesPurchases() { + return new GetSalesPurchases(); } /** - * Create an instance of {@link GetPurchasesResponse } + * Create an instance of {@link GetProduct } * */ - public GetPurchasesResponse createGetPurchasesResponse() { - return new GetPurchasesResponse(); + public GetProduct createGetProduct() { + return new GetProduct(); } /** - * Create an instance of {@link GetYourProduct } + * Create an instance of {@link SearchProductResponse } * */ - public GetYourProduct createGetYourProduct() { - return new GetYourProduct(); + public SearchProductResponse createSearchProductResponse() { + return new SearchProductResponse(); } /** - * Create an instance of {@link GetYourProductResponse } + * Create an instance of {@link GetYourProduct } * */ - public GetYourProductResponse createGetYourProductResponse() { - return new GetYourProductResponse(); + public GetYourProduct createGetYourProduct() { + return new GetYourProduct(); } /** - * Create an instance of {@link GetProduct } + * Create an instance of {@link BuyResponse } * */ - public GetProduct createGetProduct() { - return new GetProduct(); + public BuyResponse createBuyResponse() { + return new BuyResponse(); } /** - * Create an instance of {@link GetProductResponse } + * Create an instance of {@link Purchase } * */ - public GetProductResponse createGetProductResponse() { - return new GetProductResponse(); + public Purchase createPurchase() { + return new Purchase(); } /** - * Create an instance of {@link GetSalesPurchases } + * Create an instance of {@link IsLiked } * */ - public GetSalesPurchases createGetSalesPurchases() { - return new GetSalesPurchases(); + public IsLiked createIsLiked() { + return new IsLiked(); } /** - * Create an instance of {@link GetSalesPurchasesResponse } + * Create an instance of {@link ProcessLike } * */ - public GetSalesPurchasesResponse createGetSalesPurchasesResponse() { - return new GetSalesPurchasesResponse(); + public ProcessLike createProcessLike() { + return new ProcessLike(); } /** - * Create an instance of {@link IsLiked } + * Create an instance of {@link RetrieveAllProduct } * */ - public IsLiked createIsLiked() { - return new IsLiked(); + public RetrieveAllProduct createRetrieveAllProduct() { + return new RetrieveAllProduct(); } /** - * Create an instance of {@link IsLikedResponse } + * Create an instance of {@link ProcessLikeResponse } * */ - public IsLikedResponse createIsLikedResponse() { - return new IsLikedResponse(); + public ProcessLikeResponse createProcessLikeResponse() { + return new ProcessLikeResponse(); } /** - * Create an instance of {@link ProcessLike } + * Create an instance of {@link DeleteProductResponse } * */ - public ProcessLike createProcessLike() { - return new ProcessLike(); + public DeleteProductResponse createDeleteProductResponse() { + return new DeleteProductResponse(); } /** - * Create an instance of {@link ProcessLikeResponse } + * Create an instance of {@link GetPurchases } * */ - public ProcessLikeResponse createProcessLikeResponse() { - return new ProcessLikeResponse(); + public GetPurchases createGetPurchases() { + return new GetPurchases(); } /** - * Create an instance of {@link RetrieveAllProduct } + * Create an instance of {@link AddEditProductResponse } * */ - public RetrieveAllProduct createRetrieveAllProduct() { - return new RetrieveAllProduct(); + public AddEditProductResponse createAddEditProductResponse() { + return new AddEditProductResponse(); } /** - * Create an instance of {@link RetrieveAllProductResponse } + * Create an instance of {@link DeleteProduct } * */ - public RetrieveAllProductResponse createRetrieveAllProductResponse() { - return new RetrieveAllProductResponse(); + public DeleteProduct createDeleteProduct() { + return new DeleteProduct(); } /** - * Create an instance of {@link SearchProduct } + * Create an instance of {@link GetYourProductResponse } * */ - public SearchProduct createSearchProduct() { - return new SearchProduct(); + public GetYourProductResponse createGetYourProductResponse() { + return new GetYourProductResponse(); } /** - * Create an instance of {@link SearchProductResponse } + * Create an instance of {@link AddEditProduct } * */ - public SearchProductResponse createSearchProductResponse() { - return new SearchProductResponse(); + public AddEditProduct createAddEditProduct() { + return new AddEditProduct(); } /** @@ -283,15 +283,6 @@ public class ObjectFactory { return new Ts(); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") - public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { - return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link Product }{@code >}} * @@ -302,66 +293,48 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") - public JAXBElement<Purchase> createPurchase(Purchase value) { - return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") - public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { - return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") - public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { - return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") + public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { + return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") - public JAXBElement<Buy> createBuy(Buy value) { - return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") + public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { + return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") - public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { - return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") + public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { + return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") - public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { - return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") + public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { + return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") - public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { - return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") + public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { + return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); } /** @@ -374,66 +347,66 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetLikesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getLikesResponse") - public JAXBElement<GetLikesResponse> createGetLikesResponse(GetLikesResponse value) { - return new JAXBElement<GetLikesResponse>(_GetLikesResponse_QNAME, GetLikesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") + public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { + return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Buy }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") - public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { - return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buy") + public JAXBElement<Buy> createBuy(Buy value) { + return new JAXBElement<Buy>(_Buy_QNAME, Buy.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchasesResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchasesResponse") - public JAXBElement<GetPurchasesResponse> createGetPurchasesResponse(GetPurchasesResponse value) { - return new JAXBElement<GetPurchasesResponse>(_GetPurchasesResponse_QNAME, GetPurchasesResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") + public JAXBElement<GetProduct> createGetProduct(GetProduct value) { + return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") - public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { - return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") + public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { + return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") - public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { - return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProduct") + public JAXBElement<GetYourProduct> createGetYourProduct(GetYourProduct value) { + return new JAXBElement<GetYourProduct>(_GetYourProduct_QNAME, GetYourProduct.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcedureStatus }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_product") - public JAXBElement<GetProduct> createGetProduct(GetProduct value) { - return new JAXBElement<GetProduct>(_GetProduct_QNAME, GetProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "ProcedureStatus") + public JAXBElement<ProcedureStatus> createProcedureStatus(ProcedureStatus value) { + return new JAXBElement<ProcedureStatus>(_ProcedureStatus_QNAME, ProcedureStatus.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_productResponse") - public JAXBElement<GetProductResponse> createGetProductResponse(GetProductResponse value) { - return new JAXBElement<GetProductResponse>(_GetProductResponse_QNAME, GetProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") + public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { + return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); } /** @@ -445,15 +418,6 @@ public class ObjectFactory { return new JAXBElement<GetSalesPurchases>(_GetSalesPurchases_QNAME, GetSalesPurchases.class, null, value); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link GetSalesPurchasesResponse }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "get_sales_purchasesResponse") - public JAXBElement<GetSalesPurchasesResponse> createGetSalesPurchasesResponse(GetSalesPurchasesResponse value) { - return new JAXBElement<GetSalesPurchasesResponse>(_GetSalesPurchasesResponse_QNAME, GetSalesPurchasesResponse.class, null, value); - } - /** * Create an instance of {@link JAXBElement }{@code <}{@link IsLiked }{@code >}} * @@ -464,21 +428,21 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link IsLikedResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "isLikedResponse") - public JAXBElement<IsLikedResponse> createIsLikedResponse(IsLikedResponse value) { - return new JAXBElement<IsLikedResponse>(_IsLikedResponse_QNAME, IsLikedResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") + public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { + return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link ProcessLike }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "processLike") - public JAXBElement<ProcessLike> createProcessLike(ProcessLike value) { - return new JAXBElement<ProcessLike>(_ProcessLike_QNAME, ProcessLike.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") + public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { + return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); } /** @@ -491,39 +455,75 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link BuyResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_product") - public JAXBElement<RetrieveAllProduct> createRetrieveAllProduct(RetrieveAllProduct value) { - return new JAXBElement<RetrieveAllProduct>(_RetrieveAllProduct_QNAME, RetrieveAllProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "buyResponse") + public JAXBElement<BuyResponse> createBuyResponse(BuyResponse value) { + return new JAXBElement<BuyResponse>(_BuyResponse_QNAME, BuyResponse.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link RetrieveAllProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Purchase }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "retrieve_all_productResponse") - public JAXBElement<RetrieveAllProductResponse> createRetrieveAllProductResponse(RetrieveAllProductResponse value) { - return new JAXBElement<RetrieveAllProductResponse>(_RetrieveAllProductResponse_QNAME, RetrieveAllProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "Purchase") + public JAXBElement<Purchase> createPurchase(Purchase value) { + return new JAXBElement<Purchase>(_Purchase_QNAME, Purchase.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProduct }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link GetPurchases }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_product") - public JAXBElement<SearchProduct> createSearchProduct(SearchProduct value) { - return new JAXBElement<SearchProduct>(_SearchProduct_QNAME, SearchProduct.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getPurchases") + public JAXBElement<GetPurchases> createGetPurchases(GetPurchases value) { + return new JAXBElement<GetPurchases>(_GetPurchases_QNAME, GetPurchases.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link SearchProductResponse }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProductResponse }{@code >}} * */ - @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "search_productResponse") - public JAXBElement<SearchProductResponse> createSearchProductResponse(SearchProductResponse value) { - return new JAXBElement<SearchProductResponse>(_SearchProductResponse_QNAME, SearchProductResponse.class, null, value); + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_productResponse") + public JAXBElement<AddEditProductResponse> createAddEditProductResponse(AddEditProductResponse value) { + return new JAXBElement<AddEditProductResponse>(_AddEditProductResponse_QNAME, AddEditProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_product") + public JAXBElement<DeleteProduct> createDeleteProduct(DeleteProduct value) { + return new JAXBElement<DeleteProduct>(_DeleteProduct_QNAME, DeleteProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link GetYourProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "getYourProductResponse") + public JAXBElement<GetYourProductResponse> createGetYourProductResponse(GetYourProductResponse value) { + return new JAXBElement<GetYourProductResponse>(_GetYourProductResponse_QNAME, GetYourProductResponse.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link AddEditProduct }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "add_edit_product") + public JAXBElement<AddEditProduct> createAddEditProduct(AddEditProduct value) { + return new JAXBElement<AddEditProduct>(_AddEditProduct_QNAME, AddEditProduct.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link DeleteProductResponse }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://Service.MarketPlaceService.KAA.org/", name = "delete_productResponse") + public JAXBElement<DeleteProductResponse> createDeleteProductResponse(DeleteProductResponse value) { + return new JAXBElement<DeleteProductResponse>(_DeleteProductResponse_QNAME, DeleteProductResponse.class, null, value); } } diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java index e920737..fcc16e2 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcedureStatus.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="procedureStatus"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="procedureStatus"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java index 37c162c..64be4e7 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLike.java @@ -13,17 +13,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLike"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLike"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="like" type="{http://www.w3.org/2001/XMLSchema}boolean"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java index 7bea8ec..43caee4 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/ProcessLikeResponse.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="processLikeResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="processLikeResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="return" type="{http://Service.MarketPlaceService.KAA.org/}procedureStatus" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java index 047665e..0270f0f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Product.java @@ -13,23 +13,23 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="status_code" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java index dfa8ba3..f1caf3f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Purchase.java @@ -13,27 +13,27 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="purchase"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> - * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> - * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> - * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="purchase"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="purchase_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="product_price" type="{http://www.w3.org/2001/XMLSchema}long"/> + * <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_image" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="seller_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="product_id" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="buyer_name" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="buyer_address" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="postal_code" type="{http://www.w3.org/2001/XMLSchema}int"/> + * <element name="phonenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> + * <element name="date" type="{http://Service.MarketPlaceService.KAA.org/}ts"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java index 2fd70d4..568a888 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProduct.java @@ -12,15 +12,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java index 82b6f5a..939fd5f 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/RetrieveAllProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="retrieve_all_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="retrieve_all_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java index e97d887..ec65416 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProduct.java @@ -12,17 +12,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_product"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_product"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="choice" type="{http://www.w3.org/2001/XMLSchema}int"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java index 5703b45..65cc09a 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/SearchProductResponse.java @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="search_productResponse"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="search_productResponse"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Product" type="{http://Service.MarketPlaceService.KAA.org/}product" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java index 00ea2e8..27b78dd 100644 --- a/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java +++ b/KAA-JSP/build/generated/jax-wsCache/MarketPlaceService/org/kaa/marketplaceservice/service/Ts.java @@ -13,15 +13,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ts"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ts"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/KAA-JSP/build/web/WEB-INF/classes/NewServlet.class b/KAA-JSP/build/web/WEB-INF/classes/NewServlet.class index 8d8af3f34616c446e678a0054ccd5d4146491086..330d031495f4e3425cb0c01fbf0ba64df7d89f75 100644 GIT binary patch delta 486 zcmZ{gNiRcD7>1wIi*s^&LkzJX5>`l1rRJ-~nrB68riRu~5?!z&c2*Ym7x)QcXCblm zBm5M6*FsoWeD8a{cQ_|GHzoHa*KZ%sFF=H>O(p$?fgpnn`7msV*^Dr17&D9;CJd8? zDb2Kv<7a1lo((d`ykWs#77cO3l3!catk{&3u&E$vSk<g)))fVACY#Ac6;@sS<8@3` zi@c%P)NDybVaG00`{%jLS@uG+t=V~cS7oYJ5)Qkh9QN2(6uC9SvqSOZT&y~sJ3Wa? z+u?weS8Cmc4oS<M4jH->`EDp3jyfFqi*`f1XM0!jx}3g?4#(cBRbicQ`t)wyS*s12 zMop6@q-jP81V;qMWIicIYyKvFQr0H{tRGvxH7rvgVhgS05%FGiyz;l!_U$X$h4bhT nzs^gThN}NEicY$`2h(2vyBVNc`T=@yg$q&i%0$;t7xaAr;z~z( delta 471 zcmZ{g%PvDv6o$XugS~TlLNwArMKG(RR9)(J)U9>Dt4rOrrENk<bik-$W@K<)gqRt4 z03#1!>J_k$h%hi%|JrN)|DV0qy7gW8%FpkQPe2z1lX_x`Aup{AyD*{{HECl^5mzJ> z<BAEzq-4s(a<$WLp79c5Rx#%m^NIz<qH9}{ESvaQF$s`VtV-4->w+q~P%M;U0wdUR zUrva?h9o7~6qt#N%;8z7a9TW<Y)Q5sUPYZ~w%B3UVvl`6jolny7)z!W6HWQj$#Kl$ zfL*82xDKVsSY+uDRNCQuL^FqOA?<MbG<&JP)30yKk@I2%j2!ugH{-_G3`jzfR!N)G z^9l{#aSeJ={|B{5$zR2f%J{&8@k8r7hILfwW;+oo=x|<Svi^6k^NSby-e|sC^Fb%4 jLJj|E1W|gNI~8sD?ex&A{T}-0*SQ+OfDU^Lan9f;b<RU^ diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/MarketPlaceService_Service.class b/KAA-JSP/build/web/WEB-INF/classes/org/kaa/marketplaceservice/service/MarketPlaceService_Service.class index 6391415a9a3126e57cac65ed19b2fd2bb5f1ae8f..63ea6d742b8cd6f38440397c3d3fa52ec82cef67 100644 GIT binary patch delta 267 zcmWm9y-tH*6oBFPYoQ+y5(iUJQ>&XM#t@C&{G))1rM5y#t$$4i7Y7%NYcB#<FT!+l z@B+L6Z^YTiw>&2~Iqz`ZoOfsT{rC9=?DJqz=hQ4YvsmI>5lJo#0)ssZosJ|{+pgkL zUG@}xgSO<#AhcK@k))D=#UevVCK(Afx?a)=2mRRd!!%5?$PXu@G>9j0?_>5;HOsn8 z%5a`(4WV5NTE%*;wQV!zMsaJi!m5qKvcP_tzE0ie#}{{)#5QZ(37W-@)+~PYO>sYO k)FRzIkQ^c;M<x}H%Lgl*;FhzFz@y4;P8&ZbU@Is52Rwx<XaE2J delta 232 zcmWm8Jx&5a7{>Ac0OQO~Oh`09qlu**(P(2tT$WLgMQ|4vKZ>n9!L}rO1(UJ$5QdI| z19$-&&tlwZeoyk|$&>f9^U*24|2A9Tj8{X8D5w}3+E~wx;#L!CP7RWgV(hPXo{4Y9 zo~fp<xYrB}O=gO@;=!;_qDU1B!O=8KCU!B8!^oyK$;Oe*m+3Ih<JnjFQ(xze10f#W zN?z!U<t`adZYvMPv-_2!#*3imN_p<yg<iky1hU&y)w)pZ1=P5#zOT`vTV)Hu6?IMu M`dk-;92X4!0W&oxxc~qF diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/DB.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/DB.class index 41d17d8318cb2f3e7eccc17b4666edbf7770d296..ba37c6e8645c1a52c3a0270ffa9adddd806ae5e1 100644 GIT binary patch delta 160 zcmWO0I}*V_0D$3tx5#dGQg8xMc}2V;-mf4YjZwISTR6j(E}%6!g;6_=6Bud#ulb+m zZPL&0`2r&Lh8#6Tps5=|8k(l2rD+>FL@tu9B6jJ~*9;6pMvAd!qL|*(lW;Q4g1w4^ yGxM0UuwM~7iARy84P?Ptd8|q8QHJiuW6Mt9+q3W=H+hlyl1>z5ji8bZNveM@q8Q2m delta 156 zcmWO0I}QOs9Khk<OtJId$wVlGR^|O(>-}cwXvCqEdjg3Ih;9o}JCIWNPVl{KVx#vr zc>)1@OPaEwB2+Ck>Ow<k3N1^Uj*q5m2z+{kLf<lAXc!4&!{i>FRD4wjZ|ayak3T9* rEgS`wjvRSKHa@DX7*>uooA|67-qsPZdtCHQXRNFYDM3;EXEdcBu&oyw diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/RestAPI_consumer.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/RestAPI_consumer.class index 7291845d20e5252c346e689d6d83c25f22edce8c..0533d036109652331155f580b3751e4acfa4b4a6 100644 GIT binary patch delta 293 zcmXxg%PvDv6vpxY?#9a5*)(w?LJXJ~NjhQBx>FQ&tJeL}gH~Ij2E|C4c!e|Z8e$>_ z9-sq{;VA@X4@`c^`m)wHSa0!GyxIDB{{Tk0HuRJB=wrdL=vWdmhIZ19WygxJYVgQ9 z)`WFoL)bJ}whUe544rH{@<PGjyIY?fVOQ8Q^s+A;2#1P}`d#DprTL}&Xg-R1|JyRr zW>}6r4IOi0Ii;wuwctKT+>{!LLN03=B(R)u9(p?8eL=}3WyhtZLNToCVO^ybKI<`c s_4=tF^+-}k3FE?qFeyyIH$74I%K%D9I;PuD%rF~1NJ{3Suf&-D1I6?&qW}N^ delta 275 zcmWmAJ1@gg9LDkQ>A^4mlT%GJ(i8)WNz#QuQTKb@sI{;0u#p~NB$oB6y8n^?r) z1@u*zyb8fN%V&6!U-CS^R_Z;~Z2f+G0>fMwdMHF>nG8$?riB?pJB7e(U{07fL@Wdr zg(YEGSTR^u4V@GXN!9}E!iFIoZqsZETSCc@VOuB*6-CGOZR6&(`K{EByH7j~?6POs zr>d}*@m-v|syA|#Qqj^+&2qq@>(%A1BaTCI5{NCQRNbQ<)MuQ#7d@itZ(sUB4`qc> jArh>R6yKX4x_$OXA4>c(Po@n;o-y|<c^UUVNHFmaYx^sl diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/UploadProduct.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/UploadProduct.class index 5c1b5dbe661eee7d43f7d4ea91d1d25abf4f4c2a..a5856c7893cda609d34e7485d240e7fd97b10506 100644 GIT binary patch delta 1297 zcmb7@Yfx2H6vuz-UbuVTbGOJtkuV7eHA}lfU_}hmgfcZX*^Kl-r5Z?ti##kYnqv$z zeaYV0u@`ApR%#EaZe>wX^v+DvUY1t&e%Qn8X$7=57K0y~Is3mJd#!c;>p$o0FI-d9 zxn-cI7buoek1953Hb%IQ`yD)>dC+4M-I|9q4{ILLBs7mI9`i7+_Hk!7M|grKH9anP zO7pbl8Q0dUc-AA6=RD@nr+MDhy`X8=EYU30yy#KT$x9wD^NQwGcl}y~ExfMS>hT8K zB5dbP2X^X?Fgtn6<88WK%{!WR74LaWV}r*o-gn*y4t6`}bva95k4G^dYCdxIV+VUR zpC~@{DCIK?)qL*UFC6r0zEphWaVlSHzEOPZQQ^i{uut<{gzx#m<45*uezMd#p!wP9 z^o!<K&2O6DHGgOhYW`IGrT9BBPa0){_4*Y9ia{%g;LW<^!n(!rSZhn068znPro;uo z9LY>t7;CB%QqF3uSyB^?wMHv#e2Tw3=|KKg#WE$LB%rv=Zf*CnD_E+QqLQGJq(nz@ zSSH)I7)h3pv87rVU6wa<c16|Pb7ti>#G9MSEdwKA3Hj?omroZ@B9@pD!&)J^EZR_5 zZe)}TR9UpPb-}XoA#bSDNQysSWmk`uR6{lA*@k%QqPi9%X_78Tu8|BGqhzd|Aelli z)?9C7oMc(nMvibpQ-{`Ss%fc@&WT?fYpGX~ZDhP0sbqqY968G0re>z(8qSwICHY2< zmI6OlPb#%r8<{ARj7*kej7*VZ1v643!?_Z&T;p|Zwe2-=Bge^9BhzH6-=U|3k9U1h zBh&qEoiBy{PJMPkk(^*jPq)$;DV7qepOG1kWMKB0MoyHIgkrxhoa0xAvw|l}D6urW zQqQYXEL7Ah8Wb_aLZs5d>GlkghEg0}F<ccKBtUTZ+Wu{g_JnM5k^R(?X!2{*tHzJa zH4ohjE!HN{n%I%PCz!XGi^z~lMsdiiCHY@(`618WmAScdA9Gp36_(Im>EKGPB3)L~ z$JJb8yVudfwOq#-*>3IitYj<;>`OM0I><)ShDj=J81eW+{;K~nH!5yY+-y-GyPq<} zEs9%9PE&Mt4H72f|Ie}gPSdU|JEZFjt6e`4tZ`xJAb|lcRotdntyohs@h}BPs+BC< n&RTy(){LT&=>T`wEd$)iUDl4X-a32Q+qj#1<|A#~%X;_+-x?C{ delta 1248 zcma)*X;76_7{`Cly%)~8?>!=mEMbrsR^~8-gEiwY#)L9uO*SJ<qggYM7r4k`16WQr z%+!an&G415QnSR$7F%v*QQ2yXEwtKZrR`-I*+OJM=MXX1Z_Rto|Jk4SIsZ9l<IMh& zj@`q(JAqP};ZenA&Fv9txx>L0O^-(%TQzrT?$X??*`~Qiaj%DQx%WAFe}pL8H4ixB zLCr&&hh14*@rXwjk9sWRG0hH__qe8AvqE!;<_V9&4thPF<SEV5F1#~BC(kIJ^>~iw zBfP+i4s6$5VP4{8k5}00a$eQ!R=nm>#Ac7RyzaC&9K7iu?tFHDK95q~(!A~DI}YB} zyr+2IV>Wv%Ea3yEe&`^s`AG4xM>(Hp_9{O0sBrBo_)PP8gmvum=wiR-3p+YrYQAzj zeXaRM^R4DP&G(ugGzSzvDt?MDmIlc_sQ6jYFL?7Vy(qf8E!NW9s`$m<A85=B)y5j5 zLdsbU)hnutV=cv%){f5)7Kndks6Tb3;*jE3#TAO*6u-y2lEPA8_=5q%p9~5U%L?W$ zsHj?W&b%r0ZB31H41Y1;?@GR^h{ODC7@}K9Dl4upv7upSsIuakmZdA_jA~;wBmOFt zdom)1C0t+&+FF)Hn~ek{D998eAxTn_Y&(b&g0ZGLBU-{nJi7fpm6;MTVq}7n6eANQ z)jy=>W~Ui0lyoH-MkYz7t!j(53VHsip}bR!WJ$J>968EJu1pq8;`t5dGGNEE1vTx} zZAOlkJR|v%=lAI8;bUB#9jU<Iqo>MLe^8&Df2<VRIZrY&O^!2iygO!K!I?%*km*9H ze=wZyuMXz~Ph=q86YkWD7b>EPT1B0*7gQ`nDlMFD_Xuey#gQ4~S-}wk1jobn;ndrm zY@IQCYeF>mYtpMGC;FC+#)U>JLo~&Q)At5vG}A%`2Ux^%E+$PXnZT$|YDgN>F8f#W z4`=P@*e92BHLFRN4fb7J!?k3{7J9jk>zO2d++e>oWU|!$WIL%NY$I)aNJU}7x^YzR z{Liyi;VX(P3giw^rYKd+o^_g{e1tF=u1&`nTmQ3<t#_Q3=eQ<kSnh_1V1+Z22MG+b zN>QO$r|6nB?Fa@F*%EG|+cJ9|es506%*0TD_4cFzZsry%v#oZk-R-SxVB`5nE1S3t F{sD76051Rl diff --git a/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/tokenParser.class b/KAA-JSP/build/web/WEB-INF/classes/org/saleproject/KAA/tokenParser.class index e9947b4f2d90b0b0d65f91b5576095848d3b067e..6e50e3a5a8bca4fa92971654320dcc93e699139e 100644 GIT binary patch delta 128 zcmbQpIfc{g)W2Q(7#J8#7)-esxEK_<7?c>4L4*oBgDMvT3rK{8K@CKxg9r_F22FMb zt%+ve7_}$sGU}VLGidWL=rHK=Fz7MpGct&0C6*=X=OpH(>j#$<W#*+jm1gFoq!#fo U7%&)u2qPW_V+NDW{ftb^0A^_x;{X5v delta 108 zcmbQjIg!)s)W2Q(7#J8#7)-brxEK_<7-SigK!h?og9;Y|3rK{8K@~)(fe3YW1`T!w z&535;7_}zrGU{{jFlaOA@G$5y=uOUKlo8NpFyLX(XE5YpFk&!fWRRa&C%<_M;{zrD DhFTEZ diff --git a/KAA-JSP/build/web/login.jsp b/KAA-JSP/build/web/login.jsp index cd0328d..77d90a9 100644 --- a/KAA-JSP/build/web/login.jsp +++ b/KAA-JSP/build/web/login.jsp @@ -28,7 +28,8 @@ String chattoken = (String) request.getParameter("chattoken"); Long uid = (Long) responseJSON.get("user_id"); String username = (String) responseJSON.get("username"); - String urlParameter2 = "chattoken=" + chattoken + "&username=" + username; + String urlParameter2 = "chattoken=" + chattoken + "&username=" + username + + "&user_id=" + uid; out.println(urlParameter2); String urlRequest2 = "http://localhost:8080/ChatService/TokenSaver?"; RestAPI_consumer consumer2 = new RestAPI_consumer(urlRequest2, urlParameter2); diff --git a/KAA-JSP/nbproject/private/private.properties b/KAA-JSP/nbproject/private/private.properties index 17b05e1..0f61037 100644 --- a/KAA-JSP/nbproject/private/private.properties +++ b/KAA-JSP/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=/home/khrs/.netbeans/8.2/config/GlassFishEE6/Properties/gfv3-2049786751.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=/home/khrs/glassfish-4.1.1/glassfish/domains/domain1 -j2ee.server.home=/home/khrs/glassfish-4.1.1/glassfish -j2ee.server.instance=[/home/khrs/glassfish-4.1.1/glassfish:/home/khrs/glassfish-4.1.1/glassfish/domains/domain1]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=/home/khrs/glassfish-4.1.1 -user.properties.file=/home/khrs/.netbeans/8.2/build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties diff --git a/KAA-JSP/web/login.jsp b/KAA-JSP/web/login.jsp index cd0328d..77d90a9 100644 --- a/KAA-JSP/web/login.jsp +++ b/KAA-JSP/web/login.jsp @@ -28,7 +28,8 @@ String chattoken = (String) request.getParameter("chattoken"); Long uid = (Long) responseJSON.get("user_id"); String username = (String) responseJSON.get("username"); - String urlParameter2 = "chattoken=" + chattoken + "&username=" + username; + String urlParameter2 = "chattoken=" + chattoken + "&username=" + username + + "&user_id=" + uid; out.println(urlParameter2); String urlRequest2 = "http://localhost:8080/ChatService/TokenSaver?"; RestAPI_consumer consumer2 = new RestAPI_consumer(urlRequest2, urlParameter2); diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/DBMarketPlace.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/DBMarketPlace.class index 2d4880d136a4e116e5424a53b14b97ade5d088bf..1e0163cfd7fc25fe3a7ba026e6a2ad1fafa47b04 100644 GIT binary patch delta 153 zcmWO0%Mrmq0D$2?d)VFV?12iHG2<;>LA(iqGK?0~pn<(=z|pwnpa6|HX~D?#|1ST> zd`<HHr7s}lXvk4lG&D^^i$K%XbTnN<kG_u}R1AEEj5Lv9%tSHO%oOuSa`t4VS#Wpn uA{Uk=D_0VcTw997?j#CwW7)EER}sj>vghzj#ZBbPI#yIP9@XqbQ2PU+4j0J) delta 146 zcmWO0I}*V_9KhjUw#fdovtu{`72*+Z;!O|-QMiC(=(cqSV{{6mb`g~;80o*_`<jnQ z-@nHb=(9KEscJ%@W~kE;nnEPB3~f3Aims*?WON`54I^UBSeR(0xAfq-t9SBemN^R- ns@PvzO03*b75%j(VdKs!^0$^9>HVcHs$eA1<OGj$R!~&_7q1rT diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/MarketPlaceService.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/MarketPlaceService.class index 48d8c8e04f624d9512af5aeffffbf4b026bc41ed..ad801dc36eb26f8f17ef07d1e3213a372bd7674a 100644 GIT binary patch delta 3386 zcmb_edz@8O8C~nX_P*zyd2olvILH8lGd!G_QG8N90|n*bfCLVtPRy9Vz<@JK^x$fx zCZ?8WGBic7hiN>ft`KUVh^Sy@R+x{nqQtT!vr<Hu@!R{HbMNiy&%gT3{N}9Ld!KXG zx4!j#-`UyvYHMas??c-GoWSJ{7Gkf1=kePlM&JbpFXE*XUdHbfe(xZGy&A8W>mM}! zXs&<K*r)O56#jx&74|zQ!`>8L!(SEtrm@Dr*EPD$_3s)R%=I4{>oqoNykY)3ps_Zi zaleB!{%LN1Q{i74Zz=rS!GG{y2XEt@Bo5+TgASQv!tX`Ar*T;0h(fP}dVi@;)(K5& zMjS>Na~NmB{85V9VUmu66PeO<HA^&0B><LbmS;5kX{I$RH2Z4~kZ3qibC5ilm6}Is zR+*!NHIH^Ugw>iuHHT>qSFF(-p|MlrF^yfC$7npRS*uy6IZ|_!#%>2wIa+g!=CPXf znjg~~tJ$F0sCk^`@tWi0Q734gsCkm+$(pBVo~k&Wh|TX<vV<5g#oJL)k?mm}y?A`6 z_k85hQtVg!xZ)=iPZPbeYocvTh-AcU@45a}-Wl=zQOQ8IHnExldb8Wq$<e{5yF7zu zx>$sE#j{+V%}**$a5<6Zcx9<M(Q`S;TbQa!Oy+sSY2J~3wcfB2<!wog)ABZ#=W~j8 zAT=;0FLgPU(}*$NoAEKVE~oPXmrb1Eawabn;;k)RZ7yf=Q!W;Bw#zxZ$eZh4H>}y^ zT%M;m&*i6ivEn5zFJ+6%&v3rWR?hHPvh18T^PI~#g8;!siPGg~d6DAfE*Eg2%SCJ_ z(hFOzYH8?P*4}X8g2io}T`h~3DlRsgOUz3<yv-$D646qxzI1NMGG0JLrk`(iuJF1` z=T)7{P9izK<H{vn?F$yQDR#NM(wsU@;;!`C%Sye*vX^*OHdX$Hjzp5#LzR~>x)dpI zUe)N#3sNm##FwN1fLCw@I^}B6N-P)724w_AEV>%kASypE<IDI8Vn|{yzKUxR$91yr z%6Wh9dfEG$tPF?h#dw7qsIclVY7}lfj0%OXA4JR93O6x=={L){2yVeQ<l0}*H{~g} zcA^WOfbLFw3%AKmO;rB-w!gA64>NgqwZPT5Jv(`DExFR`IC@CNgcX&W*XF`nYlD%> zlA|VsNRGI_a=ok=;>RG~hmjB;-XWYN0Q+~9Fo)FdrG|Ss;Zy%kG4<5}^{RloE2$5; z8^U+uu59g);|<F>)jrF(ymNDo<>r8;SzBYpmwqFB@0Msvaj(R)JP^1X(IdD^VV&?Z zq|%m4N?sDkc&AlwP~?9Z1VXNn)q5iNZuaf!eaw6h-$x0~l=u8V-cgEal7k=OKIvm) z#0SO>E(c%$K8F=3VFUVE+qkIYD9b2`p&X9;<(z{$R^dm2QsVojFfKvevSw<b3F`%k zsRV5hBw5M`+$b<+7dHtKQDn^sAl?*Ye5jD*B=q3Nl0uWH%aG{9E|i3cl3W%2{-kgP zcn=f$Py_b^H)L}6<?n#__NIeKN1Wmu-xJz1YXzRB@&b3~;rcw>kcS)da8n+pO*VqW z7?(VN&EELBD({+_Tg51^)#dFxGZYjvu|+CU+5wvIQ$fCY(}?s*9;I2{L9w3kYOyUI zu&fJ>xkVnc6%UI19a4{TWHxCLz53X#h~3W0bmO##vpplWFtb)(lMrXzg3sd%kYN<~ zAP$FV>yjucm<$?(JRu}2$RyBYzZ#n?*|2H&=N}3@T@TfVDNuffguY*YtK`lhhi4&a z+sDn;?e9v&ei1%goS>~?f`0Z<6=3w=W`$nwi`*LajQ@kk+dfp}?RX@6`N#xQkBS;G zj6^F|dMifx=@s*1U8tC#Krulk(GmH%+a@|{&EH@Wy#P8;%9l#i^7~YuwBJ~`Wo=OG zg6)OU46@y}prIN^?2zVAKl&YJO!+%F2}f-Cr*IbDvIcN55eM*??3Q3MUdK*BrI?ES zw!q88m-}p0mt&SplE-DYA5RG^<6t1i1+4>Y4#O4{8l^dCf6^S9rOIue5cGr~(<Ykn zq#)BKn(>q%(<Yj+TaalJO$BYD-SqR@koM&$><A&w6}=HJTnt)*G^aih-udXet;C0N z&7z<Q@31--_J{(R3(9_%C?0fxC-U$~fky?)Pvw_)3)~~~?!o#=etKd!740@XaZEr9 zOnoM#ANzeeCd2hUE4G=4kAz|i^2OHTtKx}hR>Fxm+9)_7tjcgA24*`wHx<)|gjV5P zERbQ(2kODd@HBqzZ6CW&%5Pmmg&o;(88WjhRZ|Wta#UA@zL2$WEH1N2_RC=yVtts6 zctM&>R&#kt7W@C{LjPO)r;8Hv41STF*f`u5*t9)={3!|1mo<TbxWRH28w!{3`>7|# zwI}qj>^>{sN>TZ0y4SMyzmdiw(Tj-+fdNOD>6H8KxKV1_Y+RfR!k<J1sy<_bDEvMu biXpJhv(h|%DI6nsE~mq<ME_rR;y3RDbqI!O delta 3334 zcmb_edz_SI89iri?>paov%Ac)yRf*|k(-gLDBem@TyjOhHY9W<W!+s0SXf}UOhc!O zx@bknXNJ)#YRR?4CPGcQ$R#5!EbK;^Qd(JBStcSfKJRy#8CQS))o=E<bLRPO=RM~< z&-=a5xvMj?@7N>T0G!Gm3-hqw!qfOg9BKU0!T~&!z_0LYh2L0+VZX+2&G+v#4w~=Z zYy3gu*#!FWM}_AslwyAZx8Qk&LmI0M{FBBC^ZjRy_2&BpjddCuG+s2n{-QCE(YW72 z3V$`1|4rc~jlV1W!@|pW#lk=FuQ>jVR}K1)IZgN-z<)Jf)A*ml>lVg&rNgHFhQ<+% zH!Uo~Q44S3nE97egheuBVFJUN5zVM(Ocp?;sWX~!O-nPOX=^5BH7wCAl{>RcbBJcj zoLa6q)M5oIHLEm-X%1Jc)*PX+P2(|*9h%2!Y}c&Otkta3tk>9WVJaIm8#U9K$7_z% z9Hlv0bByL#%@Z^~;B+ySR2)x4I(il^Br2Rm<yF}%({x@7$!$+jJXLW*c2~HI&Vf(^ zXF5B}hdSlap-wV#veO@3n>{(UirFXC>ERKl**u+R*qD!Q#WQW5#SbZd*yh<h$Ei(R zmY&FS<q0Dj>wA`Tb}gyD`r7)=_P(zA&aU1Lo9A&7akkT4I?VZCD(TElXlHL?eAMRo zY+h+s3Yg4~IJI_D`U1AtypU6DUc`%qxw(nWshnnG0WY!nQMNjZ?3?R9W^+0xDPC%G z20yMi)8=Ko+-4iEusMrUoXX_l^FLwkb0wz`Ab66^tJtbI+h#kjw%Nf>A~mo5Gwn^i zi@TdHox7l`x37J{B1L&(2j`e4e$sg=*%zM3PdUvcS0v}Mg$P}8kvTHY*;F#CY9i+o z@s6HPFYN1{JHJb@+vWncWa~=9<ic#a>}4HdE}I&D6~l92Iepb*Gr+T0f?nwigO=hN zA!pF_f<i930U3nla}b}$7Z5=l&)|#r5~8?Kj@xp+ckCuPcC%C(ppM}zg;FZ?A4Q|W zvZE+hxaBa~Cn+>Agj?mb5WbABU@|aN;8*1?%X`s>uL)Sui`%eLPH7CwFUPAaEx_vw z@CJdm<LlY^BSw--o!gG9$=rc&2q9oiepzeW#Sj{++$Dta#J$Q*LckC|9?={|Bc_lR z&awdaf4?vX4r8|AUPhn$D&hVP>bLvUt9|aacpPvygzv;RvlrBiH!QEK^;kyb4qNgp zxA-hgZM7@D#&?D9w`4UXSc?Ivc><Rq{1yfjQo_%WO1WGT@(^FfJ6-jvLhoeY3%OdV zcZG0wc39mZX4c>yByp}7dN1yi=S&k1zK!q5j5<MbVB%o20u}fyu0@hf7y_fOjbR+) zGK!;)4Y*&<voMO)!t)v=B;c*Vx&*C|nhAX?)(MhO30f~mT*?UCATZ(<HwqF_q-F$& zxya;DA<h<T5;?SM)EvZe*n?zXlz27hZ(MN&coWSzG{Sz@1)2PHg)1PrZ8(gS4AMa! z-xb93d#=FKR6*bs1-PyN*B9W10^C@DDdUE3j7iA@*zC+2Rqfo@xKe@=A6?TK#Cduk zD5m2<=}2jPwBq}Myzr(F%88F*St2ERCaZ&E@qo*^IG7L0ZL;`5c5C`+W(MS5F}DS; z!{?x=eY2yot)$#2gi+48+d{^#+JKQD<C3ws78_kgH%he4Wbn@4;s<veR1OzIc{T_~ zugUu5%9^7y5O-(9ayQa%$g;dC@x#F`WCItrzF*9Z$Pc+{Zu<W#`OteR`7j>I-a0zQ z#E(Rch)j}BEOl0o@tR!}lU55R?LC2FQZsIb<a4*{X4p-5lW}t{w6ByWm8j(nqnymx zNN~vYda%_G7fVy+j?|*5X>5N~Ccw0@uQOwM+`?({24Q+Uf%EVxOaN?|&9C4wIhw?U zcnRACm0&7fbi24z!gt7R-7?IO?P9we9l|sG$XKZ4DgJx_+k#~a3WCz+&p4R?ZP+0f z%P<hMQ;^A48y**AW<eWv2{N;w4Z8)IS<qTE3%bqFzQfEyZ)oQmIuG)lZNw{{3xZ_= z<wSVv{jYW<K9ZjZMU(bXSLfnEP$Y9vZ|@Mr{WjlOfR76t?w5BJ%DV;bkxlL3xE9Zz z2+l;eYflu-Xos;UCgOX;I3hdfdRJ_-?QIXl7UYSou@z?LF5dP`CD``H8U>q!t_-$4 zKWyjZx4zU7q2;xtxA_&xu;*R<U}V^fA3M*Tc&N@KEQ$%JbC(dq<@v!<A=w#lo^LA8 z__>e-27BLP*JQ69>JiCdCZa_)8CUbZ#0TepZ*l$y$KUw!1b!ls>ycR9D}mG5-jgak zt<41VwmXI8KG7H|<sD$aOC&bu72X`gS!y0_2-+v_MqznNTI(*r+p<qY>=-61_*qPw y-6;Q_u}s?A9Jn&S9&hI<68H&sJ;m=s@13)K;_^==1tC0{m*go~?$3Jh^S1#uJ8HiG diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/RestAPI_consumer.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/RestAPI_consumer.class index bcefd2a8bd2f3a3f6c2f44d578c8417b01f2de43..9b8c42de6e80e91a83df10f66f7bb24c96ece632 100644 GIT binary patch delta 300 zcmXxgJ1>J#9LMqR>4SfIa%kd-h{j+LlcbAAT6c<~Zl!K@>4UnIU}%k+m~AIsgSoL8 zyZ|r2X7>hcg69mDPx8P0hW~r)Ggg25d3gl}xYWeSMCoGMG2@sOvYKWxjycD?u%L;O zb1Vu=!m_ZUF|2CZ$ZJ|zbF2#mjqh%KHiS)KOVi1=up<-|E!VZ`O{4y${IK2)bN|z_ z;ij!c?tAyxHylt>m`ZRPB(BQUL?NFu^bi;hIa0)JL&a^<8*D$O>;@-}Q^Of0d*}6e z=Tz*ImsA(eAKru4pAyo-kT5Ka2&3>#N7(zN8zrP1V@)W=nXr$NmdWrr5vKkCrn52Q delta 268 zcmWm9xlV#X6vgrXFv|6t3=;if2wyCytSmJ|RNTb{_Z@IwS}n9Dv9Yl*nTN0@R$BM~ zK7h|)XJtp!ndVoVoSWS9mHo^%KYridfg!F83FU}96M@OVlrU}Rq#T$D%nEaci1|Q8 zSP&M4C4*(z&`s5lVI{CCtQq2P8?!EK2%Cl+Tf(-mqex%h-QKjCKT7Sohtz%79{ZL9 zYOY7eQQgwuP?5NnN?b)3dyhD_6gUZ-TF!j&Ne}3AF5IggR+lf|`cV(&g%KeVtdJ4^ dFm3vL_D4TT{3K7V14W5Z_beqD^W#&D{{tJkDi8nw diff --git a/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/Validator.class b/MarketPlaceService/build/web/WEB-INF/classes/org/KAA/MarketPlaceService/Service/Validator.class index e8bacc4e46587a9912d84eb96a9f827573449254..b45e5d5e0a07b9fa16925044c1a3c44093b4f789 100644 GIT binary patch delta 1432 zcmd^<T~JL?6vuz(+-~dK(~(N0Db*Ovc(^8pN1=Q+V}>ar-?u0wmE0m9<va2fyAVQ% zJQ;e!@b1BwVR&lv%CpCmy>D~xOL;fUoLOtlUVH!7I={2_c^4cCw!I&H^%hvfGnXLc zLWPS>xx;Sb_ZU;@P$lejai}(?M%X9R3j1B^sCQ}LK!8RLnkXzZ3C%7E9CDe)VV4wI zj5#74b;+RIm}A0mq1DN!%_WNy!byjDF1efvFq_lD8R4wMIn!08S!#DUZ~O&^4&yHh zmtMTdu+)(CA-=vT+|U$O19o4IR?^KzThzT&=(^+8w5Tfb^*EQg;&GKu^}|;fxaM&k zWs#}Y+L>xy-1?j@k8V1J8y+{gCG>dQ=8nf*dM(mbgPpEE#pR^k<G#m29vIW-@sLi7 znd+N0U1j?{-y<HYpuaS$pC=YcHKFEEUTvtZDz7BmSY21;@sxqVUVoRrte<2Sldrjc zi9}0qN#!R?nUBR>hFPW~n+1HOfI@uwTYY9ZD~O|%m#kzJemZDnHEW31FOy7>J|U_j zp`fi;7=KEH4Oqg)lrb`ik1p$^$%vMUBu8+BO(Ue~4P&~hOx&pRQK4+y$@9Wyp$scm z*pf2BjEI`g94m%GVQUfrwy}Ni`P3v!wM-fP1BPEQ4BulIhGQ6pVi;b>Ftks=@G<dk n!7yi13_Bti67ByO!OrL;_*4J!NtiW$Atsvyi(UFhY!mto#cT3+ delta 1389 zcmd^;NlX+$6o$W^?KMS<IASsp3^9m$7=uO=FQPK;#)A>XL2((k5rhG826u1;#hnHb z7d#nFJSjIZdN=WA)C&n$FP^+Pf>nbv7fHMtO*;R3U4PZ<&R6e^gx`ic-i^I_11#aO zB1}}MRd|Tn>@abskvf}Q!fu7l9wU2&n6OXSuQ<R##UbK(9H!o64Z;zjQISuRVmb*$ zkY*z-!cj$tsF7CTn2@w9NhykH6OP*~P?T~ak2#zaP6?-N&X~WdGfQV}+D+`RIcMT| z;lhj8AuB)7oJzK&k{0texefku_q+AfeeM}_<K6-LB9|O4)9Kp2NTAE%3Rm6DzNX@C zhih~S*Bx$fQ@G`Dn>!9YxbA1)(qJ!r4vV>Kq~GD5t}xp_*E_&{ccZ_i_yG?s3L9c= zv5Ll6B3@CQY^_hk9Ud__H0<y7*Y+@t<t#*aqO)aGYHS}f*$Nazd}F0{E#@;ymCigY z;u8^8;ni31fz_<RM-4Ao%R2mY)6RM}5OAO6S9O#M6OSz#vn4peab^<8E^E^`qM>KZ zw0ZTUnV~m~>u<^L8?~P;Gz&GkFN8$jm8Hv<1k;pcs(H<^Qiup;h2*h?>Y?{j3oW;Q z%Ge(<{K#SWlEW~X!!VM=Fr35C^$Ww-g1-er`J@=OW-t_Z{$m8&vYk*?^pAH!*~CCh N)(Ms#V)Sfn{|VTj#R>ob diff --git a/MarketPlaceService/nbproject/private/private.properties b/MarketPlaceService/nbproject/private/private.properties index 17b05e1..0f61037 100644 --- a/MarketPlaceService/nbproject/private/private.properties +++ b/MarketPlaceService/nbproject/private/private.properties @@ -1,7 +1,7 @@ -deploy.ant.properties.file=/home/khrs/.netbeans/8.2/config/GlassFishEE6/Properties/gfv3-2049786751.properties +deploy.ant.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\GlassFishEE6\\Properties\\gfv3-445781616.properties j2ee.platform.is.jsr109=true -j2ee.server.domain=/home/khrs/glassfish-4.1.1/glassfish/domains/domain1 -j2ee.server.home=/home/khrs/glassfish-4.1.1/glassfish -j2ee.server.instance=[/home/khrs/glassfish-4.1.1/glassfish:/home/khrs/glassfish-4.1.1/glassfish/domains/domain1]deployer:gfv3ee6wc:localhost:4848 -j2ee.server.middleware=/home/khrs/glassfish-4.1.1 -user.properties.file=/home/khrs/.netbeans/8.2/build.properties +j2ee.server.domain=C:/Users/Ali-pc/AppData/Roaming/NetBeans/8.0.2/config/GF_4.1/domain1 +j2ee.server.home=C:/Program Files/glassfish-4.1/glassfish +j2ee.server.instance=[C:\\Program Files\\glassfish-4.1\\glassfish;C:\\Program Files\\glassfish-4.1\\glassfish\\domains\\domain1]deployer:gfv3ee6:localhost:4848 +j2ee.server.middleware=C:/Program Files/glassfish-4.1 +user.properties.file=C:\\Users\\Ali-pc\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties -- GitLab