SAP ABAP Class /IWCOR/IF_REST_MESSAGE (REST Messages)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_REST_REQUEST | REST Request | 20120305 |
| 2 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_REST_RESPONSE | REST Response | 20120305 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_STUB_RESPONSE | Mock Impl of Interface /IWCOR/IF_REST_RESPONSE | 20120928 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_BASE_REQUEST | REST Base Request | 20120305 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_BASE_RESPONSE | REST Base Response | 20120410 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_REQUEST | REST Request | 20100708 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_RESPONSE | REST Response | 20100708 |
| 8 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_STUB_REQUEST | Mock Impl of Interface /IWCOR/IF_REST_REQUEST | 20120928 |
Properties
| Class | /IWCOR/IF_REST_MESSAGE | |
| Short Description | REST Messages | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100208 | SAP |
| Last change | 20131127 | 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 /IWCOR/IF_REST_MESSAGE has no interface implemented.
Friends
Class /IWCOR/IF_REST_MESSAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'NONE' | 20120410 | |||
| 2 | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'REQUEST' | 20120410 | |||
| 3 | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'RESPONSE' | 20120410 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | DELETE | 20120410 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'GET' | GET | 20120410 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'HEAD' | HEAD | 20120410 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'MERGE' | MERGE | 20120410 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'OPTIONS' | OPTIONS | 20120410 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'PATCH' | PATCH | 20120410 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'POST' | POST | 20120410 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'PUT' | PUT | 20120410 | ||
| 12 | Instance attribute | Public | Type reference (TYPE) | MESSAGE_KIND | 20120410 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get or create an Entity as Payload of the Message | 20120410 | |
| 2 | Instance method | Public | Method | Get Header Field | 20120410 | |
| 3 | Instance method | Public | Method | Get all Header Fields | 20120410 |
Events
Class /IWCOR/IF_REST_MESSAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MESSAGE_KIND | Public | Type reference (TYPE) | STRING | 20120410 | |
Method Signatures
Method GET_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | Entity | 20120410 |
Method GET_ENTITY on class /IWCOR/IF_REST_MESSAGE has no exception.
Method GET_HEADER_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Header Name | 20120410 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Header Value | 20120410 |
Method GET_HEADER_FIELD on class /IWCOR/IF_REST_MESSAGE has no exception.
Method GET_HEADER_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_HEADER_FIELDS | Value transfer | Type reference (TYPE) | TIHTTPNVP | List of Header Fields | 20120410 |
Method GET_HEADER_FIELDS on class /IWCOR/IF_REST_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |