SAP ABAP Class IF_APC_WS_EXTENSION (APC framework: Message handler (do not implement))
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
Class IF_APC_WS_EXTENSION  
Short Description APC framework: Message handler (do not implement)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120831   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_APC_WS_EXTENSION has no forward declaration.
Interfaces
Class IF_APC_WS_EXTENSION has no interface implemented.
Friends
Class IF_APC_WS_EXTENSION has no friend class.
Attributes
Class IF_APC_WS_EXTENSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ON_CLOSE Instance method Public Method Calling method after receiving a WebSocket close event 20120917
2 ON_ERROR Instance method Public Method Calling method after receiving a WebSocket error event 20120917
3 ON_MESSAGE Instance method Public Method Calling method after receiving a WebSocket message 20120917
4 ON_START Instance method Public Method Calling method after initiating WebSocket connection setup 20120917
Events
Class IF_APC_WS_EXTENSION has no event.
Types
Class 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 Importing I_CODE Call by reference Type reference (TYPE) I Status code of close 20130719
2 Importing I_REASON Call by reference Type reference (TYPE) STRING Reason of close 20130712

Method ON_CLOSE on class 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 Importing I_CODE Call by reference Type reference (TYPE) I Status code 20130719
2 Importing I_REASON Call by reference Type reference (TYPE) STRING Reason of error 20130719

Method ON_ERROR on class 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 Importing I_MESSAGE Call by reference Object reference (TYPE REF TO) IF_APC_WS_MESSAGE APC framework: WebSocket message interface 20120831

Method ON_MESSAGE on class 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 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_APC_WS_CONTEXT APC framework: WebSocket context interface 20120831

Method ON_START on class IF_APC_WS_EXTENSION has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in