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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Instance attribute | Private | Type reference (TYPE) | CL_SOAP_WSRMB_ACK_HANDLER=>TYPE_RANGES | 20070717 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20070717 | ||
| 2 | Instance method | Public | Method | 20070717 | ||
| 3 | Instance method | Public | Method | 20070717 | ||
| 4 | Instance method | Public | Method | 20070717 | ||
| 5 | Instance method | Public | Constructor | 20070717 | ||
| 6 | Instance method | Public | Method | 20070718 | ||
| 7 | Instance method | Private | Method | 20070717 | ||
| 8 | Instance method | Public | Method | 20080303 | ||
| 9 | Instance method | Public | Method | 20070717 | ||
| 10 | 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 | 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 | 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 | R_END | Call by reference | Type reference (TYPE) | I | 20070717 | ||||
| 2 | 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 | 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 | INV_LIMIT | Call by reference | Type reference (TYPE) | I | 20070717 | ||||
| 2 | RANGES | Call by reference | Type reference (TYPE) | TYPE_RANGES | 20070718 | ||||
| 3 | R_END | Call by reference | Type reference (TYPE) | I | 20070717 | ||||
| 4 | R_START | Call by reference | Type reference (TYPE) | I | 20070717 | ||||
| 5 | 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 | 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 | 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 | IS_ACKED_COMPLETELY | Value transfer | Type reference (TYPE) | BOOLEAN | true, if all messages up to the upper limit are acknowledged | 20080303 | |||
| 2 | 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 | IS_CONTAINED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20070717 | |||
| 2 | RANGE_END | Call by reference | Type reference (TYPE) | WSRMB_MESSAGE_NUMBER | WSRM message number | 20080201 | |||
| 3 | RANGE_START | Call by reference | Type reference (TYPE) | WSRMB_MESSAGE_NUMBER | WSRM message number | 20080201 | |||
| 4 | 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 |