blob: dcedb4b0225e22a046a441ddc1f56390877f4315 [file] [log] [blame]
/*
* Copyright 2003-2006 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 Web Service Wrapper declarations
*/
#if !defined(__AXISADMINSERVICEWRAPPER_SERVERWRAPPER_H__INCLUDED_)
#define __AXISADMINSERVICEWRAPPER_SERVERWRAPPER_H__INCLUDED_
#include <axis/server/WrapperClassHandler.hpp>
#include <axis/IMessageData.hpp>
#include <axis/GDefine.hpp>
#include <axis/Axis.hpp>
#include <axis/AxisWrapperAPI.hpp>
AXIS_CPP_NAMESPACE_USE
class AxisAdminServiceWrapper : public WrapperClassHandler
{
public:
AxisAdminServiceWrapper();
virtual ~AxisAdminServiceWrapper();
/*implementation of WrapperClassHandler interface*/
int AXISCALL invoke(void* pMsg);
void AXISCALL onFault(void* pMsg);
AXIS_BINDING_STYLE AXISCALL getBindingStyle(){return DOC_LITERAL;};
private:/*Methods corresponding to the web service methods*/
int updateWSDD(void* pMsg);
int stopAxis(void* pMsg);
};
#endif /* !defined(__AXISADMINSERVICEWRAPPER_SERVERWRAPPER_H__INCLUDED_)*/