You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by cd...@apache.org on 2005/07/29 12:08:20 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp XSD_anyURI.cpp XSD_dateTime.cpp XSD_decimal.cpp XSD_double.cpp XSD_duration.cpp

cdinapala    2005/07/29 03:08:20

  Added:       c/tests/auto_build/testcases/server/cpp XSD_anyURI.cpp
                        XSD_dateTime.cpp XSD_decimal.cpp XSD_double.cpp
                        XSD_duration.cpp
  Log:
  Add 5 server codes for new tests. (AXISCPP-766)
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_anyURI.cpp
  
  Index: XSD_anyURI.cpp
  ===================================================================
  /*
   * Copyright 2003-2004 The Apache Software Foundation.
  
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *		http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
   * This file contains definitions of the web service
   */
  
  #include "XSD_anyURI.hpp"
  
  
  XSD_anyURI::XSD_anyURI()
  {
  }
  
  XSD_anyURI::~XSD_anyURI()
  {
  }
  
  /* This function is called by the AxisEngine when something went wrong
   with the current web service request processing. Appropriate actions should
   be taken here.*/
  void XSD_anyURI::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_anyURI::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_anyURI::fini()
  {
  }
  xsd__anyURI XSD_anyURI::asNonNillableElement(xsd__anyURI Value0)  
  {
  	return Value0;
  }
  xsd__anyURI XSD_anyURI::asNillableElement(xsd__anyURI Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_anyURI::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_anyURI::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__anyURI_Array XSD_anyURI::asArray(xsd__anyURI_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_anyURI::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_dateTime.cpp
  
  Index: XSD_dateTime.cpp
  ===================================================================
  /*
   * Copyright 2003-2004 The Apache Software Foundation.
  
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *		http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
   * This file contains definitions of the web service
   */
  
  #include "XSD_dateTime.hpp"
  
  
  XSD_dateTime::XSD_dateTime()
  {
  }
  
  XSD_dateTime::~XSD_dateTime()
  {
  }
  
  /* This function is called by the AxisEngine when something went wrong
   with the current web service request processing. Appropriate actions should
   be taken here.*/
  void XSD_dateTime::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_dateTime::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_dateTime::fini()
  {
  }
  xsd__dateTime XSD_dateTime::asNonNillableElement(xsd__dateTime Value0)  
  {
  	return Value0;
  }
  xsd__dateTime * XSD_dateTime::asNillableElement(xsd__dateTime * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_dateTime::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_dateTime::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__dateTime_Array XSD_dateTime::asArray(xsd__dateTime_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_dateTime::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_decimal.cpp
  
  Index: XSD_decimal.cpp
  ===================================================================
  /*
   * Copyright 2003-2004 The Apache Software Foundation.
  
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *		http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
   * This file contains definitions of the web service
   */
  
  #include "XSD_decimal.hpp"
  
  
  XSD_decimal::XSD_decimal()
  {
  }
  
  XSD_decimal::~XSD_decimal()
  {
  }
  
  /* This function is called by the AxisEngine when something went wrong
   with the current web service request processing. Appropriate actions should
   be taken here.*/
  void XSD_decimal::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_decimal::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_decimal::fini()
  {
  }
  xsd__decimal XSD_decimal::asNonNillableElement(xsd__decimal Value0)  
  {
  	return Value0;
  }
  xsd__decimal * XSD_decimal::asNillableElement(xsd__decimal * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_decimal::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_decimal::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__decimal_Array XSD_decimal::asArray(xsd__decimal_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_decimal::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_double.cpp
  
  Index: XSD_double.cpp
  ===================================================================
  /*
   * Copyright 2003-2004 The Apache Software Foundation.
  
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *		http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
   * This file contains definitions of the web service
   */
  
  #include "XSD_double.hpp"
  
  
  XSD_double::XSD_double()
  {
  }
  
  XSD_double::~XSD_double()
  {
  }
  
  /* This function is called by the AxisEngine when something went wrong
   with the current web service request processing. Appropriate actions should
   be taken here.*/
  void XSD_double::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_double::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_double::fini()
  {
  }
  xsd__double XSD_double::asNonNillableElement(xsd__double Value0)  
  {
  	return Value0;
  }
  xsd__double * XSD_double::asNillableElement(xsd__double * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_double::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_double::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__double_Array XSD_double::asArray(xsd__double_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_double::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_duration.cpp
  
  Index: XSD_duration.cpp
  ===================================================================
  /*
   * Copyright 2003-2004 The Apache Software Foundation.
  
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *		http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
   * This file contains definitions of the web service
   */
  
  #include "XSD_duration.hpp"
  
  
  XSD_duration::XSD_duration()
  {
  }
  
  XSD_duration::~XSD_duration()
  {
  }
  
  /* This function is called by the AxisEngine when something went wrong
   with the current web service request processing. Appropriate actions should
   be taken here.*/
  void XSD_duration::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_duration::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_duration::fini()
  {
  }
  xsd__duration XSD_duration::asNonNillableElement(xsd__duration Value0)  
  {
  	return Value0;
  }
  xsd__duration * XSD_duration::asNillableElement(xsd__duration * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_duration::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_duration::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__duration_Array XSD_duration::asArray(xsd__duration_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_duration::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }