SAP ABAP Class CL_REST_HTTP_REQ_PROV (HTTP Request provider)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RST (Application Component) REST-based Protocols
⤷
SREST_EXT (Package) REST Extensions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_REST_ENTITY_PROVIDER | REST Entity Provider | 20110711 |
Properties
Class | CL_REST_HTTP_REQ_PROV | |
Short Description | HTTP Request provider | |
Super Class | CL_REST_ENTITY_PROVIDER | REST Entity Provider |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SREST_EXT | REST Extensions |
Created | 20110118 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_REST_HTTP_REQ_PROV has no forward declaration.
Interfaces
Class CL_REST_HTTP_REQ_PROV has no interface implemented.
Friends
Class 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) | IF_REST_REQUEST | Request | 20110711 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | XSTRING | Binary data | 20120131 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20110118 |
2 | ![]() |
Static method | Public | Method | Deserialize entity | 20110912 |
3 | ![]() |
Instance method | Public | Method | Get request | 20110118 |
4 | ![]() |
Static method | Public | Method | Serialize entity | 20110912 |
5 | ![]() |
Instance method | Public | Method | Set request | 20110118 |
Events
Class 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 | 20110711 | 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 | 20110711 | 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) | IF_REST_ENTITY | REST Entity (target when wrapping or source when unwrapping) | 20110118 | ||
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 | 20110817 |
Method CONSTRUCTOR on class 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 | 20110912 | ||
3 | ![]() |
IV_SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Script name | 20120131 | ||
4 | ![]() |
RO_REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_REST_REQUEST | REST Request | 20110912 |
Method DESERIALIZE on class 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) | IF_REST_REQUEST | REST Request to be wrapped or unwrapped | 20110118 |
Method GET_REQUEST on class 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) | IF_REST_REQUEST | REST Request | 20110912 | ||
2 | ![]() |
RV_DATA | Value transfer | Type reference (TYPE) | XSTRING | Request data | 20110912 |
Method SERIALIZE on class 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) | IF_REST_REQUEST | REST Request to be wrapped or unwrapped | 20110118 |
Method SET_REQUEST on class CL_REST_HTTP_REQ_PROV has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 802 |