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 cd...@apache.org on 2005/08/01 09:48:54 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp XSD_gMonth.cpp XSD_gMonthDay.cpp XSD_gYear.cpp XSD_gYearMonth.cpp XSD_hexBinary.cpp

cdinapala    2005/08/01 00:48:54

  Added:       c/tests/auto_build/testcases/server/cpp XSD_gMonth.cpp
                        XSD_gMonthDay.cpp XSD_gYear.cpp XSD_gYearMonth.cpp
                        XSD_hexBinary.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_gMonth.cpp
  
  Index: XSD_gMonth.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_gMonth.hpp"
  
  
  XSD_gMonth::XSD_gMonth()
  {
  }
  
  XSD_gMonth::~XSD_gMonth()
  {
  }
  
  /* 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_gMonth::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_gMonth::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_gMonth::fini()
  {
  }
  xsd__gMonth XSD_gMonth::asNonNillableElement(xsd__gMonth Value0)  
  {
  	return Value0;
  }
  xsd__gMonth * XSD_gMonth::asNillableElement(xsd__gMonth * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_gMonth::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_gMonth::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__gMonth_Array XSD_gMonth::asArray(xsd__gMonth_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_gMonth::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_gMonthDay.cpp
  
  Index: XSD_gMonthDay.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_gMonthDay.hpp"
  
  
  XSD_gMonthDay::XSD_gMonthDay()
  {
  }
  
  XSD_gMonthDay::~XSD_gMonthDay()
  {
  }
  
  /* 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_gMonthDay::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_gMonthDay::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_gMonthDay::fini()
  {
  }
  xsd__gMonthDay XSD_gMonthDay::asNonNillableElement(xsd__gMonthDay Value0)  
  {
  	return Value0;
  }
  xsd__gMonthDay * XSD_gMonthDay::asNillableElement(xsd__gMonthDay * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_gMonthDay::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_gMonthDay::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__gMonthDay_Array XSD_gMonthDay::asArray(xsd__gMonthDay_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_gMonthDay::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_gYear.cpp
  
  Index: XSD_gYear.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_gYear.hpp"
  
  
  XSD_gYear::XSD_gYear()
  {
  }
  
  XSD_gYear::~XSD_gYear()
  {
  }
  
  /* 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_gYear::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_gYear::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_gYear::fini()
  {
  }
  xsd__gYear XSD_gYear::asNonNillableElement(xsd__gYear Value0)  
  {
  	return Value0;
  }
  xsd__gYear * XSD_gYear::asNillableElement(xsd__gYear * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_gYear::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_gYear::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__gYear_Array XSD_gYear::asArray(xsd__gYear_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_gYear::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_gYearMonth.cpp
  
  Index: XSD_gYearMonth.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_gYearMonth.hpp"
  
  
  XSD_gYearMonth::XSD_gYearMonth()
  {
  }
  
  XSD_gYearMonth::~XSD_gYearMonth()
  {
  }
  
  /* 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_gYearMonth::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_gYearMonth::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_gYearMonth::fini()
  {
  }
  xsd__gYearMonth XSD_gYearMonth::asNonNillableElement(xsd__gYearMonth Value0)  
  {
  	return Value0;
  }
  xsd__gYearMonth * XSD_gYearMonth::asNillableElement(xsd__gYearMonth * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_gYearMonth::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_gYearMonth::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__gYearMonth_Array XSD_gYearMonth::asArray(xsd__gYearMonth_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_gYearMonth::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_hexBinary.cpp
  
  Index: XSD_hexBinary.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_hexBinary.hpp"
  
  
  XSD_hexBinary::XSD_hexBinary()
  {
  }
  
  XSD_hexBinary::~XSD_hexBinary()
  {
  }
  
  /* 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_hexBinary::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_hexBinary::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_hexBinary::fini()
  {
  }
  xsd__hexBinary XSD_hexBinary::asNonNillableElement(xsd__hexBinary Value0)  
  {
  	return Value0;
  }
  xsd__hexBinary * XSD_hexBinary::asNillableElement(xsd__hexBinary * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_hexBinary::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_hexBinary::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__hexBinary_Array XSD_hexBinary::asArray(xsd__hexBinary_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_hexBinary::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }