blob: 34d3cf001ee3946a7334f21935754e71c4aff2fa [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_BODY_H
#define _AXIS2_SOAP_BODY_H
/** @defgroup axis2_soap AXIOM (Axis Object Model)
* @ingroup axis2
* @{
*/
/** @} */
#include <axis2_soap_body.h>
#ifdef __cplusplus
extern "C"
{
#endif
/**
* @defgroup axis2_soap_body Soap Body
* @ingroup axis2_soap
* @{
*/
axis2_status_t AXIS2_CALL
axis2_soap_body_set_base_node(axis2_soap_body_t *body,
axis2_env_t **env,
axis2_om_node_t *om_node);
axis2_status_t AXIS2_CALL
axis2_soap_body_set_builder(axis2_soap_body_t *body,
axis2_env_t **env,
struct axis2_soap_builder *builder);
axis2_status_t AXIS2_CALL
axis2_soap_body_set_fault(axis2_soap_body_t *body,
axis2_env_t **env,
struct axis2_soap_fault *soap_fault);
AXIS2_DECLARE(axis2_soap_body_t *)
axis2_soap_body_create(axis2_env_t **env);
/** @} */
#ifdef __cplusplus
}
#endif
#endif /** _AXIS2_SOAP_BODY_H */