Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 90865 invoked from network); 26 May 2006 00:40:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2006 00:40:13 -0000 Received: (qmail 18464 invoked by uid 500); 26 May 2006 00:40:09 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 17727 invoked by uid 500); 26 May 2006 00:40:06 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 17627 invoked by uid 99); 26 May 2006 00:40:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 17:40:06 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 17:40:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 48D4B1A9842; Thu, 25 May 2006 17:39:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409521 [2/4] - in /webservices/axis/trunk/c: include/axis/ include/axis/client/ src/cbindings/ src/cbindings/client/ src/engine/client/ src/wsdl/org/apache/axis/wsdl/wsdl2ws/c/ src/wsdl/org/apache/axis/wsdl/wsdl2ws/c/literal/ tests/auto_bu... Date: Fri, 26 May 2006 00:39:37 -0000 To: axis-cvs@ws.apache.org From: nadiramra@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060526003942.48D4B1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: webservices/axis/trunk/c/src/cbindings/IWrapperSoapDeSerializerC.cpp URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/cbindings/IWrapperSoapDeSerializerC.cpp?rev=409521&r1=409520&r2=409521&view=diff ============================================================================== --- webservices/axis/trunk/c/src/cbindings/IWrapperSoapDeSerializerC.cpp (original) +++ webservices/axis/trunk/c/src/cbindings/IWrapperSoapDeSerializerC.cpp Thu May 25 17:39:36 2006 @@ -43,11 +43,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -64,11 +64,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -87,11 +87,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (void *)NULL; @@ -122,11 +122,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (Axisc_Array*)NULL; @@ -148,11 +148,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (Axisc_Array*)NULL; @@ -174,11 +174,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (void *)NULL; @@ -197,11 +197,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__int *)NULL; @@ -220,11 +220,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__boolean *)NULL; @@ -243,11 +243,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedInt *)NULL; @@ -266,11 +266,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__short *)NULL; @@ -289,11 +289,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedShort *)NULL; @@ -312,11 +312,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__byte *)NULL; @@ -335,11 +335,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedByte *)NULL; @@ -358,11 +358,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__long *)NULL; @@ -381,11 +381,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__integer *)NULL; @@ -404,11 +404,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedLong *)NULL; @@ -427,11 +427,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__float *)NULL; @@ -450,11 +450,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__double *)NULL; @@ -473,11 +473,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__decimal *)NULL; @@ -496,11 +496,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__string)NULL; @@ -519,11 +519,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__anyURI)NULL; @@ -542,11 +542,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__QName)NULL; @@ -567,11 +567,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__hexBinary *)NULL; @@ -592,11 +592,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__base64Binary *)NULL; @@ -615,11 +615,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__dateTime *)NULL; @@ -638,11 +638,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__date *)NULL; @@ -661,11 +661,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__time *)NULL; @@ -684,11 +684,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__duration *)NULL; @@ -707,11 +707,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gYearMonth *)NULL; @@ -730,11 +730,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gYear *)NULL; @@ -753,11 +753,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gMonthDay *)NULL; @@ -776,11 +776,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gDay *)NULL; @@ -799,11 +799,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gMonth *)NULL; @@ -822,11 +822,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__nonPositiveInteger *)NULL; @@ -845,11 +845,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__negativeInteger *)NULL; @@ -868,11 +868,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__nonNegativeInteger *)NULL; @@ -891,11 +891,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__positiveInteger *)NULL; @@ -914,11 +914,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__normalizedString)NULL; @@ -937,11 +937,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__token)NULL; @@ -960,11 +960,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__language)NULL; @@ -983,11 +983,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__Name)NULL; @@ -1006,11 +1006,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NCName)NULL; @@ -1030,11 +1030,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ID)NULL; @@ -1053,11 +1053,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__IDREF)NULL; @@ -1076,11 +1076,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__IDREFS)NULL; @@ -1099,11 +1099,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ENTITY)NULL; @@ -1122,11 +1122,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ENTITIES)NULL; @@ -1145,11 +1145,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NMTOKEN)NULL; @@ -1168,11 +1168,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NMTOKENS)NULL; @@ -1191,11 +1191,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NOTATION)NULL; @@ -1220,11 +1220,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__int *)NULL; @@ -1243,11 +1243,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__boolean *)NULL; @@ -1266,11 +1266,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedInt *)NULL; @@ -1289,11 +1289,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__short *)NULL; @@ -1312,11 +1312,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedShort *)NULL; @@ -1335,11 +1335,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__byte *)NULL; @@ -1358,11 +1358,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedByte *)NULL; @@ -1381,11 +1381,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__long *)NULL; @@ -1404,11 +1404,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__integer *)NULL; @@ -1427,11 +1427,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__unsignedLong *)NULL; @@ -1450,11 +1450,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__float *)NULL; @@ -1473,11 +1473,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__double *)NULL; @@ -1496,11 +1496,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__decimal *)NULL; @@ -1519,11 +1519,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__string)NULL; @@ -1542,11 +1542,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__anyURI)NULL; @@ -1565,11 +1565,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__QName)NULL; @@ -1590,11 +1590,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__hexBinary *)NULL; @@ -1615,11 +1615,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__base64Binary *)NULL; @@ -1638,11 +1638,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__dateTime *)NULL; @@ -1661,11 +1661,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__date *)NULL; @@ -1684,11 +1684,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__time *)NULL; @@ -1707,11 +1707,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__duration *)NULL; @@ -1730,11 +1730,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gYearMonth *)NULL; @@ -1753,11 +1753,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gYear *)NULL; @@ -1776,11 +1776,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gMonthDay *)NULL; @@ -1799,11 +1799,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gDay *)NULL; @@ -1822,11 +1822,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__gMonth *)NULL; @@ -1846,11 +1846,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__nonPositiveInteger *)NULL; @@ -1869,11 +1869,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__negativeInteger *)NULL; @@ -1892,11 +1892,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__nonNegativeInteger *)NULL; @@ -1915,11 +1915,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__positiveInteger *)NULL; @@ -1938,11 +1938,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__normalizedString)NULL; @@ -1961,11 +1961,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__token)NULL; @@ -1984,11 +1984,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__language)NULL; @@ -2007,11 +2007,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__Name)NULL; @@ -2030,11 +2030,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NCName)NULL; @@ -2054,11 +2054,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ID)NULL; @@ -2078,11 +2078,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__IDREF)NULL; @@ -2101,11 +2101,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__IDREFS)NULL; @@ -2124,11 +2124,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ENTITY)NULL; @@ -2147,11 +2147,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__ENTITIES)NULL; @@ -2170,11 +2170,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NMTOKEN)NULL; @@ -2193,11 +2193,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NMTOKENS)NULL; @@ -2216,11 +2216,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (xsdc__NOTATION)NULL; @@ -2249,11 +2249,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -2270,11 +2270,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } // Need to return something - probably best to define UNKNOWN. @@ -2293,11 +2293,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -2312,11 +2312,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return -1; @@ -2333,11 +2333,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -2356,11 +2356,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (AxiscAnyType *)NULL; @@ -2379,11 +2379,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -2399,11 +2399,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (AXISCHANDLE)NULL; @@ -2420,11 +2420,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (const char *)NULL; Modified: webservices/axis/trunk/c/src/cbindings/IWrapperSoapSerializerC.cpp URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/cbindings/IWrapperSoapSerializerC.cpp?rev=409521&r1=409520&r2=409521&view=diff ============================================================================== --- webservices/axis/trunk/c/src/cbindings/IWrapperSoapSerializerC.cpp (original) +++ webservices/axis/trunk/c/src/cbindings/IWrapperSoapSerializerC.cpp Thu May 25 17:39:36 2006 @@ -45,11 +45,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -66,11 +66,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -91,11 +91,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -126,11 +126,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (const AxiscChar *)NULL; @@ -148,11 +148,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -170,11 +170,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -201,11 +201,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -230,11 +230,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -256,11 +256,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -282,11 +282,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -313,11 +313,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -344,11 +344,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -400,11 +400,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -425,11 +425,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -449,11 +449,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -469,11 +469,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -488,11 +488,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return ::UNKNOWN_PROVIDER; @@ -510,11 +510,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -538,11 +538,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -568,11 +568,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -591,11 +591,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return AXISC_FAIL; @@ -614,11 +614,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -635,11 +635,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -657,11 +657,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } @@ -676,11 +676,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } return (AXISCHANDLE)NULL; @@ -703,11 +703,11 @@ } catch ( AxisException& e ) { - axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what()); + axiscAxisInvokeExceptionHandler(e.getExceptionCode(), e.what(), NULL, NULL); } catch ( ... ) { - axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown."); + axiscAxisInvokeExceptionHandler(-1, "Unrecognized exception thrown.", NULL, NULL); } } --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org