SAP ABAP Class CL_SOAP_HEADER (Handler for SOAP Header Elements)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
Properties
Class CL_SOAP_HEADER  
Short Description Handler for SOAP Header Elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20110104   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SOAP_HEADER has no forward declaration.
Interfaces
Class CL_SOAP_HEADER has no interface implemented.
Friends
Class CL_SOAP_HEADER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_HEADER_RECEIVE Instance attribute Private Type reference (TYPE) SRT_HEADER_NODE_TAB 20110104
2 MT_HEADER_SEND Instance attribute Private Type reference (TYPE) SRT_HEADER_NODE_TAB 20110104
3 MT_REGISTERED_RECEIVE Instance attribute Private Type reference (TYPE) SOAP_STRING_LIST 20110104
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REGISTER Instance method Public Method 20110104
2 CONSTRUCTOR Instance method Public Constructor 20110104
3 DESERIALIZE Instance method Public Method 20110104
4 GET_PROTOCOL_ELEMENTS Instance method Public Method 20110104
5 REGISTER_PROTOCOL Instance method Public Method 20110104
6 SERIALIZE Instance method Public Method 20110104
7 SET_PROTOCOL_ELEMENTS Instance method Public Method 20110104
Events
Class CL_SOAP_HEADER has no event.
Types
Class CL_SOAP_HEADER has no local type.
Method Signatures

Method CHECK_REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20110104
2 Returning VALUE Value transfer Type reference (TYPE) XSDBOOLEAN 20110104

Method CHECK_REGISTER on class CL_SOAP_HEADER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SOAP_HEADER has no parameter.
Method CONSTRUCTOR on class CL_SOAP_HEADER has no exception.

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPEN_ELEMENT Call by reference Object reference (TYPE REF TO) IF_SXML_OPEN_ELEMENT 20110104
2 Importing XML_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER 20110104

Method DESERIALIZE on class CL_SOAP_HEADER has no exception.

Method GET_PROTOCOL_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20110104
2 Exporting NODE_LIST Call by reference Type reference (TYPE) SRT_HEADER_NODE_TAB 20110104

Method GET_PROTOCOL_ELEMENTS on class CL_SOAP_HEADER has no exception.

Method REGISTER_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20110104

Method REGISTER_PROTOCOL on class CL_SOAP_HEADER has no exception.

Method SERIALIZE Signature

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

Method SERIALIZE on class CL_SOAP_HEADER has no exception.

Method SET_PROTOCOL_ELEMENTS Signature

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

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