SAP ABAP Class CL_SOAP_VIRUS_SCANNER (Virus Scanner Wrapper for SOAP Runtime)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
⤷
⤷
Properties
| Class | CL_SOAP_VIRUS_SCANNER | |
| Short Description | Virus Scanner Wrapper for SOAP Runtime | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20111230 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_VIRUS_SCANNER has no interface implemented.
Friends
Class CL_SOAP_VIRUS_SCANNER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SOAP_VIRUS_SCANNER' | 20111230 | |||
| 2 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_RUNTIME | 20111230 | |||
| 3 | Constant | Public | Type reference (TYPE) | VSCAN_PROFILE | '/SOAP_CORE/WS_RECEIVE' | 20111230 | |||
| 4 | Constant | Public | Type reference (TYPE) | VSCAN_PROFILE | '/SOAP_CORE/WS_SEND' | 20111230 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TY_SCANNER_MAP | 20111230 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_VSI_KERNEL | 20111230 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20111230 | ||
| 2 | Static method | Public | Method | 20111230 | ||
| 3 | Static method | Public | Method | 20111230 | ||
| 4 | Static method | Public | Method | 20111230 | ||
| 5 | Instance method | Public | Method | 20111230 | ||
| 6 | Static method | Public | Method | 20111230 | ||
| 7 | Static method | Public | Method | 20111230 | ||
| 8 | Static method | Private | Method | 20111230 | ||
| 9 | Instance method | Public | Method | 20111230 | ||
| 10 | Instance method | Public | Method | 20111230 | ||
| 11 | Instance method | Protected | Method | 20111230 | ||
| 12 | Instance method | Protected | Method | 20111230 | ||
| 13 | Instance method | Public | Method | 20111230 | ||
| 14 | Instance method | Private | Method | 20111230 | ||
| 15 | Instance method | Public | Method | 20111230 | ||
| 16 | Instance method | Public | Method | 20111230 |
Events
Class CL_SOAP_VIRUS_SCANNER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SCANNER_MAP | Public | See coding | 20111230 | ty_scanner_map TYPE HASHED TABLE OF ty_scanner_map_item WITH UNIQUE KEY profile
|
||
| 2 | TY_SCANNER_MAP_ITEM | Public | See coding | 20111230 | BEGIN OF ty_scanner_map_item,
profile TYPE string,
scanner TYPE REF TO cl_soap_virus_scanner,
END OF ty_scanner_map_item
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VSI | Call by reference | Object reference (TYPE REF TO) | CL_VSI_KERNEL | 20111230 |
Method CONSTRUCTOR on class CL_SOAP_VIRUS_SCANNER has no exception.
Method FIND_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXP_CLASS_SEARCHED | Call by reference | Type reference (TYPE) | STRING | 20111230 | ||||
| 2 | EXP_FOUND | Value transfer | Object reference (TYPE REF TO) | CX_ROOT | 20111230 | ||||
| 3 | EXP_ROOT | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20111230 |
Method FIND_EXCEPTION on class CL_SOAP_VIRUS_SCANNER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROFILE_NAME | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | 20111230 | ||||
| 2 | VIRUS_SCANNER | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_VIRUS_SCANNER | 20111230 |
Method GET_INSTANCE on class CL_SOAP_VIRUS_SCANNER has no exception.
Method GET_PROFILE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROFILE_NAME | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | 20111230 | ||||
| 2 | STATUS | Value transfer | Type reference (TYPE) | I | 20111230 |
Method GET_PROFILE_STATUS on class CL_SOAP_VIRUS_SCANNER has no exception.
Method GET_VSI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VSI | Value transfer | Object reference (TYPE REF TO) | CL_VSI_KERNEL | 20111230 |
Method GET_VSI on class CL_SOAP_VIRUS_SCANNER has no exception.
Method GET_VSI_INFECTION_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXP | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20111230 | ||||
| 2 | EXP_VSI_INFECTION | Value transfer | Object reference (TYPE REF TO) | CX_VSI_INFECTION | 20111230 |
Method GET_VSI_INFECTION_EXCEPTION on class CL_SOAP_VIRUS_SCANNER has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROFILE_NAME | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | 20111230 | ||||
| 2 | RV | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111230 |
Method IS_ACTIVE on class CL_SOAP_VIRUS_SCANNER has no exception.
Method PROCESS_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IX_ROOT | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_ATTACHMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | XSTRING | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_PAYLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SOAP_VIRUS_SCANNER_CONTEXT | 20111230 | ||||
| 2 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_PAYLOAD_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SOAP_VIRUS_SCANNER_CONTEXT | 20111230 | ||||
| 2 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_PAYLOAD_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SOAP_VIRUS_SCANNER_CONTEXT | 20111230 | ||||
| 2 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_PAYLOAD_WRAPPED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALL_TYPE | Call by reference | Type reference (TYPE) | IF_SOAP_VIRUS_SCANNER_CONTEXT=>TY_CALL_TYPE | IF_SOAP_VIRUS_SCANNER_CONTEXT=>CO_CALL_TYPE_REQUEST | 20111230 | |||
| 2 | INTERFACE | Call by reference | Type reference (TYPE) | QNAME | 20111230 | ||||
| 3 | OPERATION | Call by reference | Type reference (TYPE) | QNAME | 20111230 | ||||
| 4 | SOAP_APPLICATION | Call by reference | Type reference (TYPE) | SRT_WSP_SOAP_APPL_NAME | 20111230 | ||||
| 5 | WS_TYPE | Call by reference | Type reference (TYPE) | IF_SOAP_VIRUS_SCANNER_CONTEXT=>TY_WS_TYPE | IF_SOAP_VIRUS_SCANNER_CONTEXT=>CO_WS_TYPE_CONSUMER | 20111230 | |||
| 6 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SCAN_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111230 | |||
| 2 | 20111230 |
Method SWITCH_OFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
Method SWITCH_OFF on class CL_SOAP_VIRUS_SCANNER has no exception.
Method SWITCH_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111230 |
Method SWITCH_ON on class CL_SOAP_VIRUS_SCANNER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |