blob: 7ef99b7d3a32a9389499f7f32f1b44091febffda [file] [log] [blame]
/*
* Copyright 2004,2005 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.
*/
#ifndef _AXIS2_SOAP_FAULT_TEXT_H
#define _AXIS2_SOAP_FAULT_TEXT_H
/** @defgroup axis2_soap AXIOM (Axis Object Model)
* @ingroup axis2
* @{
*/
/** @} */
#include <axis2_soap_fault_text.h>
#ifdef __cplusplus
extern "C"
{
#endif
/**
* @defgroup axis2_soap_fault_text soap fault text
* @ingroup axis2_soap
* @{
*/
axis2_status_t AXIS2_CALL
axis2_soap_fault_text_set_base_node(axis2_soap_fault_text_t *fault_text,
axis2_env_t **env,
axis2_om_node_t *node);
AXIS2_DECLARE(axis2_soap_fault_text_t *)
axis2_soap_fault_text_create(axis2_env_t **env);
/** @} */
#ifdef __cplusplus
}
#endif
#endif /** _AXIS2_SOAP_FAULT_TEXT_H */