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/02 07:02:01 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp XSD_IDPort.cpp XSD_IDREFPort.cpp XSD_IDREFSPort.cpp XSD_int.cpp XSD_integer.cpp

cdinapala    2005/08/01 22:02:01

  Added:       c/tests/auto_build/testcases/server/cpp XSD_IDPort.cpp
                        XSD_IDREFPort.cpp XSD_IDREFSPort.cpp XSD_int.cpp
                        XSD_integer.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_IDPort.cpp
  
  Index: XSD_IDPort.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_IDPort.hpp"
  
  
  XSD_IDPort::XSD_IDPort()
  {
  }
  
  XSD_IDPort::~XSD_IDPort()
  {
  }
  
  /* 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_IDPort::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_IDPort::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_IDPort::fini()
  {
  }
  xsd__ID XSD_IDPort::asNonNillableElement(xsd__ID Value0)  
  {
  	return Value0;
  }
  xsd__ID XSD_IDPort::asNillableElement(xsd__ID Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_IDPort::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_IDPort::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__ID_Array XSD_IDPort::asArray(xsd__ID_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_IDPort::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_IDREFPort.cpp
  
  Index: XSD_IDREFPort.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_IDREFPort.hpp"
  
  
  XSD_IDREFPort::XSD_IDREFPort()
  {
  }
  
  XSD_IDREFPort::~XSD_IDREFPort()
  {
  }
  
  /* 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_IDREFPort::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_IDREFPort::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_IDREFPort::fini()
  {
  }
  xsd__IDREF XSD_IDREFPort::asNonNillableElement(xsd__IDREF Value0)  
  {
  	return Value0;
  }
  xsd__IDREF XSD_IDREFPort::asNillableElement(xsd__IDREF Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_IDREFPort::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_IDREFPort::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__IDREF_Array XSD_IDREFPort::asArray(xsd__IDREF_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_IDREFPort::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_IDREFSPort.cpp
  
  Index: XSD_IDREFSPort.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_IDREFSPort.hpp"
  
  
  XSD_IDREFSPort::XSD_IDREFSPort()
  {
  }
  
  XSD_IDREFSPort::~XSD_IDREFSPort()
  {
  }
  
  /* 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_IDREFSPort::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_IDREFSPort::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_IDREFSPort::fini()
  {
  }
  xsd__IDREFS XSD_IDREFSPort::asNonNillableElement(xsd__IDREFS Value0)  
  {
  	return Value0;
  }
  xsd__IDREFS XSD_IDREFSPort::asNillableElement(xsd__IDREFS Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_IDREFSPort::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_IDREFSPort::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__IDREFS_Array XSD_IDREFSPort::asArray(xsd__IDREFS_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_IDREFSPort::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_int.cpp
  
  Index: XSD_int.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_int.hpp"
  
  
  XSD_int::XSD_int()
  {
  }
  
  XSD_int::~XSD_int()
  {
  }
  
  /* 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_int::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_int::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_int::fini()
  {
  }
  xsd__int XSD_int::asNonNillableElement(xsd__int Value0)  
  {
  	return Value0;
  }
  xsd__int * XSD_int::asNillableElement(xsd__int * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_int::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_int::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__int_Array XSD_int::asArray(xsd__int_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_int::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_integer.cpp
  
  Index: XSD_integer.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_integer.hpp"
  
  
  XSD_integer::XSD_integer()
  {
  }
  
  XSD_integer::~XSD_integer()
  {
  }
  
  /* 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_integer::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_integer::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_integer::fini()
  {
  }
  xsd__integer XSD_integer::asNonNillableElement(xsd__integer Value0)  
  {
  	return Value0;
  }
  xsd__integer * XSD_integer::asNillableElement(xsd__integer * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_integer::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_integer::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__integer_Array XSD_integer::asArray(xsd__integer_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_integer::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }