SAP ABAP Class CL_SOAP_WSRMB_ACK_HANDLER (WS-RM Ack Handling)
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_ACK_HANDLER  
Short Description WS-RM Ack Handling    
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 20070717   SAP 
Last change 20080612   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 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOAP_WSRMB_ACK_HANDLER has no interface implemented.
Friends
Class CL_SOAP_WSRMB_ACK_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACK_RANGES Instance attribute Private Type reference (TYPE) CL_SOAP_WSRMB_ACK_HANDLER=>TYPE_RANGES 20070717
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RANGE Instance method Private Method 20070717
2 ADD_RANGES Instance method Public Method 20070717
3 ADD_SINGLE_RANGE Instance method Public Method 20070717
4 ADD_SINGLE_VALUE Instance method Public Method 20070717
5 CONSTRUCTOR Instance method Public Constructor 20070717
6 GET_RANGES Instance method Public Method 20070718
7 INVERT_ACKS Instance method Private Method 20070717
8 IS_ACKED_COMPLETELY Instance method Public Method 20080303
9 TEST_SINGLE_VALUE Instance method Public Method 20070717
10 WRITE_RANGES Instance method Public Method 20070717
Events
Class CL_SOAP_WSRMB_ACK_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_RANGE Public See coding 20070717 BEGIN OF type_range, range_start TYPE i, range_end TYPE i, END OF type_range
2 TYPE_RANGES Public See coding 20070717 type_ranges TYPE STANDARD TABLE OF type_range WITH DEFAULT KEY
Method Signatures

Method ADD_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RANGE2ADD Call by reference Type reference (TYPE) TYPE_RANGE 20070717

Method ADD_RANGE on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method ADD_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITION Call by reference Object reference (TYPE REF TO) CL_SOAP_WSRMB_ACK_HANDLER WS-RM Ack Handling 20070717

Method ADD_RANGES on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method ADD_SINGLE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_END Call by reference Type reference (TYPE) I 20070717
2 Importing R_START Call by reference Type reference (TYPE) I 20070717

Method ADD_SINGLE_RANGE on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method ADD_SINGLE_VALUE Signature

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

Method ADD_SINGLE_VALUE on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INV_LIMIT Call by reference Type reference (TYPE) I 20070717
2 Importing RANGES Call by reference Type reference (TYPE) TYPE_RANGES 20070718
3 Importing R_END Call by reference Type reference (TYPE) I 20070717
4 Importing R_START Call by reference Type reference (TYPE) I 20070717
5 Importing SOURCE Call by reference Object reference (TYPE REF TO) CL_SOAP_WSRMB_ACK_HANDLER WS-RM Ack Handling 20070717

Method CONSTRUCTOR on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method GET_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) TYPE_RANGES 20070718

Method GET_RANGES on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method INVERT_ACKS Signature

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

Method INVERT_ACKS on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method IS_ACKED_COMPLETELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_ACKED_COMPLETELY Value transfer Type reference (TYPE) BOOLEAN true, if all messages up to the upper limit are acknowledged 20080303
2 Importing LIMIT Call by reference Type reference (TYPE) I upper limit 20080303

Method IS_ACKED_COMPLETELY on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method TEST_SINGLE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_CONTAINED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20070717
2 Exporting RANGE_END Call by reference Type reference (TYPE) WSRMB_MESSAGE_NUMBER WSRM message number 20080201
3 Exporting RANGE_START Call by reference Type reference (TYPE) WSRMB_MESSAGE_NUMBER WSRM message number 20080201
4 Importing R_VALUE Call by reference Type reference (TYPE) WSRMB_MESSAGE_NUMBER WSRM message number 20070717

Method TEST_SINGLE_VALUE on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.

Method WRITE_RANGES Signature

Method WRITE_RANGES on class CL_SOAP_WSRMB_ACK_HANDLER has no parameter.
Method WRITE_RANGES on class CL_SOAP_WSRMB_ACK_HANDLER has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 710