SAP ABAP Class /IWCOR/CL_REST_HTTP_RESP_PROV (HTTP Response 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_RESP_PROV  
Short Description HTTP Response 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_RESP_PROV has no forward declaration.
Interfaces
Class /IWCOR/CL_REST_HTTP_RESP_PROV has no interface implemented.
Friends
Class /IWCOR/CL_REST_HTTP_RESP_PROV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLASS_REST_HTTP_RESPONSE Constant Private Type reference (TYPE) STRING '/IWCOR/CL_REST_HTTP_RESPONSE' 20110826
2 MO_RESPONSE Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE 20110822
3 MS_RESPONSE Instance attribute Private Type reference (TYPE) REST_RESPONSE_S 20110822
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 20110826
3 GET_RESPONSE Instance method Public Method Get response 20110218
4 SERIALIZE Static method Public Method Serialize entity 20110826
5 SET_HTTP_RESPONSE_VERSION Static method Protected Method Set http version 20110919
6 SET_RESPONSE Instance method Public Method Set response 20110218
Events
Class /IWCOR/CL_REST_HTTP_RESP_PROV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 /IWCOR/REST_STATUS_LINE_S Public See coding 20110822 BEGIN OF /IWCOR/REST_status_line_s, version TYPE string, status_code TYPE string, reason_phrase TYPE string, END OF /IWCOR/REST_status_line_s
2 REST_RESPONSE_S Public See coding 20110822 BEGIN OF rest_response_s, status_line TYPE /IWCOR/REST_status_line_s, header_fields TYPE tihttpnvp, message_body TYPE xstring, END OF rest_response_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 IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response to be wrapped or unwrapped 20110218

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

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING REST representation 20110826
2 Returning RO_RESPONSE Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110826

Method DESERIALIZE on class /IWCOR/CL_REST_HTTP_RESP_PROV has no exception.

Method GET_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_RESPONSE Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response to be wrapped or unwrapped 20110218

Method GET_RESPONSE on class /IWCOR/CL_REST_HTTP_RESP_PROV has no exception.

Method SERIALIZE 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) /IWCOR/IF_REST_RESPONSE REST Representation 20110826
2 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING REST Response 20110826

Method SERIALIZE on class /IWCOR/CL_REST_HTTP_RESP_PROV has no exception.

Method SET_HTTP_RESPONSE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HTTP_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Response 20110919
2 Importing IV_VERSION Call by reference Type reference (TYPE) I HTTP Response Version 20110919

Method SET_HTTP_RESPONSE_VERSION on class /IWCOR/CL_REST_HTTP_RESP_PROV has no exception.

Method SET_RESPONSE 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) /IWCOR/IF_REST_RESPONSE REST Response to be wrapped or unwrapped 20110218

Method SET_RESPONSE on class /IWCOR/CL_REST_HTTP_RESP_PROV has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200