SAP ABAP Class /IWCOR/CL_REST_REQUEST (REST Request)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_REST_MESSAGE REST Messages 20100708
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_REST_REQUEST REST Request 20100708
Properties
Class /IWCOR/CL_REST_REQUEST  
Short Description REST Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWCOR/SREST_CORE   REST library core 
Created 20100602   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 Abstract Final Description Created on
1 /IWCOR/IF_REST_MESSAGE REST Messages 20100708
2 /IWCOR/IF_REST_REQUEST REST Request 20100708
Friends
Class /IWCOR/CL_REST_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_REQUEST Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST 20120410
Methods
# Method Level Visibility Method type Description Created on
1 BASE_REQUEST Instance method Private Method 20120410
2 CONSTRUCTOR Instance method Public Constructor Constructor 20100708
3 CREATE_REQUEST_ENTITY Instance method Public Method Create Request Entity 20100708
4 SET_HEADER_FIELD Instance method Public Method Set Header Field 20100708
5 SET_HEADER_FIELDS Instance method Public Method Get Header Fields 20100708
6 SET_METHOD Instance method Public Method Set Request Method 20100708
7 SET_URI Instance method Public Method Set URI 20100708
Events
Class /IWCOR/CL_REST_REQUEST has no event.
Types
Class /IWCOR/CL_REST_REQUEST has no local type.
Method Signatures

Method BASE_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/CL_REST_BASE_REQUEST 20120410

Method BASE_REQUEST on class /IWCOR/CL_REST_REQUEST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP Header Fields 20100708
2 Importing IV_ALLOW_METHOD_OVERRIDE Call by reference Type reference (TYPE) ABAP_BOOL Method Override allowed? 20100708
3 Importing IV_MESSAGE_BODY Call by reference Type reference (TYPE) XSTRING Application Data 20100708
4 Importing IV_METHOD Call by reference Type reference (TYPE) STRING HTTP Method (e.g. GET) 20100708
5 Importing IV_STATIC_PATH Call by reference Type reference (TYPE) STRING Part of URI Path which is not used for REST routing 20100708
6 Importing IV_URI Call by reference Type reference (TYPE) STRING URI 20100708

Method CONSTRUCTOR on class /IWCOR/CL_REST_REQUEST has no exception.

Method CREATE_REQUEST_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MULTIPART Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Create multipart entity? 20100909
2 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Representation 20100708

Method CREATE_REQUEST_ENTITY on class /IWCOR/CL_REST_REQUEST has no exception.

Method SET_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Header Name 20100708
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20100708

Method SET_HEADER_FIELD on class /IWCOR/CL_REST_REQUEST has no exception.

Method SET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20100708

Method SET_HEADER_FIELDS on class /IWCOR/CL_REST_REQUEST has no exception.

Method SET_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_METHOD Call by reference Type reference (TYPE) STRING HTTP Method 20100708

Method SET_METHOD on class /IWCOR/CL_REST_REQUEST has no exception.

Method SET_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATIC_PATH Call by reference Type reference (TYPE) STRING Static Path part of URI which is not used for REST routing 20100708
2 Importing IV_URI Call by reference Type reference (TYPE) STRING URI 20100708

Method SET_URI on class /IWCOR/CL_REST_REQUEST has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100