SAP ABAP Class CL_ESH_ATK_HTTP_HANDLER (http handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ATK (Package) Appliance Toolkit Interface

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20100924 |
Properties
Class | CL_ESH_ATK_HTTP_HANDLER | |
Short Description | http handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_ATK | Appliance Toolkit Interface |
Created | 20100924 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ESH_ATK_HTTP_HANDLER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20100924 |
Friends
Class CL_ESH_ATK_HTTP_HANDLER has no friend class.
Attributes
Class CL_ESH_ATK_HTTP_HANDLER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Parse xstring into DOM | 20100927 |
2 | ![]() |
Instance method | Private | Method | Process /sap/es/atk | 20100927 |
3 | ![]() |
Instance method | Private | Method | Process /sap/es/atk/backup-locks | 20100927 |
4 | ![]() |
Instance method | Private | Method | Process /sap/es/atk/backup-locks/1 | 20100927 |
5 | ![]() |
Instance method | Private | Method | Process /sap/es/atk/backup-locks (method post) | 20100928 |
6 | ![]() |
Instance method | Private | Method | Process /sap/es/atk (method post) | 20100928 |
7 | ![]() |
Instance method | Private | Method | Process /sap/es/atk (post restore request) | 20100927 |
8 | ![]() |
Instance method | Private | Method | Process /sap/es/atk (suspend request) | 20100928 |
9 | ![]() |
Instance method | Private | Method | Process /sap/es/atk (unsuspend request) | 20100928 |
Events
Class CL_ESH_ATK_HTTP_HANDLER has no event.
Types
Class CL_ESH_ATK_HTTP_HANDLER has no local type.
Method Signatures
Method PARSE_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20100927 | |||
2 | ![]() |
RR_DOC | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100927 |
Method PARSE_XML on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100927 |
Method PROCESS on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_BACKUP_LOCKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100927 |
Method PROCESS_BACKUP_LOCKS on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_BACKUP_LOCKS_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100927 |
Method PROCESS_BACKUP_LOCKS_1 on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_BACKUP_LOCKS_METH_POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100928 |
Method PROCESS_BACKUP_LOCKS_METH_POST on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_METH_POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100928 |
Method PROCESS_METH_POST on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_POST_RESTORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100927 | ||
2 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100927 |
Method PROCESS_POST_RESTORE on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_SUSPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100928 |
Method PROCESS_SUSPEND on class CL_ESH_ATK_HTTP_HANDLER has no exception.
Method PROCESS_UNSUSPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20100928 |
Method PROCESS_UNSUSPEND on class CL_ESH_ATK_HTTP_HANDLER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |