SAP ABAP Interface IF_APC_WS_EXTENSION (APC framework: Message handler (do not implement))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAPC_RUNTIME (Package) APC runtime package
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_APC_WS_EXTENSION_STATELESS | APC framework: Stateless message handler (see documentation) | 20120831 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_APC_WS_EXT_STATELESS_BASE | APC framework: WebSocket context interface | 20121010 |
Properties
| Interface | IF_APC_WS_EXTENSION | |
| Short Description | APC framework: Message handler (do not implement) |
General Data
| Package | SAPC_RUNTIME | APC runtime package |
| Created | 20120831 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_APC_WS_EXTENSION has no forward declaration.
Interfaces
Interface IF_APC_WS_EXTENSION has no interface.
Friends
Interface IF_APC_WS_EXTENSION has no friend.
Attributes
Interface IF_APC_WS_EXTENSION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Calling method after receiving a WebSocket close event | 20120917 | |
| 2 | Instance method | Public | Method | Calling method after receiving a WebSocket error event | 20120917 | |
| 3 | Instance method | Public | Method | Calling method after receiving a WebSocket message | 20120917 | |
| 4 | Instance method | Public | Method | Calling method after initiating WebSocket connection setup | 20120917 |
Events
Interface IF_APC_WS_EXTENSION has no event.
Types
Interface IF_APC_WS_EXTENSION has no local type.
Method Signatures
Method ON_CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CODE | Call by reference | Type reference (TYPE) | I | Status code of close | 20130719 | |||
| 2 | I_REASON | Call by reference | Type reference (TYPE) | STRING | Reason of close | 20130712 |
Method ON_CLOSE on Interface IF_APC_WS_EXTENSION has no exception.
Method ON_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CODE | Call by reference | Type reference (TYPE) | I | Status code | 20130719 | |||
| 2 | I_REASON | Call by reference | Type reference (TYPE) | STRING | Reason of error | 20130719 |
Method ON_ERROR on Interface IF_APC_WS_EXTENSION has no exception.
Method ON_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_MESSAGE | APC framework: WebSocket message interface | 20120831 |
Method ON_MESSAGE on Interface IF_APC_WS_EXTENSION has no exception.
Method ON_START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_CONTEXT | APC framework: WebSocket context interface | 20120831 |
Method ON_START on Interface IF_APC_WS_EXTENSION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 805 |