SAP ABAP Class /IWCOR/CL_REST_HTTP_REQ_PROV (HTTP Request provider)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SREST_EXT (Package) REST library extensions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider | 20110822 |
Properties
| Class | /IWCOR/CL_REST_HTTP_REQ_PROV | |
| Short Description | HTTP Request provider | |
| Super Class | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SREST_EXT | REST library extensions |
| Created | 20110118 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/CL_REST_HTTP_REQ_PROV has no forward declaration.
Interfaces
Class /IWCOR/CL_REST_HTTP_REQ_PROV has no interface implemented.
Friends
Class /IWCOR/CL_REST_HTTP_REQ_PROV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | Request | 20110822 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | XSTRING | Binary data | 20120206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110218 | |
| 2 | Static method | Public | Method | Deserialize entity | 20110919 | |
| 3 | Instance method | Public | Method | Get request | 20110218 | |
| 4 | Static method | Public | Method | Serialize entity | 20110919 | |
| 5 | Instance method | Public | Method | Set request | 20110218 |
Events
Class /IWCOR/CL_REST_HTTP_REQ_PROV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | REST_REQUEST_LINE_S | Public | See coding | 20110822 | BEGIN OF rest_request_line_s,
method TYPE string,
uri TYPE string,
version TYPE string,
END OF rest_request_line_s
|
||
| 2 | REST_REQUEST_S | Public | See coding | 20110822 | BEGIN OF rest_request_s,
REQUEST_LINE type rest_request_line_s,
HEADER_FIELDS type tihttpnvp,
MESSAGE_BODY type xstring,
END OF rest_request_s
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST Entity (target when wrapping or source when unwrapping) | 20110218 | |||
| 2 | IV_BASE_URI | Call by reference | Type reference (TYPE) | STRING | Base URI | 20120131 | |||
| 3 | IV_SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Script name | 20110822 |
Method CONSTRUCTOR on class /IWCOR/CL_REST_HTTP_REQ_PROV has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BASE_URI | Call by reference | Type reference (TYPE) | STRING | Base URI | 20120131 | |||
| 2 | IV_DATA | Call by reference | Type reference (TYPE) | XSTRING | Entity binary data | 20110919 | |||
| 3 | IV_SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Script name | 20120131 | |||
| 4 | RO_REQUEST | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | REST Request | 20110919 |
Method DESERIALIZE on class /IWCOR/CL_REST_HTTP_REQ_PROV has no exception.
Method GET_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_REQUEST | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | REST Request to be wrapped or unwrapped | 20110218 |
Method GET_REQUEST on class /IWCOR/CL_REST_HTTP_REQ_PROV has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | REST Request | 20110919 | |||
| 2 | RV_DATA | Value transfer | Type reference (TYPE) | XSTRING | Request data | 20110919 |
Method SERIALIZE on class /IWCOR/CL_REST_HTTP_REQ_PROV has no exception.
Method SET_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_REQUEST | REST Request to be wrapped or unwrapped | 20110218 |
Method SET_REQUEST on class /IWCOR/CL_REST_HTTP_REQ_PROV has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |