SAP ABAP Class /IWCOR/CL_REST_LOCAL_CLIENT (REST Local Client)
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_CLIENT REST Client 20110817
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_REST_RESOURCE REST Resource 20110817
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWCOR/CL_REST_TEST_CLIENT TEST Client for local Access to Resource with Routing 20110805
Properties
Class /IWCOR/CL_REST_LOCAL_CLIENT  
Short Description REST Local Client    
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 20110711   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_CLIENT REST Client 20110817
2 /IWCOR/IF_REST_RESOURCE REST Resource 20110817
Friends
Class /IWCOR/CL_REST_LOCAL_CLIENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_CHECK_REQUESTED_WITH Constant Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Requested with 20110817
2 MO_APPLICATION Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_APPLICATION REST application 20110817
3 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_CONTEXT REST Context 20110817
4 MO_REQUEST Instance attribute Private Object reference (TYPE REF TO) /IWCOR/CL_REST_BASE_REQUEST Request object 20110817
5 MO_RESPONSE Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE Response object 20110817
6 MO_ROOT_HANDLER Instance attribute Private Object reference (TYPE REF TO) /IWCOR/IF_REST_HANDLER Root handler object 20110817
7 MV_SCRIPT_NAME Instance attribute Private Type reference (TYPE) STRING Script name 20110817
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20110817
2 DO_HANDLE Instance method Private Method Handle request 20110817
3 SET_REQUEST_METHOD Instance method Private Method Set request method 20110817
4 SET_REQUEST_URI Instance method Public Method Set request URI 20110817
Events
Class /IWCOR/CL_REST_LOCAL_CLIENT has no event.
Types
Class /IWCOR/CL_REST_LOCAL_CLIENT 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_APPLICATION Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_APPLICATION REST application 20110817
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_CONTEXT REST Context 20110817
3 Importing IV_ICF_NODE Call by reference Type reference (TYPE) STRING 20110817

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

Method DO_HANDLE 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 20110817

Method DO_HANDLE on class /IWCOR/CL_REST_LOCAL_CLIENT has no exception.

Method SET_REQUEST_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 20110817

Method SET_REQUEST_METHOD on class /IWCOR/CL_REST_LOCAL_CLIENT has no exception.

Method SET_REQUEST_URI Signature

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

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