SAP ABAP Class /IWCOR/IF_REST_CLIENT (REST Client)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_REST_RESOURCE REST Resource 20120305
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_HTTP_CLIENT REST HTTP Client 20100708
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_LOCAL_CLIENT REST Local Client 20110817
Properties
Class /IWCOR/IF_REST_CLIENT  
Short Description REST Client    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100211   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWCOR/IF_REST_CLIENT has no forward declaration.
Interfaces
Class /IWCOR/IF_REST_CLIENT has no interface implemented.
Friends
Class /IWCOR/IF_REST_CLIENT has no friend class.
Attributes
Class /IWCOR/IF_REST_CLIENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Closes the Client 20120305
2 CREATE_REQUEST_ENTITY Instance method Public Method Creates an Entity 20120305
3 DELETE Instance method Public Method 20120305
4 GET Instance method Public Method 20120305
5 GET_RESPONSE_ENTITY Instance method Public Method Get Response 20120305
6 GET_RESPONSE_HEADER Instance method Public Method Get Header Field 20120305
7 GET_RESPONSE_HEADERS Instance method Public Method Get all Header Fields 20120305
8 GET_STATUS Instance method Public Method Get Status code 20120305
9 HEAD Instance method Public Method 20120305
10 OPTIONS Instance method Public Method 20120305
11 POST Instance method Public Method 20120305
12 PUT Instance method Public Method 20120305
13 SET_REQUEST_HEADER Instance method Public Method Set Request Header 20120305
14 SET_REQUEST_HEADERS Instance method Public Method Set Request Headers 20120305
Events
Class /IWCOR/IF_REST_CLIENT has no event.
Types
Class /IWCOR/IF_REST_CLIENT has no local type.
Method Signatures

Method CLOSE Signature

Method CLOSE on class /IWCOR/IF_REST_CLIENT has no parameter.
Method CLOSE on class /IWCOR/IF_REST_CLIENT 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 Entity 20120305
2 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Representation 20120305

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

Method DELETE Signature

Method DELETE on class /IWCOR/IF_REST_CLIENT has no parameter.
Method DELETE on class /IWCOR/IF_REST_CLIENT has no exception.

Method GET Signature

Method GET on class /IWCOR/IF_REST_CLIENT has no parameter.
Method GET on class /IWCOR/IF_REST_CLIENT has no exception.

Method GET_RESPONSE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_RESPONSE_ENTITY Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Representation 20120305

Method GET_RESPONSE_ENTITY on class /IWCOR/IF_REST_CLIENT has no exception.

Method GET_RESPONSE_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 Header Name 20120305
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Header Value 20120305

Method GET_RESPONSE_HEADER on class /IWCOR/IF_REST_CLIENT has no exception.

Method GET_RESPONSE_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER_FIELDS Value transfer Type reference (TYPE) TIHTTPNVP List of Headers 20120305

Method GET_RESPONSE_HEADERS on class /IWCOR/IF_REST_CLIENT has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS Value transfer Type reference (TYPE) I HTTP Status Code 20120305

Method GET_STATUS on class /IWCOR/IF_REST_CLIENT has no exception.

Method HEAD Signature

Method HEAD on class /IWCOR/IF_REST_CLIENT has no parameter.
Method HEAD on class /IWCOR/IF_REST_CLIENT has no exception.

Method OPTIONS Signature

Method OPTIONS on class /IWCOR/IF_REST_CLIENT has no parameter.
Method OPTIONS on class /IWCOR/IF_REST_CLIENT has no exception.

Method POST Signature

Method POST on class /IWCOR/IF_REST_CLIENT has no parameter.
Method POST on class /IWCOR/IF_REST_CLIENT has no exception.

Method PUT Signature

Method PUT on class /IWCOR/IF_REST_CLIENT has no parameter.
Method PUT on class /IWCOR/IF_REST_CLIENT has no exception.

Method SET_REQUEST_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 Header Name 20120305
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20120305

Method SET_REQUEST_HEADER on class /IWCOR/IF_REST_CLIENT has no exception.

Method SET_REQUEST_HEADERS 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 20120305

Method SET_REQUEST_HEADERS on class /IWCOR/IF_REST_CLIENT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in