SAP ABAP Class CL_SOAP_WSRMB_HDR_SEQ (sequence header block)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_WSRMB (Package) WSRM extensions with focus on BizTalk interoperability
Properties
Class CL_SOAP_WSRMB_HDR_SEQ  
Short Description sequence header block    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_WSRMB   WSRM extensions with focus on BizTalk interoperability 
Created 20070806   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SOAP_WSRMB_SPECIFICATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOAP_WSRMB_HDR_SEQ has no interface implemented.
Friends
Class CL_SOAP_WSRMB_HDR_SEQ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SOAP_WSRMB_HDR_SEQ' WSRM: Class Name 20070924
2 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_WSRM SOAP Runtime Processor Unit ID 20070924
3 M_IDENTIFIER Instance attribute Private Type reference (TYPE) STRING identifier as string 20070806
4 M_LAST_MESSAGE Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE last message indicator 20070806
5 M_MESSAGE_NUMBER Instance attribute Private Type reference (TYPE) I message number as integer 20070806
6 M_RECEIVED Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE 'X': header was received (only for agnostic deserialization) 20110105
7 M_SOAP_NAMESPACE Instance attribute Private Type reference (TYPE) STRING SOAP namespace to distinguish SOAP versions 20090803
8 M_WSRM_NAMESPACE Instance attribute Private Type reference (TYPE) STRING WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 20070924
9 M_XML_PART_IDENTIFIER Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_DATA wsrm:Identifier part 20070806
10 M_XML_PART_LAST_MESSAGE Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE wsrm:LastMessage part 20070806
11 M_XML_PART_MESSAGE_NUMBER Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_DATA wsrm:MessageNumber part 20070806
12 M_XML_PART_SEQUENCE Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_LIST wsrm:Sequence part 20070806
Methods
# Method Level Visibility Method type Description Created on
1 COMPOSE_PART_TO_DESERIALIZE Instance method Public Method compose the wsrm:Sequence part for deserialization 20070809
2 COMPOSE_PART_TO_SERIALIZE Instance method Public Method compose the wsrm:Sequence part for serialization 20070809
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070806
4 GET_IDENTIFIER Instance method Public Method get the wsrm:Identifier value 20070806
5 GET_MESSAGE_NUMBER Instance method Public Method get the wsrm:MessageNumber value 20070806
6 GET_PART Instance method Public Method get the wsrm:Sequence part 20070806
7 IS_LAST_MESSAGE Instance method Public Method get the wsrm:LastMessage indicator (WSRM 1.0 only) 20070806
8 IS_RECEIVED Instance method Public Method 'X': header was received (only for agnostic deserialization) 20110105
9 POST_DESERIALIZE Instance method Public Method process part after deserialization 20070809
10 RESET_LAST_MESSAGE Instance method Public Method reset the wsrm:LastMessage indicator (WSRM 1.0 only) 20070806
11 RESORB_HEADER_NODE Instance method Public Method resorb node from agnostic header deserialization 20110105
12 SET_IDENTIFIER Instance method Public Method set the wsrm:Identifier value 20070806
13 SET_LAST_MESSAGE Instance method Public Method set the wsrm:LastMessage indicator (WSRM 1.0 only) 20070806
14 SET_MESSAGE_NUMBER Instance method Public Method set the wsrm:MessageNumber value 20070806
Events
Class CL_SOAP_WSRMB_HDR_SEQ has no event.
Types
Class CL_SOAP_WSRMB_HDR_SEQ has no local type.
Method Signatures

Method COMPOSE_PART_TO_DESERIALIZE Signature

Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no parameter.
Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method COMPOSE_PART_TO_SERIALIZE Signature

Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no parameter.
Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOAP_NAMESPACE Call by reference Type reference (TYPE) STRING SOAP namespace to distinguish SOAP verisons 20090803
2 Importing WSRM_NAMESPACE Call by reference Type reference (TYPE) STRING WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 20070924

Method CONSTRUCTOR on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method GET_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IDENTIFIER Value transfer Type reference (TYPE) STRING wsrm:Identifier value 20070806

Method GET_IDENTIFIER on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method GET_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_NUMBER Value transfer Type reference (TYPE) I wsrm:MessageNumber value 20070806

Method GET_MESSAGE_NUMBER on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method GET_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQUENCE Value transfer Object reference (TYPE REF TO) IF_SXMLP_PART wsrm:Sequence part 20070806

Method GET_PART on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method IS_LAST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAST_MESSAGE Value transfer Type reference (TYPE) BOOLEAN wsrm:LastMessage indicator 20070806

Method IS_LAST_MESSAGE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method IS_RECEIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECEIVED Value transfer Type reference (TYPE) BOOLEAN 'X': header was received (only for agnostic deserialization) 20110105

Method IS_RECEIVED on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method POST_DESERIALIZE Signature

Method POST_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no parameter.
Method POST_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method RESET_LAST_MESSAGE Signature

Method RESET_LAST_MESSAGE on class CL_SOAP_WSRMB_HDR_SEQ has no parameter.
Method RESET_LAST_MESSAGE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method RESORB_HEADER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER_NODE Call by reference Type reference (TYPE) SRT_HEADER_NODE WSRM sequence header node 20110105

Method RESORB_HEADER_NODE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method SET_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDENTIFIER Call by reference Type reference (TYPE) STRING wsrm:Identifier value 20070806

Method SET_IDENTIFIER on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method SET_LAST_MESSAGE Signature

Method SET_LAST_MESSAGE on class CL_SOAP_WSRMB_HDR_SEQ has no parameter.
Method SET_LAST_MESSAGE on class CL_SOAP_WSRMB_HDR_SEQ has no exception.

Method SET_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_NUMBER Call by reference Type reference (TYPE) I wsrm:MessageNumber value 20070806

Method SET_MESSAGE_NUMBER on class CL_SOAP_WSRMB_HDR_SEQ has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710