You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/06/24 12:26:16 UTC

cvs commit: ws-axis/c/tests/client/soapHeader/gen_src/rpc InteropTestPortType.cpp

roshan      2004/06/24 03:26:16

  Modified:    c/tests/client/soapHeader/gen_src/rpc
                        InteropTestPortType.cpp
  Log:
  changed AxisException to AxisGenException
  
  Revision  Changes    Path
  1.2       +28 -28    ws-axis/c/tests/client/soapHeader/gen_src/rpc/InteropTestPortType.cpp
  
  Index: InteropTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/gen_src/rpc/InteropTestPortType.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InteropTestPortType.cpp	24 Jun 2004 07:45:02 -0000	1.1
  +++ InteropTestPortType.cpp	24 Jun 2004 10:26:15 -0000	1.2
  @@ -62,7 +62,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -75,7 +75,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -111,7 +111,7 @@
   		m_pCall->unInitialize();
   		return RetArray;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -124,7 +124,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -160,7 +160,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -173,7 +173,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -209,7 +209,7 @@
   		m_pCall->unInitialize();
   		return RetArray;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -222,7 +222,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -258,7 +258,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -271,7 +271,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -307,7 +307,7 @@
   		m_pCall->unInitialize();
   		return RetArray;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -320,7 +320,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -356,7 +356,7 @@
   		m_pCall->unInitialize();
   		return pReturn;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -369,7 +369,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -405,7 +405,7 @@
   		m_pCall->unInitialize();
   		return RetArray;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -418,7 +418,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -451,7 +451,7 @@
   		}
   		m_pCall->unInitialize();
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -464,7 +464,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -500,7 +500,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -513,7 +513,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -549,7 +549,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -562,7 +562,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -598,7 +598,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -611,7 +611,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -647,7 +647,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -660,7 +660,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}
  @@ -696,7 +696,7 @@
   		m_pCall->unInitialize();
   		return Ret;
   	}
  -	catch(AxisException& e)
  +	catch(AxisGenException& e)
   	{
   		int iExceptionCode = e.getExceptionCode();
   		if(AXISC_NODE_VALUE_MISMATCH_EXCEPTION != iExceptionCode)
  @@ -709,7 +709,7 @@
   			cFaultstring = m_pCall->getElementAsString("faultstring", 0);
   			cFaultactor = m_pCall->getElementAsString("faultactor", 0);
   				  cFaultdetail = m_pCall->getElementAsString("faultdetail", 0);
  -				  throw AxisException(cFaultdetail);
  +				  throw AxisGenException(cFaultdetail);
   		}
   		else throw;
   	}