rp_signed_encrypted_parts.h

00001 
00002 /*
00003  * Licensed to the Apache Software Foundation (ASF) under one or more
00004  * contributor license agreements.  See the NOTICE file distributed with
00005  * this work for additional information regarding copyright ownership.
00006  * The ASF licenses this file to You under the Apache License, Version 2.0
00007  * (the "License"); you may not use this file except in compliance with
00008  * the License.  You may obtain a copy of the License at
00009  *
00010  *      http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an "AS IS" BASIS,
00014  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #ifndef RP_SIGNED_ENCRYPTED_PARTS_H
00020 #define RP_SIGNED_ENCRYPTED_PARTS_H
00021 
00027 #include <rp_includes.h>
00028 #include <rp_header.h>
00029 
00030 #ifdef __cplusplus
00031 extern "C"
00032 {
00033 #endif
00034 
00035     typedef struct rp_signed_encrypted_parts_t rp_signed_encrypted_parts_t;
00036 
00037     AXIS2_EXTERN rp_signed_encrypted_parts_t *AXIS2_CALL
00038     rp_signed_encrypted_parts_create(
00039         const axutil_env_t * env);
00040 
00041     AXIS2_EXTERN void AXIS2_CALL
00042     rp_signed_encrypted_parts_free(
00043         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00044         const axutil_env_t * env);
00045 
00046     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
00047     rp_signed_encrypted_parts_get_body(
00048         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00049         const axutil_env_t * env);
00050 
00051     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00052     rp_signed_encrypted_parts_set_body(
00053         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00054         const axutil_env_t * env,
00055         axis2_bool_t body);
00056 
00057     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
00058     rp_signed_encrypted_parts_get_signedparts(
00059         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00060         const axutil_env_t * env);
00061 
00062     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00063     rp_signed_encrypted_parts_set_signedparts(
00064         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00065         const axutil_env_t * env,
00066         axis2_bool_t signedparts);
00067 
00068     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
00069     rp_signed_encrypted_parts_get_attachments(
00070         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00071         const axutil_env_t * env);
00072 
00073     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00074     rp_signed_encrypted_parts_set_attachments(
00075         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00076         const axutil_env_t * env,
00077         axis2_bool_t attachments);
00078 
00079     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
00080     rp_signed_encrypted_parts_get_headers(
00081         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00082         const axutil_env_t * env);
00083 
00084     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00085     rp_signed_encrypted_parts_add_header(
00086         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00087         const axutil_env_t * env,
00088         rp_header_t * header);
00089 
00090     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00091     rp_signed_encrypted_parts_increment_ref(
00092         rp_signed_encrypted_parts_t * signed_encrypted_parts,
00093         const axutil_env_t * env);
00094 
00095 #ifdef __cplusplus
00096 }
00097 #endif
00098 #endif

Generated on Fri Apr 17 11:49:43 2009 for Axis2/C by  doxygen 1.5.3