SAP ABAP Class IF_REST_CLIENT (REST Client)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_REST_RESOURCE REST Resource 20100211
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REST_HTTP_CLIENT REST HTTP Client 20100212
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REST_LOCAL_CLIENT REST Local Client 20110711
Properties
Class 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 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_REST_CLIENT has no forward declaration.
Interfaces
Class IF_REST_CLIENT has no interface implemented.
Friends
Class IF_REST_CLIENT has no friend class.
Attributes
Class IF_REST_CLIENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Closes the Client 20100225
2 CREATE_REQUEST_ENTITY Instance method Public Method Creates an Entity 20100303
3 DELETE Instance method Public Method 20100224
4 GET Instance method Public Method 20100224
5 GET_RESPONSE_ENTITY Instance method Public Method Get Response 20100303
6 GET_RESPONSE_HEADER Instance method Public Method Get Header Field 20100303
7 GET_RESPONSE_HEADERS Instance method Public Method Get all Header Fields 20100303
8 GET_STATUS Instance method Public Method Get Status code 20100223
9 HEAD Instance method Public Method 20100224
10 OPTIONS Instance method Public Method 20100224
11 POST Instance method Public Method 20100224
12 PUT Instance method Public Method 20100224
13 SET_REQUEST_HEADER Instance method Public Method Set Request Header 20100303
14 SET_REQUEST_HEADERS Instance method Public Method Set Request Headers 20100303
Events
Class IF_REST_CLIENT has no event.
Types
Class IF_REST_CLIENT has no local type.
Method Signatures

Method CLOSE Signature

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

Method CREATE_REQUEST_ENTITY on class IF_REST_CLIENT has no exception.

Method DELETE Signature

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

Method GET Signature

Method GET on class IF_REST_CLIENT has no parameter.
Method GET on class 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) IF_REST_ENTITY REST Representation 20100312

Method GET_RESPONSE_ENTITY on class 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 20100303
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Header Value 20100303

Method GET_RESPONSE_HEADER on class 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 20100303

Method GET_RESPONSE_HEADERS on class 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 20100223

Method GET_STATUS on class IF_REST_CLIENT has no exception.

Method HEAD Signature

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

Method OPTIONS Signature

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

Method POST Signature

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

Method PUT Signature

Method PUT on class IF_REST_CLIENT has no parameter.
Method PUT on class 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 20100303
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20100303

Method SET_REQUEST_HEADER on class 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 20100303

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