SAP ABAP Interface IF_ADT_SRL_CONTENT_HANDLER (Responsible for mapping raw data to typed data objects.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_REST (Package) REST Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_SRL_ASXML_HANDLER Generic abap xml content handler 20090529
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_SRL_PLAIN_TEXT_HANDLER serialize/deserialize plain source code 20090908
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_SRL_ST_HANDLER Content Handler for Simple Transformations 20100716
Properties
Interface IF_ADT_SRL_CONTENT_HANDLER  
Short Description Responsible for mapping raw data to typed data objects.    
General Data
Package SADT_REST   REST Framework 
Created 20090518   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_ADT_SRL_CONTENT_HANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20090616
Friends
Interface IF_ADT_SRL_CONTENT_HANDLER has no friend.
Attributes
Interface IF_ADT_SRL_CONTENT_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DESERIALIZE Instance method Public Method Converts the given request into a data structure 20090518
2 GET_SUPPORTED_CONTENT_TYPE Instance method Public Method Returns the content type this handler supports 20090518
3 SERIALIZE Instance method Public Method Converts the given data into a message body 20090518
Events
Interface IF_ADT_SRL_CONTENT_HANDLER has no event.
Types
Interface IF_ADT_SRL_CONTENT_HANDLER has no local type.
Method Signatures

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA 20090617
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_REST_REQUEST Request 20090518
# Exception Resumable Description Created on
1 CX_ADT_REST 20101221

Method GET_SUPPORTED_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SADT_CONTENT_TYPE General name for a data type 20090518

Method GET_SUPPORTED_CONTENT_TYPE on Interface IF_ADT_SRL_CONTENT_HANDLER has no exception.

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) DATA 20090729
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_REST_REQUEST Request 20090518
3 Importing RESPONSE_ENTITY Call by reference Object reference (TYPE REF TO) IF_REST_ENTITY 20100922
# Exception Resumable Description Created on
1 CX_ADT_REST 20101221
History
Last changed by/on SAP  20110908 
SAP Release Created in 800