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 <axis2_svc_client.h>
00035 #include <axutil_hash.h>
00036 
00037 #ifdef __cplusplus
00038 extern "C"
00039 {
00040 #endif
00041 
00042     typedef struct savan_publishing_client_t savan_publishing_client_t;
00043 
00051     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00052     savan_publishing_client_publish(
00053         savan_publishing_client_t *client,
00054         const axutil_env_t *env,
00055         axiom_node_t *payload);
00056     
00057     AXIS2_EXTERN savan_publishing_client_t * AXIS2_CALL
00058     savan_publishing_client_create(
00059         const axutil_env_t *env,
00060         axis2_conf_ctx_t *conf_ctx,
00061         axis2_svc_t *svc);
00062 
00063     AXIS2_EXTERN void AXIS2_CALL
00064     savan_publishing_client_free(
00065         savan_publishing_client_t *client, 
00066         const axutil_env_t *env);
00067 
00069 #ifdef __cplusplus
00070 }
00071 #endif
00072 
00073 #endif /* SAVAN_PUBLISHING_CLIENT_H */

Generated on Sun Oct 7 11:06:39 2007 for Savan/C by  doxygen 1.5.1