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

Generated on Tue Oct 3 18:21:09 2006 for Axis2/C by  doxygen 1.4.7