it_bus_pdk/swa_context.h

00001 #ifndef _IT_BUS_PDK_SWA_CONTEXT_H_
00002 #define _IT_BUS_PDK_SWA_CONTEXT_H_
00003 
00004 #include <it_bus/qname.h>
00005 
00006 // Contexts used by the SOAP plug-in to send /receive SwA messages
00007 // 
00008 namespace IT_Bus
00009 {
00010     const QName SWA_TRANSPORT_CONTENT_TYPE(
00011         "swa", 
00012         "content_type", 
00013         "http://schemas.iona.com/swa"
00014     );
00015 
00016     const QName SWA_TRANSPORT_BOUNDARY_PARAM(
00017         "swa", 
00018         "boundary_param", 
00019         "http://schemas.iona.com/swa"
00020     );
00021 
00022     const QName SWA_TRANSPORT_START_PARAM(
00023         "swa", 
00024         "start_param", 
00025         "http://schemas.iona.com/swa"
00026     );
00027 }
00028 
00029 #endif  

Generated on Thu Sep 7 11:39:36 2006 for Artix by  doxygen 1.4.7