axis2_addr.h

00001 
00002 /*
00003  * Licensed to the Apache Software Foundation (ASF) under one or more
00004  * contributor license agreements.  See the NOTICE file distributed with
00005  * this work for additional information regarding copyright ownership.
00006  * The ASF licenses this file to You under the Apache License, Version 2.0
00007  * (the "License"); you may not use this file except in compliance with
00008  * the License.  You may obtain a copy of the License at
00009  *
00010  *      http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an "AS IS" BASIS,
00014  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #ifndef AXIS2_ADDR_H
00020 #define AXIS2_ADDR_H
00021 
00022 #ifdef __cplusplus
00023 extern "C"
00024 {
00025 #endif
00026 
00040     /* ====================== Common Message Addressing Properties =========== */
00041 #define AXIS2_WSA_MESSAGE_ID "MessageID"
00042 #define AXIS2_WSA_RELATES_TO "RelatesTo"
00043 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE "RelationshipType"
00044 #define AXIS2_WSA_TO "To"
00045 #define AXIS2_WSA_FROM "From"
00046 #define AXIS2_WSA_REPLY_TO "ReplyTo"
00047 #define AXIS2_WSA_FAULT_TO "FaultTo"
00048 #define AXIS2_WSA_ACTION "Action"
00049 #define AXIS2_WSA_MAPPING "wsamapping"
00050 
00051     /* ====================== Common EPR Elements ============================ */
00052 #define EPR_ADDRESS "Address"
00053 #define EPR_REFERENCE_PARAMETERS "ReferenceParameters"
00054 #define EPR_SERVICE_NAME "ServiceName"
00055 
00056     /* ====================== Addressing Submission Version Constants ======== */
00057 #define AXIS2_WSA_NAMESPACE_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing"
00058 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE_SUBMISSION "wsa:Reply"
00059 #define AXIS2_WSA_ANONYMOUS_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"
00060 #define AXIS2_WSA_NONE_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none"
00061 
00062 #define EPR_REFERENCE_PROPERTIES "ReferenceProperties"
00063 #define EPR_PORT_TYPE "PortType"
00064 #define EPR_SERVICE_NAME_PORT_NAME "PortName"
00065 
00066     /* =====================Addressing 1.0 Final Version Constants =========== */
00067 #define AXIS2_WSA_NAMESPACE "http://www.w3.org/2005/08/addressing"
00068 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE "http://www.w3.org/2005/08/addressing/reply"
00069 #define AXIS2_WSA_ANONYMOUS_URL "http://www.w3.org/2005/08/addressing/anonymous"
00070 #define AXIS2_WSA_NONE_URL "http://www.w3.org/2005/08/addressing/none"
00071 
00072 #define AXIS2_WSA_IS_REFERENCE_PARAMETER_ATTRIBUTE "IsReferenceParameter"
00073 #define AXIS2_WSA_TYPE_ATTRIBUTE_VALUE "true"
00074 
00075 #define AXIS2_WSA_INTERFACE_NAME "InterfaceName"
00076 #define AXIS2_WSA_SERVICE_NAME_ENDPOINT_NAME "EndpointName"
00077 #define AXIS2_WSA_POLICIES "Policies"
00078 #define AXIS2_WSA_METADATA "Metadata"
00079 
00080     /* ======================================================================= */
00081 
00082 #define AXIS2_WSA_VERSION "WSAddressingVersion"
00083 #define AXIS2_WSA_DEFAULT_PREFIX "wsa"
00084 
00085 #define PARAM_SERVICE_GROUP_CONTEXT_ID "ServiceGroupContextIdFromAddressing"
00086 
00089 #ifdef __cplusplus
00090 }
00091 #endif
00092 
00093 #endif                          /* AXIS2_ADDR_H */

Generated on Tue Jan 8 01:28:16 2008 for Axis2/C by  doxygen 1.5.1