SAP ABAP Interface /IWCOR/IF_REST_CLIENT (REST Client)
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 implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_HTTP_CLIENT | REST HTTP Client | 20100708 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_LOCAL_CLIENT | REST Local Client | 20110817 |
Properties
Interface | /IWCOR/IF_REST_CLIENT | |
Short Description | REST Client |
General Data
Package | /IWCOR/SREST_CORE | REST library core |
Created | 20100211 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWCOR/IF_REST_CLIENT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWCOR/IF_REST_RESOURCE | REST Resource | 20120305 |
Friends
Interface /IWCOR/IF_REST_CLIENT has no friend.
Attributes
Interface /IWCOR/IF_REST_CLIENT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Closes the Client | 20120305 |
2 | ![]() |
Instance method | Public | Method | Creates an Entity | 20120305 |
3 | ![]() |
Instance method | Public | Method | 20120305 | |
4 | ![]() |
Instance method | Public | Method | 20120305 | |
5 | ![]() |
Instance method | Public | Method | Get Response | 20120305 |
6 | ![]() |
Instance method | Public | Method | Get Header Field | 20120305 |
7 | ![]() |
Instance method | Public | Method | Get all Header Fields | 20120305 |
8 | ![]() |
Instance method | Public | Method | Get Status code | 20120305 |
9 | ![]() |
Instance method | Public | Method | 20120305 | |
10 | ![]() |
Instance method | Public | Method | 20120305 | |
11 | ![]() |
Instance method | Public | Method | 20120305 | |
12 | ![]() |
Instance method | Public | Method | 20120305 | |
13 | ![]() |
Instance method | Public | Method | Set Request Header | 20120305 |
14 | ![]() |
Instance method | Public | Method | Set Request Headers | 20120305 |
Events
Interface /IWCOR/IF_REST_CLIENT has no event.
Types
Interface /IWCOR/IF_REST_CLIENT has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method CLOSE on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method CREATE_REQUEST_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MULTIPART | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Create Entity | 20120305 | |
2 | ![]() |
RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST Representation | 20120305 |
Method CREATE_REQUEST_ENTITY on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method DELETE Signature
Method DELETE on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method DELETE on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method GET Signature
Method GET on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method GET on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method GET_RESPONSE_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_RESPONSE_ENTITY | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST Representation | 20120305 |
Method GET_RESPONSE_ENTITY on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method GET_RESPONSE_HEADER 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 | 20120305 | ||
2 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Header Value | 20120305 |
Method GET_RESPONSE_HEADER on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method GET_RESPONSE_HEADERS 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 Headers | 20120305 |
Method GET_RESPONSE_HEADERS on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STATUS | Value transfer | Type reference (TYPE) | I | HTTP Status Code | 20120305 |
Method GET_STATUS on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method HEAD Signature
Method HEAD on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method HEAD on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method OPTIONS Signature
Method OPTIONS on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method OPTIONS on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method POST Signature
Method POST on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method POST on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method PUT Signature
Method PUT on Interface /IWCOR/IF_REST_CLIENT has no parameter.
Method PUT on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method SET_REQUEST_HEADER 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 | 20120305 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Header Value | 20120305 |
Method SET_REQUEST_HEADER on Interface /IWCOR/IF_REST_CLIENT has no exception.
Method SET_REQUEST_HEADERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Header Fields | 20120305 |
Method SET_REQUEST_HEADERS on Interface /IWCOR/IF_REST_CLIENT has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |