axis2_addr.h

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

Generated on Thu May 3 12:31:01 2007 for Axis2/C by  doxygen 1.4.6