SAP ABAP Class IF_SOAP_WSADDR_FAULT (Interface for ws-addressing 1.0 faults.)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SXMLP_PART 20080421
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSADDR_FAULT WS-Addressing fault implementation. 20080421
Properties
Class IF_SOAP_WSADDR_FAULT  
Short Description Interface for ws-addressing 1.0 faults.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080421   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SOAP_WSADDR_FAULT has no forward declaration.
Interfaces
Class IF_SOAP_WSADDR_FAULT has no interface implemented.
Friends
Class IF_SOAP_WSADDR_FAULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_FDT_PROBLEM_ACTION Constant Public Type reference (TYPE) STRING 'ProblemAction' Fault Detail Type - Problem action 20080421
2 CV_FDT_PROBLEM_HEADER_QNAME Constant Public Type reference (TYPE) STRING 'ProblemHeaderQName' Fault Detail Type - Problem header qname 20080421
3 CV_FDT_PROBLEM_IRI Constant Public Type reference (TYPE) STRING 'ProblemIRI' Fault Detail Type - Problem IRI 20080421
4 CV_FDT_RETRY_AFTER Constant Public Type reference (TYPE) STRING 'RetryAfter' Fault Detail Type - Retry after 20080421
5 CV_PF_ACTION_MISMATCH Constant Public Type reference (TYPE) STRING 'ActionMismatch' Predefined Faults - wsa:ActionMismatch 20080421
6 CV_PF_ACTION_NOT_SUPPORTED Constant Public Type reference (TYPE) STRING 'ActionNotSupported' Predefined Faults - wsa:ActionNotSupported 20080421
7 CV_PF_DESTINATION_UNREACHABLE Constant Public Type reference (TYPE) STRING 'DestinationUnreachable' Predefined Faults - wsa:DestinationUnreachable 20080421
8 CV_PF_DUPLICATE_MESSAGE_ID Constant Public Type reference (TYPE) STRING 'DuplicateMessageID' Predefined Faults - wsa:DuplicateMessageID 20080421
9 CV_PF_ENDPOINT_UNAVAILABLE Constant Public Type reference (TYPE) STRING 'EndpointUnavailable' Predefined Faults - wsa:EndpointUnavailable 20080421
10 CV_PF_INVALID_ADDRESS Constant Public Type reference (TYPE) STRING 'InvalidAddress' Predefined Faults - wsa:InvalidAddress 20080421
11 CV_PF_INVALID_ADDR_HEADER Constant Public Type reference (TYPE) STRING 'InvalidAddressingHeader' Predefined Faults - wsa:InvalidAddressingHeader 20080421
12 CV_PF_INVALID_CARDINALITY Constant Public Type reference (TYPE) STRING 'InvalidCardinality' Predefined Faults - wsa:InvalidCardinality 20080421
13 CV_PF_INVALID_EPR Constant Public Type reference (TYPE) STRING 'InvalidEPR' Predefined Faults - wsa:InvalidEPR 20080421
14 CV_PF_MISSING_ADDRESS_IN_EPR Constant Public Type reference (TYPE) STRING 'MissingAddressInEPR' Predefined Faults - wsa:MissingAddressInEPR 20080421
15 CV_PF_MSG_ADDR_HEADER_REQUIRED Constant Public Type reference (TYPE) STRING 'MessageAddressingHeaderRequired' Predefined Faults - wsa:MessageAddressingHeaderRequired 20080421
16 CV_PF_ONLY_ANONYM_ADDR_SUP Constant Public Type reference (TYPE) STRING 'OnlyAnonymousAddressSupported' Predefined Faults - wsa:OnlyAnonymousAddressSupported 20080421
17 CV_PF_ONLY_NON_ANONYM_ADDR_SUP Constant Public Type reference (TYPE) STRING 'OnlyNonAnonymousAddressSupported' Predefined Faults - wsa:OnlyNonAnonymousAddressSupported 20080421
Methods
# Method Level Visibility Method type Description Created on
1 GET_FAULT_DETAIL Instance method Public Method Gets fault detail content. 20080421
2 GET_FAULT_DETAIL_TYPE Instance method Public Method Gets fault detail type. 20080421
3 GET_PROTOCOL_VERSION Instance method Public Method 20080423
4 GET_REASON Instance method Public Method Gets [Reason]. 20080421
5 GET_SUBCODE Instance method Public Method Gets [SubCode]. 20080421
6 GET_SUBSUBCODE Instance method Public Method Gets [SubSubCode]. 20080421
7 SET_FAULT_DETAIL Instance method Public Method Sets fault detail content. 20080421
8 SET_FAULT_DETAIL_TYPE Instance method Public Method Sets fault detail type. 20080421
9 SET_PROTOCOL_VERSION Instance method Public Method 20080423
10 SET_REASON Instance method Public Method Sets [Reason]. 20080421
11 SET_SUBCODE Instance method Public Method Sets [SubCode]. 20080421
12 SET_SUBSUBCODE Instance method Public Method Sets [SubSubCode]. 20080421
Events
Class IF_SOAP_WSADDR_FAULT has no event.
Types
Class IF_SOAP_WSADDR_FAULT has no local type.
Method Signatures

Method GET_FAULT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FAULT_DETAIL Value transfer Type reference (TYPE) STRING Returns fault detail content. 20080421

Method GET_FAULT_DETAIL on class IF_SOAP_WSADDR_FAULT has no exception.

Method GET_FAULT_DETAIL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FAULT_DETAIL_TYPE Value transfer Type reference (TYPE) STRING Returns fault detail type. 20080421

Method GET_FAULT_DETAIL_TYPE on class IF_SOAP_WSADDR_FAULT has no exception.

Method GET_PROTOCOL_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROTOCOL_VERSION Value transfer Type reference (TYPE) I 20080423

Method GET_PROTOCOL_VERSION on class IF_SOAP_WSADDR_FAULT has no exception.

Method GET_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REASON Value transfer Type reference (TYPE) STRING Returned fault string. 20080421

Method GET_REASON on class IF_SOAP_WSADDR_FAULT has no exception.

Method GET_SUBCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUBCODE Value transfer Type reference (TYPE) STRING Returned subcode. 20080421

Method GET_SUBCODE on class IF_SOAP_WSADDR_FAULT has no exception.

Method GET_SUBSUBCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUBSUBCODE Value transfer Type reference (TYPE) STRING Returned subsubcode. 20080421

Method GET_SUBSUBCODE on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_FAULT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FAULT_DETAIL Call by reference Type reference (TYPE) STRING Fault detail content. 20080421

Method SET_FAULT_DETAIL on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_FAULT_DETAIL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FAULT_DETAIL_TYPE Call by reference Type reference (TYPE) STRING Defines fault detail type. 20080421

Method SET_FAULT_DETAIL_TYPE on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_PROTOCOL_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROT_VERSION Call by reference Type reference (TYPE) I 20080423

Method SET_PROTOCOL_VERSION on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON Call by reference Type reference (TYPE) STRING Defines fault string. 20080421

Method SET_REASON on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_SUBCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBCODE Call by reference Type reference (TYPE) STRING Defines subcode. 20080421

Method SET_SUBCODE on class IF_SOAP_WSADDR_FAULT has no exception.

Method SET_SUBSUBCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBSUBCODE Call by reference Type reference (TYPE) STRING defines subsubcode 20080421

Method SET_SUBSUBCODE on class IF_SOAP_WSADDR_FAULT has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in