You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/12 05:39:58 UTC

svn commit: r356146 - /webservices/axis2/trunk/c/include/axis2_disp.h

Author: samisa
Date: Sun Dec 11 20:39:50 2005
New Revision: 356146

URL: http://svn.apache.org/viewcvs?rev=356146&view=rev
Log:
Added create function prototypes for different dispatchers

Modified:
    webservices/axis2/trunk/c/include/axis2_disp.h

Modified: webservices/axis2/trunk/c/include/axis2_disp.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_disp.h?rev=356146&r1=356145&r2=356146&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_disp.h (original)
+++ webservices/axis2/trunk/c/include/axis2_disp.h Sun Dec 11 20:39:50 2005
@@ -101,7 +101,12 @@
 axis2_status_t AXIS2_CALL axis2_disp_invoke(struct axis2_handler * handler, 
                                                 axis2_env_t **env,
                                                 struct axis2_msg_ctx *msg_ctx);
-
+                                                    
+axis2_disp_t* AXIS2_CALL axis2_addr_disp_create(axis2_env_t **env);
+axis2_disp_t* AXIS2_CALL axis2_req_uri_disp_create(axis2_env_t **env);
+axis2_disp_t* AXIS2_CALL axis2_soap_body_disp_create(axis2_env_t **env);
+axis2_disp_t* AXIS2_CALL axis2_soap_action_disp_create(axis2_env_t **env);
+                                                
 /** @} */
     
 #ifdef __cplusplus