blob: dca3c89a384490cb180da59e88355977d5d9e085 [file] [log] [blame]
/* -*- C++ -*- */
/*
* 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 is the Client Stub Class genarated by the tool WSDL2Ws
* AxisAdminService.h: interface for the AxisAdminServiceclass.
*
*/
#if !defined(__AXISADMINSERVICE_CLIENTSTUB_H__OF_AXIS_INCLUDED_)
#define __AXISADMINSERVICE_CLIENTSTUB_H__OF_AXIS_INCLUDED_
#include <axis/client/Stub.hpp>
#include <axis/OtherFaultException.hpp>
#include <axis/ISoapAttachment.hpp>
#include <axis/ISoapFault.hpp>
AXIS_CPP_NAMESPACE_START
class AxisAdminService :public Stub
{
public:
AxisAdminService(const char* pchEndpointUri, AXIS_PROTOCOL_TYPE eProtocol=APTHTTP1_1);
AxisAdminService();
virtual ~AxisAdminService();
xsd__boolean updateWSDD(xsd__base64Binary Value0);
xsd__boolean stopAxis();
};
AXIS_CPP_NAMESPACE_END
#endif