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
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