SAP ABAP Class CL_ADT_REST_CNT_HDL_FACTORY (Factory for Generic Content Handlers)
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
⤷
⤷
Properties
| Class | CL_ADT_REST_CNT_HDL_FACTORY | |
| Short Description | Factory for Generic Content Handlers | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADT_REST | REST Framework |
| Created | 20101214 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_REST_CNT_HDL_FACTORY has no forward declaration.
Interfaces
Class CL_ADT_REST_CNT_HDL_FACTORY has no interface implemented.
Friends
Class CL_ADT_REST_CNT_HDL_FACTORY has no friend class.
Attributes
Class CL_ADT_REST_CNT_HDL_FACTORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get content handler for ASXML | 20110131 | |
| 2 | Instance method | Public | Method | Get content handler for Atom entries | 20110902 | |
| 3 | Instance method | Public | Method | Get content handler for Atom feeds | 20110228 | |
| 4 | Instance method | Public | Method | Get content handler for Atom Pub | 20110902 | |
| 5 | Instance method | Public | Method | Get content handler for binary data | 20110902 | |
| 6 | Instance method | Public | Method | Get content handler for plain text | 20101221 | |
| 7 | Instance method | Public | Method | Get content handler for XML using a Simple Transformation | 20121204 | |
| 8 | Static method | Public | Method | Create default instance for factoryss | 20101221 |
Events
Class CL_ADT_REST_CNT_HDL_FACTORY has no event.
Types
Class CL_ADT_REST_CNT_HDL_FACTORY has no local type.
Method Signatures
Method GET_HANDLER_FOR_ASXML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20110131 | ||||
| 2 | STRICT_CONVERSION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130524 |
Method GET_HANDLER_FOR_ASXML on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_ATOM_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE_PREDECLARATION | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | 20110902 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20110902 |
Method GET_HANDLER_FOR_ATOM_ENTRY on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_ATOM_FEED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE_PREDECLARATION | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | 20110228 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20110228 |
Method GET_HANDLER_FOR_ATOM_FEED on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_ATOM_PUB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE_PREDECLARATION | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | 20110902 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20110902 |
Method GET_HANDLER_FOR_ATOM_PUB on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_BINARY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | 'binary/*' | 20110902 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20110902 |
Method GET_HANDLER_FOR_BINARY_DATA on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_PLAIN_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | IF_REST_MEDIA_TYPE=>GC_TEXT_PLAIN | 20110131 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20101221 | ||||
| 3 | STRICT_CONVERSION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130116 |
Method GET_HANDLER_FOR_PLAIN_TEXT on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_HANDLER_FOR_XML_USING_ST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | IF_REST_MEDIA_TYPE=>GC_APPL_XML | 20121204 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20121204 | ||||
| 3 | ROOT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 'ROOT' | 20121204 | |||
| 4 | STRICT_CONVERSION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130524 | |||
| 5 | ST_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121204 |
Method GET_HANDLER_FOR_XML_USING_ST on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_ADT_REST_CNT_HDL_FACTORY | 20101221 |
Method GET_INSTANCE on class CL_ADT_REST_CNT_HDL_FACTORY has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |