axis2_addr.h

Go to the documentation of this file.
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 
00042     /* ====================== Common Message Addressing Properties =========== */
00043  
00045 #define AXIS2_WSA_MESSAGE_ID "MessageID"
00046 
00048 #define AXIS2_WSA_RELATES_TO "RelatesTo"
00049 
00051 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE "RelationshipType"
00052 
00054 #define AXIS2_WSA_TO "To"
00055 
00057 #define AXIS2_WSA_FROM "From"
00058 
00060 #define AXIS2_WSA_REPLY_TO "ReplyTo"
00061 
00063 #define AXIS2_WSA_FAULT_TO "FaultTo"
00064 
00066 #define AXIS2_WSA_ACTION "Action"
00067 
00069 #define AXIS2_WSA_MAPPING "wsamapping"
00070 
00071     /* ====================== Common EPR Elements ============================ */
00072 
00074 #define EPR_ADDRESS "Address"
00075 
00077 #define EPR_REFERENCE_PARAMETERS "ReferenceParameters"
00078 
00080 #define EPR_SERVICE_NAME "ServiceName"
00081 
00083 #define EPR_REFERENCE_PROPERTIES "ReferenceProperties"
00084 
00086 #define EPR_PORT_TYPE "PortType"
00087 
00089 #define EPR_SERVICE_NAME_PORT_NAME "PortName"
00090 
00091     /* ====================== Addressing Submission Version Constants ======== */
00092 
00094 #define AXIS2_WSA_NAMESPACE_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing"
00095 
00097 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE_SUBMISSION "wsa:Reply"
00098 
00100 #define AXIS2_WSA_ANONYMOUS_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"
00101 
00103 #define AXIS2_WSA_NONE_URL_SUBMISSION "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none"
00104 
00105     /* =====================Addressing 1.0 Final Version Constants =========== */
00106 
00108 #define AXIS2_WSA_NAMESPACE "http://www.w3.org/2005/08/addressing"
00109 
00111 #define AXIS2_WSA_RELATES_TO_RELATIONSHIP_TYPE_DEFAULT_VALUE "http://www.w3.org/2005/08/addressing/reply"
00112 
00114 #define AXIS2_WSA_ANONYMOUS_URL "http://www.w3.org/2005/08/addressing/anonymous"
00115 
00117 #define AXIS2_WSA_NONE_URL "http://www.w3.org/2005/08/addressing/none"
00118 
00119     /* ======================================================================= */
00120 
00122 #define AXIS2_WSA_IS_REFERENCE_PARAMETER_ATTRIBUTE "IsReferenceParameter"
00123 
00125 #define AXIS2_WSA_TYPE_ATTRIBUTE_VALUE "true"
00126 
00128 #define AXIS2_WSA_INTERFACE_NAME "InterfaceName"
00129 
00131 #define AXIS2_WSA_SERVICE_NAME_ENDPOINT_NAME "EndpointName"
00132 
00134 #define AXIS2_WSA_POLICIES "Policies"
00135 
00137 #define AXIS2_WSA_METADATA "Metadata"
00138 
00139     /* ======================================================================= */
00140 
00142 #define AXIS2_WSA_VERSION "WSAddressingVersion"
00143 
00145 #define AXIS2_WSA_DEFAULT_PREFIX "wsa"
00146 
00148 #define AXIS2_WSA_PREFIX_FAULT_TO AXIS2_WSA_DEFAULT_PREFIX":"AXIS2_WSA_FAULT_TO
00149 
00151 #define AXIS2_WSA_PREFIX_REPLY_TO AXIS2_WSA_DEFAULT_PREFIX":"AXIS2_WSA_REPLY_TO
00152 
00154 #define AXIS2_WSA_PREFIX_TO AXIS2_WSA_DEFAULT_PREFIX":"AXIS2_WSA_TO 
00155 
00157 #define AXIS2_WSA_PREFIX_MESSAGE_ID AXIS2_WSA_DEFAULT_PREFIX":"AXIS2_WSA_MESSAGE_ID
00158 
00160 #define AXIS2_WSA_PREFIX_ACTION AXIS2_WSA_DEFAULT_PREFIX":"AXIS2_WSA_ACTION 
00161 
00162     /* ======================================================================= */
00163 
00165 #define PARAM_SERVICE_GROUP_CONTEXT_ID "ServiceGroupContextIdFromAddressing"
00166 
00169 #ifdef __cplusplus
00170 }
00171 #endif
00172 
00173 #endif                          /* AXIS2_ADDR_H */

Generated on Fri Apr 17 11:49:42 2009 for Axis2/C by  doxygen 1.5.3