Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_addr.h

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 #ifndef AXIS2_ADDR_H
00018 #define AXIS2_ADDR_H
00019 
00020 #ifdef __cplusplus
00021 extern "C"
00022 {
00023 #endif
00024 
00031     /* ====================== Common Message Addressing Properties ===========*/
00032     #define AXIS2_WSA_MESSAGE_ID "MessageID"
00033     #define AXIS2_WSA_RELATES_TO "RelatesTo"
00034     #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE "RelationshipType"
00035     #define AXIS2_WSA_TO "To"
00036     #define AXIS2_WSA_FROM "From"
00037     #define AXIS2_WSA_REPLY_TO "ReplyTo"
00038     #define AXIS2_WSA_FAULT_TO "FaultTo"
00039     #define AXIS2_WSA_ACTION "Action"
00040     #define AXIS2_WSA_MAPPING "wsamapping"
00041 
00042     /* ====================== Common EPR Elements ============================*/
00043     #define EPR_ADDRESS "Address"
00044     #define EPR_REFERENCE_PARAMETERS "ReferenceParameters"
00045     #define EPR_SERVICE_NAME "ServiceName"
00046 
00047     /* ====================== Addressing Submission Version Constants ========*/
00048     #define AXIS2_WSA_NAMESPACE_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing"
00049     #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE_SUBMISSION "wsa:Reply"
00050     #define AXIS2_WSA_ANONYMOUS_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"
00051     #define AXIS2_WSA_NONE_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none"
00052 
00053     #define EPR_REFERENCE_PROPERTIES "ReferenceProperties"
00054     #define EPR_PORT_TYPE "PortType"
00055     #define EPR_SERVICE_NAME_PORT_NAME "PortName"
00056 
00057     /* =====================Addressing 1.0 Final Version Constants ===========*/
00058     #define AXIS2_WSA_NAMESPACE "http://www.w3.org/2005/08/addressing"
00059     #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE "http://www.w3.org/2005/08/addressing/reply"
00060     #define AXIS2_WSA_ANONYMOUS_URL "http://www.w3.org/2005/08/addressing/anonymous"
00061     #define AXIS2_WSA_NONE_URL "http://www.w3.org/2005/08/addressing/none"
00062 
00063     #define AXIS2_WSA_IS_REFERENCE_PARAMETER_ATTRIBUTE "IsReferenceParameter"
00064     #define AXIS2_WSA_TYPE_ATTRIBUTE_VALUE "true"
00065 
00066     #define AXIS2_WSA_INTERFACE_NAME "InterfaceName"
00067     #define AXIS2_WSA_SERVICE_NAME_ENDPOINT_NAME "EndpointName"
00068     #define AXIS2_WSA_POLICIES "Policies"
00069     #define AXIS2_WSA_METADATA "Metadata"
00070         
00071     /* =======================================================================*/
00072 
00073     #define AXIS2_WSA_VERSION "WSAddressingVersion"
00074     #define AXIS2_WSA_DEFAULT_PREFIX "wsa"
00075 
00076     #define PARAM_SERVICE_GROUP_CONTEXT_ID "ServiceGroupContextIdFromAddressing"
00077 
00080 #ifdef __cplusplus
00081 }
00082 #endif
00083 
00084 #endif    /* AXIS2_ADDR_H */

Generated on Fri Jun 16 18:02:30 2006 for Axis2/C by  doxygen 1.4.2