SAP ABAP Class CL_REST_BASE_RESPONSE (REST Base Response)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RST (Application Component) REST-based Protocols
     SREST_CORE (Package) REST Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_REST_DESTROYABLE REST destroyable object 20120309
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_REST_MESSAGE REST Messages 20120307
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_REST_RESPONSE REST Response 20120307
Properties
Class CL_REST_BASE_RESPONSE  
Short Description REST Base Response    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREST_CORE   REST Core 
Created 20120307   SAP 
Last change 20130531   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 IF_REST_DESTROYABLE REST destroyable object 20120309
2 IF_REST_MESSAGE REST Messages 20120307
3 IF_REST_RESPONSE REST Response 20120307
Friends
# Friend Modeled only Created on Description
1 CL_REST_MESSAGE_BUILDER 20120314 REST message builder
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ENTITY Instance attribute Protected Object reference (TYPE REF TO) IF_REST_ENTITY REST Entity 20120307
2 MO_RESPONSE Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Response 20120307
3 MT_HEADER_NAME Instance attribute Private See coding 20120309
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120307
2 CREATE Static method Private Method Create instance 20120308
3 FETCH_HEADER_NAME Instance method Private Method Fetch header name 20120309
4 PUT_HEADER_NAME Instance method Private Method Put header name 20120309
5 WRAP_ENTITY Instance method Protected Method Wrap entity 20120308
Events
Class CL_REST_BASE_RESPONSE has no event.
Types
Class CL_REST_BASE_RESPONSE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Response 20120307

Method CONSTRUCTOR on class CL_REST_BASE_RESPONSE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Response 20120308
2 Returning RO_RESPONSE Value transfer Object reference (TYPE REF TO) CL_REST_BASE_RESPONSE REST Response 20120308

Method CREATE on class CL_REST_BASE_RESPONSE has no exception.

Method FETCH_HEADER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_NAME Call by reference Type reference (TYPE) STRING Value 20120309

Method FETCH_HEADER_NAME on class CL_REST_BASE_RESPONSE has no exception.

Method PUT_HEADER_NAME 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 Name 20120309

Method PUT_HEADER_NAME on class CL_REST_BASE_RESPONSE has no exception.

Method WRAP_ENTITY 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) IF_HTTP_ENTITY HTTP Entity 20120308
2 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) CL_REST_BASE_ENTITY REST Base Entity 20120308

Method WRAP_ENTITY on class CL_REST_BASE_RESPONSE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 804