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/07/29 13:19:25 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp XSD_ENTITIESPort.cpp XSD_ENTITYPort.cpp XSD_base64Binary.cpp XSD_float.cpp XSD_gDay.cpp

cdinapala    2005/07/29 04:19:25

  Added:       c/tests/auto_build/testcases/server/cpp XSD_ENTITIESPort.cpp
                        XSD_ENTITYPort.cpp XSD_base64Binary.cpp
                        XSD_float.cpp XSD_gDay.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_ENTITIESPort.cpp
  
  Index: XSD_ENTITIESPort.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_ENTITIESPort.hpp"
  
  
  XSD_ENTITIESPort::XSD_ENTITIESPort()
  {
  }
  
  XSD_ENTITIESPort::~XSD_ENTITIESPort()
  {
  }
  
  /* 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_ENTITIESPort::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_ENTITIESPort::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_ENTITIESPort::fini()
  {
  }
  xsd__ENTITIES XSD_ENTITIESPort::asNonNillableElement(xsd__ENTITIES Value0)  
  {
  	return Value0;
  }
  xsd__ENTITIES XSD_ENTITIESPort::asNillableElement(xsd__ENTITIES Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_ENTITIESPort::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_ENTITIESPort::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__ENTITIES_Array XSD_ENTITIESPort::asArray(xsd__ENTITIES_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_ENTITIESPort::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_ENTITYPort.cpp
  
  Index: XSD_ENTITYPort.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_ENTITYPort.hpp"
  
  
  XSD_ENTITYPort::XSD_ENTITYPort()
  {
  }
  
  XSD_ENTITYPort::~XSD_ENTITYPort()
  {
  }
  
  /* 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_ENTITYPort::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_ENTITYPort::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_ENTITYPort::fini()
  {
  }
  xsd__ENTITY XSD_ENTITYPort::asNonNillableElement(xsd__ENTITY Value0)  
  {
  	return Value0;
  }
  xsd__ENTITY XSD_ENTITYPort::asNillableElement(xsd__ENTITY Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_ENTITYPort::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_ENTITYPort::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__ENTITY_Array XSD_ENTITYPort::asArray(xsd__ENTITY_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_ENTITYPort::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_base64Binary.cpp
  
  Index: XSD_base64Binary.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_base64Binary.hpp"
  
  
  XSD_base64Binary::XSD_base64Binary()
  {
  }
  
  XSD_base64Binary::~XSD_base64Binary()
  {
  }
  
  /* 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_base64Binary::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_base64Binary::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_base64Binary::fini()
  {
  }
  xsd__base64Binary XSD_base64Binary::asNonNillableElement(xsd__base64Binary Value0)  
  {
  	return Value0;
  }
  xsd__base64Binary * XSD_base64Binary::asNillableElement(xsd__base64Binary * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_base64Binary::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_base64Binary::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__base64Binary_Array XSD_base64Binary::asArray(xsd__base64Binary_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_base64Binary::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_float.cpp
  
  Index: XSD_float.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_float.hpp"
  
  
  XSD_float::XSD_float()
  {
  }
  
  XSD_float::~XSD_float()
  {
  }
  
  /* 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_float::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_float::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_float::fini()
  {
  }
  xsd__float XSD_float::asNonNillableElement(xsd__float Value0)  
  {
  	return Value0;
  }
  xsd__float * XSD_float::asNillableElement(xsd__float * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_float::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_float::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__float_Array XSD_float::asArray(xsd__float_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_float::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_gDay.cpp
  
  Index: XSD_gDay.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_gDay.hpp"
  
  
  XSD_gDay::XSD_gDay()
  {
  }
  
  XSD_gDay::~XSD_gDay()
  {
  }
  
  /* 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_gDay::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_gDay::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_gDay::fini()
  {
  }
  xsd__gDay XSD_gDay::asNonNillableElement(xsd__gDay Value0)  
  {
  	return Value0;
  }
  xsd__gDay * XSD_gDay::asNillableElement(xsd__gDay * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_gDay::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_gDay::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__gDay_Array XSD_gDay::asArray(xsd__gDay_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_gDay::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }