SAP ABAP Class CL_SOAP_WSRMB_HDR_SEQ_ACK (sequence acknowledgement 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_ACK  
Short Description sequence acknowledgement 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 20070807   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SOAP_WSRMB_ACK_HANDLER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_SOAP_WSRMB_SPECIFICATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOAP_WSRMB_HDR_SEQ_ACK has no interface implemented.
Friends
Class CL_SOAP_WSRMB_HDR_SEQ_ACK 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_ACK' WSRM: Class Name 20071008
2 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_WSRM SOAP Runtime Processor Unit ID 20071008
3 M_ACK_RANGES Instance attribute Private Type reference (TYPE) CL_SOAP_WSRMB_ACK_HANDLER=>TYPE_RANGES acknowledgement ranges 20070807
4 M_FINAL Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE final acknowledgement ranges indicator 20071008
5 M_IDENTIFIER Instance attribute Private Type reference (TYPE) STRING identifier as string 20070807
6 M_NACK_LIST Instance attribute Private Type reference (TYPE) MESSAGE_NUMBER_LIST_TYPE list of message numbers 20071008
7 M_NONE Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE no acknowledgement range indicator 20071008
8 M_RECEIVED Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE 'X': element is received 20110105
9 M_WSRM_NAMESPACE Instance attribute Private Type reference (TYPE) STRING WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 20070924
10 M_XML_PART_ACK_RANGE Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE wsrm:AcknowledgementRange part 20070807
11 M_XML_PART_FINAL Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE wsrm:Final part 20070924
12 M_XML_PART_IDENTIFIER Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_DATA wsrm:Identifier part 20070807
13 M_XML_PART_NACK Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE wsrn_Nack part 20071008
14 M_XML_PART_NONE Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE wsrm:None part 20070924
15 M_XML_PART_SEQ_ACK Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_LIST wsrm:SequenceAcknowledgement part 20070807
Methods
# Method Level Visibility Method type Description Created on
1 COMPOSE_PART_TO_DESERIALIZE Instance method Public Method compose the wsrm:SequenceAck part for deserialization 20070807
2 COMPOSE_PART_TO_SERIALIZE Instance method Public Method compose the wsrm:SequenceAck part for serialization 20070807
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070807
4 GET_ACK_RANGES Instance method Public Method get the acknowledgement ranges table 20070809
5 GET_IDENTIFIER Instance method Public Method get the wsrm:Identifier value 20070807
6 GET_NACK_LIST Instance method Public Method get the wsrm:Nack list 20071008
7 GET_PART Instance method Public Method get the wsrm:SequenceAcknowledgement part 20070807
8 IS_FINAL Instance method Public Method get the wsrm:Final indicator (WSRM 1.1 only) 20071008
9 IS_NONE Instance method Public Method get the wsrm:None indicator (WSRM 1.1 only) 20071008
10 POST_DESERIALIZE Instance method Public Method process part after deserialization 20070809
11 RESET_FINAL Instance method Public Method reset the wsrm:Final indicator (WSRM 1.1 only) 20071008
12 RESET_NONE Instance method Public Method reset the wsrm:None indicator (WSRM 1.1 only) 20071008
13 RESORB_HEADER_NODE Instance method Public Method resorb node from agnostic header deserialization 20110105
14 SET_ACK_RANGES Instance method Public Method set the acknowledgement ranges table 20070809
15 SET_FINAL Instance method Public Method set the wsrm:Final indicator (WSRM 1.1 only) 20071008
16 SET_IDENTIFIER Instance method Public Method set the wsrm:Identifier value 20070807
17 SET_NACK_LIST Instance method Public Method set the wsrm:Nack list 20071008
18 SET_NONE Instance method Public Method set the wsrm:None indicator (WSRM 1.1 only) 20071008
Events
Class CL_SOAP_WSRMB_HDR_SEQ_ACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MESSAGE_NUMBER_LIST_TYPE Public See coding type for list of message numbers 20071008 message_number_list_type TYPE TABLE OF i WITH DEFAULT KEY
Method Signatures

Method COMPOSE_PART_TO_DESERIALIZE Signature

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

Method COMPOSE_PART_TO_SERIALIZE Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 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_ACK has no exception.

Method GET_ACK_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACK_RANGES Value transfer Type reference (TYPE) CL_SOAP_WSRMB_ACK_HANDLER=>TYPE_RANGES ack ranges table 20070809

Method GET_ACK_RANGES on class CL_SOAP_WSRMB_HDR_SEQ_ACK 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 20070807

Method GET_IDENTIFIER on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method GET_NACK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NACK_LIST Value transfer Type reference (TYPE) MESSAGE_NUMBER_LIST_TYPE list of message numbers 20071008

Method GET_NACK_LIST on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method GET_PART Signature

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

Method GET_PART on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method IS_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FINAL Value transfer Type reference (TYPE) BOOLEAN 20071008

Method IS_FINAL on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method IS_NONE Signature

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

Method IS_NONE on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method POST_DESERIALIZE Signature

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

Method RESET_FINAL Signature

Method RESET_FINAL on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no parameter.
Method RESET_FINAL on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method RESET_NONE Signature

Method RESET_NONE on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no parameter.
Method RESET_NONE on class CL_SOAP_WSRMB_HDR_SEQ_ACK 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 deserialized header node 20110105

Method RESORB_HEADER_NODE on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method SET_ACK_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACK_RANGES Call by reference Type reference (TYPE) CL_SOAP_WSRMB_ACK_HANDLER=>TYPE_RANGES ack ranges table 20070809

Method SET_ACK_RANGES on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method SET_FINAL Signature

Method SET_FINAL on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no parameter.
Method SET_FINAL on class CL_SOAP_WSRMB_HDR_SEQ_ACK 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 20070807

Method SET_IDENTIFIER on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method SET_NACK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NACK_LIST Call by reference Type reference (TYPE) MESSAGE_NUMBER_LIST_TYPE list of message numbers 20071008

Method SET_NACK_LIST on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.

Method SET_NONE Signature

Method SET_NONE on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no parameter.
Method SET_NONE on class CL_SOAP_WSRMB_HDR_SEQ_ACK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710