WSFError.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef WSFERROR_H
00018 #define WSFERROR_H
00019 #include <Environment.h>
00020
00035 #define WSF_LOG_USER_MSG axutil_log_impl_log_user
00036
00039 #define WSF_LOG_DEBUG_MSG axutil_log_impl_log_debug
00040
00043 #define WSF_LOG_INFO_MSG axutil_log_impl_log_info
00044
00047 #define WSF_LOG_WARNING_MSG axutil_log_impl_log_warning
00048
00051 #define WSF_LOG_ERROR_MSG axutil_log_impl_log_error
00052
00055 #define WSF_LOG_CRITICAL_MSG axutil_log_impl_log_critical
00056
00059 #define WSF_LOG_TRACE_MSG axutil_log_impl_log_trace
00060
00063 #define WSF_LOG_SI AXIS2_LOG_SI
00064
00067 #define CREATION_OF_EXECUTION_ENVIRONMENT_FAILED "Creation of Execution Environment Failed"
00068
00071 #define CREATION_OF_NEETHI_POLICY_OBJECT_FAILED "Unable to create NeethiPolicy object"
00072
00075 #define CREATION_OF_OM_ATTRIBUTE_OBJECT_FAILED "Unable to create OMAttribute object"
00076
00079 #define CREATION_OF_OM_DATA_HANDLER_OBJECT_FAILED "Unable to create OMDataHandler object"
00080
00083 #define CREATION_OF_OM_ELEMENT_OBJECT_FAILED "Unable to create OMElement object"
00084
00087 #define CREATION_OF_OM_NAMESPACE_OBJECT_FAILED "Unable to create OMNamespace object"
00088
00091 #define CREATION_OF_OM_TEXT_OBJECT_FAILED "Unable to create OMText object"
00092
00097 #define CREATION_OF_SERVICE_CLIENT_FAILED "Initialization of Service Client Failed"
00098
00101 #define CREATION_OF_SERVICE_CLIENT_OPTIONS_FAILED "Creation of Service Options Failed"
00102
00105 #define CREATION_OF_CALLBACK_OBJECT_FAILED "Creation of Callback Failed"
00106
00109 #define SETTING_UP_SERVICE_CLIENT_OPTIONS_FAILED "Setting up Options Failed"
00110
00113 #define SETTING_SOAP_ACTION_FAILED "Failure occured while setting SOAP Action"
00114
00117 #define SETTING_WSA_ACTION_FAILED "Failure occured while setting Web Services Addressing (WSA) Action"
00118
00122 #define SEND_RECIEVE_OPERATION_FAILED "Send Recieve Operation Failed"
00123
00126 #define ROBUST_SEND_OPERATION_FAILED "Robust Send Operation Failed"
00127
00130 #define UNABLE_TO_RETRIEVE_RESPONSE_ELEMENT "Unable to retrieve Response Element"
00131
00134 #define SOAP_FAULT_RECIEVED "A SOAP Fault Occured"
00135
00138 #define EMPTY_PAYLOAD_RECIEVED "Empty Payload"
00139
00140 #endif // WSFERROR_H
00141