SAP ABAP Class CL_SOAP_WSRM_SEQU_MESSAGE_NEW (WSRM: Sequence Message Structure)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_WSRM (Package) WSRM: Implementation of WSRM Protocol
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SXMLP_PART | 20060420 |
Properties
| Class | CL_SOAP_WSRM_SEQU_MESSAGE_NEW | |
| Short Description | WSRM: Sequence Message Structure | |
| Super Class | CL_SXMLP_PART | |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_WSRM | WSRM: Implementation of WSRM Protocol |
| Created | 20060420 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no interface implemented.
Friends
Class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SOAP_WSRM_SEQU_MESSAGE_NEW' | WSRM: Class Name for Macros | 20060420 | ||
| 2 | Constant | Private | Type reference (TYPE) | SRT_MONI_ERRORAREA | TSRTM_ERRAREA_WSRM | Area ID | 20070308 | ||
| 3 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_WSRM | SOAP Runtime Processor Unit ID | 20060420 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | ANYURI | SOAP version | 20090803 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_FACTORY | WSRM: Factory | 20060420 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_DATA | WSRM: Identifier (SID) XML part | 20060420 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_SIMPLE | WSRM: Last Message indicator XML part | 20060420 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_SIMPLE | WSRM: Message Number XML part | 20060420 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WSRM_SEQUENCE | WSRM: Sequence structure for describing a message | 20060420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | WSRM: Class constructor | 20060420 | |
| 2 | Instance method | Public | Method | WSRM: Retrieve WSRM Sequence Structure | 20060420 | |
| 3 | Instance method | Public | Method | WSRM: Set WSRM Sequence Structure | 20060420 | |
| 4 | Instance method | Private | Method | WSRM: Check Relevant Attributes | 20060420 | |
| 5 | Instance method | Public | Method | WSRM: Fill into structure | 20060420 | |
| 6 | Instance method | Private | Method | WSRM: Initialization | 20060420 | |
| 7 | Instance method | Public | Method | WSRM: Refresh all relevant instance attributes | 20060420 | |
| 8 | Instance method | Public | Method | WSRM: Initialization of the structure | 20060420 |
Events
Class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no event.
Types
Class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20060420 | ||||
| 2 | SOAP_NMSPC | Call by reference | Type reference (TYPE) | ANYURI | SOAP version namespace | 20090803 |
Method CONSTRUCTOR on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method GET_WSRM_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Value transfer | Type reference (TYPE) | WSRM_SEQUENCE | WSRM: Sequence structure for escribing a message | 20060420 |
Method GET_WSRM_SEQUENCE on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method SET_WSRM_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Call by reference | Type reference (TYPE) | WSRM_SEQUENCE | WSRM: Sequence structure for escribing a message | 20060420 |
Method SET_WSRM_SEQUENCE on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method WSRM_CHECK Signature
Method WSRM_CHECK on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no parameter.
Method WSRM_CHECK on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method WSRM_FILL_IN_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WSRM_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_WSRM_PROTOCOL | WSRM: WSRM protocol implementation | 20060420 | |||
| 2 | WSRM_SEQU_MSG_STRU | Value transfer | Type reference (TYPE) | WSRM_SEQUENCE | WSRM: Sequence structure | 20060420 |
Method WSRM_FILL_IN_STRUCTURE on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method WSRM_INIT Signature
Method WSRM_INIT on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no parameter.
Method WSRM_INIT on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method WSRM_REFRESH Signature
Method WSRM_REFRESH on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no parameter.
Method WSRM_REFRESH on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
Method WSRM_REFRESH_STRUCTURE Signature
Method WSRM_REFRESH_STRUCTURE on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no parameter.
Method WSRM_REFRESH_STRUCTURE on class CL_SOAP_WSRM_SEQU_MESSAGE_NEW has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |