SAP ABAP Class CL_REST_ENTITY_PROVIDER (REST Entity Provider)
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_ENTITY_PROVIDER REST Entity Provider 20110912
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ATOM_BASE_PROV Atom base entity provider 20100810
2 Inheritance (c INHERITING FROM c_ref)  CL_REST_FORM_DATA REST Reader/Writer for application/x-www-form-urlencoded 20100319
3 Inheritance (c INHERITING FROM c_ref)  CL_REST_HTTP_REQ_PROV HTTP Request provider 20110711
4 Inheritance (c INHERITING FROM c_ref)  CL_REST_HTTP_RESP_PROV HTTP Response provider 20110711
5 Inheritance (c INHERITING FROM c_ref)  CL_REST_SXML_PROV REST Entity Provider 20110721
Properties
Class CL_REST_ENTITY_PROVIDER  
Short Description REST Entity Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREST_CORE   REST Core 
Created 20100319   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_ENTITY_PROVIDER REST Entity Provider 20110912
Friends
Class CL_REST_ENTITY_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_HEADER Instance attribute Private Type reference (TYPE) TIHTTPNVP Header fields 20101222
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100319
2 GET_ENTITY_HEADER Instance method Public Method Get entity header 20101222
3 SET_CONTENT_TYPE Instance method Public Method Set entity content type 20101223
4 SET_ENTITY_HEADER Instance method Public Method Set entity header 20101222
5 WRITE_TO Instance method Public Method Write to entity 20100319
Events
Class CL_REST_ENTITY_PROVIDER has no event.
Types
Class CL_REST_ENTITY_PROVIDER 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_ENTITY Call by reference Object reference (TYPE REF TO) IF_REST_ENTITY REST Entity 20100319

Method CONSTRUCTOR on class CL_REST_ENTITY_PROVIDER has no exception.

Method GET_ENTITY_HEADER 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 20101222
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20101222

Method GET_ENTITY_HEADER on class CL_REST_ENTITY_PROVIDER has no exception.

Method SET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING Content type 20101223

Method SET_CONTENT_TYPE on class CL_REST_ENTITY_PROVIDER has no exception.

Method SET_ENTITY_HEADER 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 20101222
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20101222

Method SET_ENTITY_HEADER on class CL_REST_ENTITY_PROVIDER has no exception.

Method WRITE_TO 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_REST_ENTITY REST entity 20110912

Method WRITE_TO on class CL_REST_ENTITY_PROVIDER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in