SAP ABAP Interface /IWCOR/IF_REST_MESSAGE (REST Messages)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SREST_CORE (Package) REST library core

⤷

⤷

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
Interface | /IWCOR/IF_REST_MESSAGE | |
Short Description | REST Messages |
General Data
Package | /IWCOR/SREST_CORE | REST library core |
Created | 20100208 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWCOR/IF_REST_MESSAGE has no interface.
Friends
Interface /IWCOR/IF_REST_MESSAGE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_MESSAGE_KIND_NONE | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'NONE' | 20120410 | ||
2 | GC_MESSAGE_KIND_REQUEST | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'REQUEST' | 20120410 | ||
3 | GC_MESSAGE_KIND_RESPONSE | Constant | Public | Type reference (TYPE) | MESSAGE_KIND | 'RESPONSE' | 20120410 | ||
4 | GC_METHOD_DELETE | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | DELETE | 20120410 | |
5 | GC_METHOD_GET | Constant | Public | Type reference (TYPE) | STRING | 'GET' | GET | 20120410 | |
6 | GC_METHOD_HEAD | Constant | Public | Type reference (TYPE) | STRING | 'HEAD' | HEAD | 20120410 | |
7 | GC_METHOD_MERGE | Constant | Public | Type reference (TYPE) | STRING | 'MERGE' | MERGE | 20120410 | |
8 | GC_METHOD_OPTIONS | Constant | Public | Type reference (TYPE) | STRING | 'OPTIONS' | OPTIONS | 20120410 | |
9 | GC_METHOD_PATCH | Constant | Public | Type reference (TYPE) | STRING | 'PATCH' | PATCH | 20120410 | |
10 | GC_METHOD_POST | Constant | Public | Type reference (TYPE) | STRING | 'POST' | POST | 20120410 | |
11 | GC_METHOD_PUT | Constant | Public | Type reference (TYPE) | STRING | 'PUT' | PUT | 20120410 | |
12 | KIND | 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
Interface /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 Interface /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 Interface /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 Interface /IWCOR/IF_REST_MESSAGE has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |