Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Examples  

ISoapFault.h

Go to the documentation of this file.
00001 /*
00002  *   Copyright 2003-2004 The Apache Software Foundation.
00003  *
00004  *   Licensed under the Apache License, Version 2.0 (the "License");
00005  *   you may not use this file except in compliance with the License.
00006  *   You may obtain a copy of the License at
00007  *
00008  *       http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  *   Unless required by applicable law or agreed to in writing, software
00011  *   distributed under the License is distributed on an "AS IS" BASIS,
00012  *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  *   See the License for the specific language governing permissions and
00014  *   limitations under the License.
00015  */
00016 
00024 #ifdef WIN32
00025 #pragma warning (disable : 4786)
00026 #endif
00027 
00028 #if !defined(_ISOAPFAULT_H____OF_AXIS_INCLUDED_)
00029 #define _ISOAPFAULT_H____OF_AXIS_INCLUDED_
00030 
00031 using namespace std;
00032 
00042 class ISoapFault  
00043 {
00044 
00045 public:
00046 
00047     virtual ~ISoapFault(){};
00048 
00056     virtual string getCmplxFaultObjectName() = 0;
00057     
00067     virtual void* getCmplxFaultObject(void* pDZFunct, void* pCreFunct, void* pDelFunct, 
00068         const AxisChar* pName, const AxisChar* pNamespace) = 0;
00069 
00070 
00071     virtual const void* getCmplxFaultObject() = 0;
00072     
00077     virtual string getSimpleFaultDetail() = 0;
00078 
00083     virtual string getFaultcode() = 0;
00084 
00089     virtual string getFaultstring() = 0;
00090 
00095     virtual string getFaultactor() = 0;
00096 
00097     virtual int setFaultcode(const string& sFaultcode) = 0;
00098 
00099     virtual int setFaultstring(const string& sFaultstring) = 0;
00100 
00101     virtual int setFaultactor(const string& sFaultactor) = 0;
00102 
00103     virtual int setFaultDetail(const string& sFaultdetail) = 0;
00104 
00105     virtual int setCmplxFaultObject(const void* pCmplxFaultObject) = 0;
00106 
00107 };
00108 
00109 #endif 
00110 

Generated on Fri Jul 9 13:18:29 2004 for AxisC++ by doxygen1.2.18