SAP ABAP Class CL_SOAP_WSADDR_MESSAGE (implementation of WS-A message)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_WS_ADDR (Package) WSADDR: WS-ADDRESSING Protocol
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20110318
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_WSADDR_MESSAGE interface for WS-A message 20110113
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART 20110113
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20110113
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_SERIALIZABLE SXML Serializable Interface 20110113
Properties
Class CL_SOAP_WSADDR_MESSAGE  
Short Description implementation of WS-A message    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_WS_ADDR   WSADDR: WS-ADDRESSING Protocol 
Created 20110113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SOAP_WSADDR_MESSAGE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20110318
2 IF_SOAP_WSADDR_MESSAGE interface for WS-A message 20110113
3 IF_SXMLP_PART 20110113
4 IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20110113
5 IF_SXML_SERIALIZABLE SXML Serializable Interface 20110113
Friends
Class CL_SOAP_WSADDR_MESSAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IS_PARSING_OPTIMIZED Instance attribute Public Type reference (TYPE) BOOLEAN 20110113
2 MO_ACTION_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE 20110113
3 MO_FAULT Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_WSADDR_FAULT Interface for ws-addressing 1.0 faults. 20110113
4 MO_MSG_ID_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE 20110113
5 MO_TO_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE 20110113
6 M_ACTION Instance attribute Private Type reference (TYPE) ANYURI 20110113
7 M_EXPECTED_ACTION Instance attribute Private Type reference (TYPE) ANYURI Any URI 20110113
8 M_FAULT_TO Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_WSADDR_ENDPOINT_REF 20110113
9 M_FROM Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_WSADDR_ENDPOINT_REF 20110113
10 M_HEADER_NAMES Static Attribute Public Type reference (TYPE) T_HEADER_TABLE 20110113
11 M_IS_MESSAGE_ID_SET Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Check if the message ID was set when instantiating WS-A. 20110113
12 M_IS_MSGID_TRANSFER_SUPPR Instance attribute Public Type reference (TYPE) BOOLEAN Flag to check if the messageID should be serialized. 20110113
13 M_MESSAGE_ID Instance attribute Private Type reference (TYPE) ANYURI msg id in guid format 20110113
14 M_MESSAGE_ID_UNMODIFIED Instance attribute Private Type reference (TYPE) ANYURI Unmodified Message ID for 20110322
15 M_NAMESPACE Instance attribute Private Type reference (TYPE) ANYURI 20110113
16 M_PROT_VERSION Instance attribute Private Type reference (TYPE) I 20110113
17 M_REFERENCE_PARAMETERS Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_WSADDR_REFERENCE_PARAM ReferenceParameters interface 20110113
18 M_RELATES_TO Instance attribute Private Type reference (TYPE) IF_SOAP_WSADDR_MESSAGE=>T_RELATES_TO_TAB dsadas 20110113
19 M_REPLY_TO Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_WSADDR_ENDPOINT_REF 20110113
20 M_TO Instance attribute Private Type reference (TYPE) ANYURI 20110113
21 M_USE_MSG_ID_PROTOCOL Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110113
22 M_VERSION_MAPS Static Attribute Private See coding 20110113
23 M_XML_PART_WSADDR Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_LIST 20110113
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20110113
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110113
3 GET_SOAP_HEADERS Instance method Private Method 20110113
4 IS_ADDR_ANONYMOUS Instance method Public Method Returns true if all EPRs contain anonymous or empty address 20110113
5 READ_SOAP_HEADERS_OPTIMIZED Instance method Public Method 20110113
6 RESORB_HEADER_NODES Instance method Public Method 20110113
Events
Class CL_SOAP_WSADDR_MESSAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_HEADER_TABLE Public See coding 20110113 T_HEADER_TABLE type standard table of string with default key
2 T_VERSION_MAP Public See coding 20110113 BEGIN OF t_version_map, namespace TYPE anyuri, version TYPE i, END OF t_version_map
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SOAP_WSADDR_MESSAGE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SOAP_WSADDR_MESSAGE has no exception.

Method CONSTRUCTOR 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 20110113

Method CONSTRUCTOR on class CL_SOAP_WSADDR_MESSAGE has no exception.

Method GET_SOAP_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FOR_SERIALIZATION Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20110113
2 Returning RO_PART_COLLECTION Value transfer Object reference (TYPE REF TO) IF_SXMLP_PART_COLLECTION 20110113

Method GET_SOAP_HEADERS on class CL_SOAP_WSADDR_MESSAGE has no exception.

Method IS_ADDR_ANONYMOUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ANONYMOUS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110113

Method IS_ADDR_ANONYMOUS on class CL_SOAP_WSADDR_MESSAGE has no exception.

Method READ_SOAP_HEADERS_OPTIMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SOAP_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SOAP_MESSAGE 20110113

Method READ_SOAP_HEADERS_OPTIMIZED on class CL_SOAP_WSADDR_MESSAGE has no exception.

Method RESORB_HEADER_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEADER_NODES Call by reference Type reference (TYPE) SRT_HEADER_NODE_TAB 20110113

Method RESORB_HEADER_NODES on class CL_SOAP_WSADDR_MESSAGE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in