savan_publishing_client.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 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  
00017  
00018 #ifndef SAVAN_PUBLISHING_CLIENT_H
00019 #define SAVAN_PUBLISHING_CLIENT_H
00020 
00031 #include <axis2_defines.h>
00032 #include <axutil_env.h>
00033 #include <axis2_conf_ctx.h>
00034 #include <axutil_hash.h>
00035 
00036 #ifdef __cplusplus
00037 extern "C"
00038 {
00039 #endif
00040 
00041     typedef struct savan_publishing_client_t savan_publishing_client_t;
00042 
00050     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00051     savan_publishing_client_publish(
00052         savan_publishing_client_t *client,
00053         const axutil_env_t *env,
00054         axiom_node_t *payload);
00055     
00056     AXIS2_EXTERN savan_publishing_client_t * AXIS2_CALL
00057     savan_publishing_client_create(
00058         const axutil_env_t *env,
00059         axis2_conf_ctx_t *conf_ctx,
00060         axis2_svc_t *svc);
00061 
00062     AXIS2_EXTERN void AXIS2_CALL
00063     savan_publishing_client_free(
00064         savan_publishing_client_t *client, 
00065         const axutil_env_t *env);
00066 
00068 #ifdef __cplusplus
00069 }
00070 #endif
00071 
00072 #endif /* SAVAN_PUBLISHING_CLIENT_H */

Generated on Thu May 22 15:02:58 2008 for Savan/C by  doxygen 1.5.5