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 MO_REQUEST Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST Request 20110822
2 MV_BINARY_DATA Instance attribute Protected Type reference (TYPE) XSTRING Binary data 20120206
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20110218
2 DESERIALIZE Static method Public Method Deserialize entity 20110919
3 GET_REQUEST Instance method Public Method Get request 20110218
4 SERIALIZE Static method Public Method Serialize entity 20110919
5 SET_REQUEST 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 Importing 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 Importing IV_BASE_URI Call by reference Type reference (TYPE) STRING Base URI 20120131
3 Importing 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 Importing IV_BASE_URI Call by reference Type reference (TYPE) STRING Base URI 20120131
2 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING Entity binary data 20110919
3 Importing IV_SCRIPT_NAME Call by reference Type reference (TYPE) STRING Script name 20120131
4 Returning 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 Returning 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 Importing IO_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST REST Request 20110919
2 Returning 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 Importing 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