SAP ABAP Class CL_ADT_SRL_ST_HANDLER (Content Handler for Simple Transformations)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_SRL_CONTENT_HANDLER Responsible for mapping raw data to typed data objects. 20100716
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20100716
Properties
Class CL_ADT_SRL_ST_HANDLER  
Short Description Content Handler for Simple Transformations    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADT_REST   REST Framework 
Created 20100716   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_SRL_ST_HANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ADT_SRL_CONTENT_HANDLER Responsible for mapping raw data to typed data objects. 20100716
2 IF_BADI_INTERFACE Tag Interface for BAdIs 20100716
Friends
Class CL_ADT_SRL_ST_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTENT_TYPE Instance attribute Private Type reference (TYPE) STRING 20100805
2 CX Instance attribute Private Object reference (TYPE REF TO) CX_ROOT 20100716
3 ROOT_NAME Instance attribute Private Type reference (TYPE) STRING 20100716
4 ST_NAME Instance attribute Private Type reference (TYPE) STRING 20100716
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_COMPOUND Static method Public Method 20100805
2 CREATE_INSTANCE Static method Public Method 20100716
Events
Class CL_ADT_SRL_ST_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ST Public See coding 20100805 begin of ty_st, accept_header type string, st_name type string, root_name type string, content_type type string, end of ty_st
2 TY_ST_MAP Public See coding 20100805 ty_st_map type standard table of ty_st with key st_name accept_header
Method Signatures

Method CREATE_COMPOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_ADT_SRL_CONTENT_HANDLER 20100805
2 Importing ST_MAP Call by reference Type reference (TYPE) TY_ST_MAP 20100805

Method CREATE_COMPOUND on class CL_ADT_SRL_ST_HANDLER has no exception.

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT_TYPE Call by reference Type reference (TYPE) CSEQUENCE IF_REST_MEDIA_TYPE=>GC_APPL_XML 20100805
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_ADT_SRL_CONTENT_HANDLER 20100716
3 Importing ROOT_NAME Call by reference Type reference (TYPE) CSEQUENCE 'ROOT' 20100716
4 Importing ST_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100716

Method CREATE_INSTANCE on class CL_ADT_SRL_ST_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800