SAP ABAP Class CL_SOAP_FEATURE (Implementation of a SOAP Feature)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_FEATURE Characteristics of a SOAP Protocol 20020909
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_XMS_SOAP_FEATURE 20030910
Properties
Class CL_SOAP_FEATURE  
Short Description Implementation of a SOAP Feature    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20020909   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 TSRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_FEATURE Characteristics of a SOAP Protocol 20020909
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_APPLICATION 20030912 Implementation of a SOAP Application Container
2 CL_SOAP_CONFIGURE 20040123 Implementation of IF_SOAP_CONFIGURE
3 CL_SOAP_CONFIGURE_SERVICE 20040121 Implementation of IF_SOAP_CONFIGURE
4 CL_SOAP_META_FACTORY 20030129 Class for Generating Features/Properties
5 CL_SOAP_PROTOCOL_ROOT 20030912 Class for All SOAP Protocols
6 CL_SOAP_REGISTRY 20030915 Administration of Web Service Configuration Information
7 CL_SOAP_TRANSPORT_BINDING_ROOT 20030912 Abstract Class for All SOAP Transport Bindings
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SOAP_FEATURE' Class Name 20040415
2 CO_FEATURE_URI_COMQOS Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_COMQOS Feature URI: Communication Quality of Service 20021126
3 CO_FEATURE_URI_COMSES Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_COMSES Feature URI: Communication Session 20021126
4 CO_FEATURE_URI_MEP_RR Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_MEP_RR Feature URI: Request-Response MEP 20030128
5 CO_FEATURE_URI_MEP_SR Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_MEP_SR Feature URI: SOAP Response MEP 20030128
6 CO_FEATURE_URI_MSGID Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_MSGID Feature URI: Unique Message ID 20030821
7 CO_FEATURE_URI_MSGSEC Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_MSGSEC Feature URI: Message Level Security 20030821
8 CO_FEATURE_URI_SECACC Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SECACC Feature URI: Security Authorization 20021127
9 CO_FEATURE_URI_SECTRG Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SECTRG Feature URI: Security Transport Guarantee 20021127
10 CO_FEATURE_URI_SECWHO Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SECWHO Feature URI: Security Authentication 20021127
11 CO_FEATURE_URI_SRT Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SRT Feature URI: SOAP Runtime (Internal) 20030821
12 CO_FEATURE_URI_SRTLOG Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SRTLOG Feature URI: SOAP Runtime Logging 20021126
13 CO_FEATURE_URI_SRTMON Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SRTMON Feature URI: SOAP Runtime Monitoring 20021126
14 CO_FEATURE_URI_SRTTRC Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SRTTRC Feature URI: SOAP Runtime Trace 20021126
15 CO_FEATURE_URI_SRT_IF Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_SRT_IF Feature URI: Interface Names 20030821
16 CO_FEATURE_URI_TPBND Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_TPBND Feature URI: Transport Binding (Internal) 20030821
17 CO_FEATURE_URI_WEBMET Constant Public Type reference (TYPE) ANYURI TSRC_FEATURE_URI_WEBMET Feature URI: Web Method 20021126
18 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_FEATURES SOAP Runtime Processor Unit ID 20060203
19 CO_SCOPE_OPERATION Constant Public Type reference (TYPE) I 0 Feature Scope: Single Operation 20021125
20 CO_SCOPE_VI Constant Public Type reference (TYPE) I 1 Feature Scope: Virtual Interface 20021125
21 CO_SCOPE_WS Constant Public Type reference (TYPE) I 2 Feature Scope: Whole Web Service 20021125
22 DESCRIPTION Instance attribute Private Attribute reference (LIKE) 20030915
23 DISPLAY_NAME Instance attribute Private Attribute reference (LIKE) 20030915
24 ID Instance attribute Private Attribute reference (LIKE) 20030915
25 IS_CLIENT_RELEVANT Instance attribute Private Attribute reference (LIKE) 20030915
26 IS_READONLY Instance attribute Private Attribute reference (LIKE) 20030915
27 IS_REQUIRED Instance attribute Private Attribute reference (LIKE) 20030915
28 IS_VISIBLE Instance attribute Private Attribute reference (LIKE) 20030915
29 MY_PROPS Instance attribute Private Type reference (TYPE) SOAP_PROPERTY_LIST All Corresponding Properties 20021125
30 NAME Instance attribute Private Attribute reference (LIKE) 20030915
31 SCOPE Instance attribute Private Attribute reference (LIKE) 20030915
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020909
2 INIT Instance method Protected Method Initialization Of Attributes 20021126
Events
Class CL_SOAP_FEATURE has no event.
Types
Class CL_SOAP_FEATURE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 20021125
2 Importing DISPLAY_NAME Value transfer Type reference (TYPE) STRING Name zur Anzeige 20021125
3 Importing IS_CLIENT_RELEVANT Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE relevant für Client-Seite? 20021125
4 Importing IS_READONLY Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE nur Anzeige? 20030611
5 Importing IS_REQUIRED Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE notwendiges Feature? 20021125
6 Importing IS_VISIBLE Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE Feature mit Konfigurationsdialog? 20021125
7 Importing NAME Value transfer Type reference (TYPE) ANYURI Name (URI) 20021125
8 Importing PROPERTIES Value transfer Type reference (TYPE) SOAP_PROPERTY_LIST Properties des Features 20021125
9 Importing SCOPE Value transfer Type reference (TYPE) I 0 Scope 20021125

Method CONSTRUCTOR on class CL_SOAP_FEATURE has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 20021126
2 Importing DISPLAY_NAME Value transfer Type reference (TYPE) STRING Name für Anzeige 20021126
3 Importing IS_CLIENT_RELEVANT Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE relevant für Client-Seite? 20021126
4 Importing IS_READONLY Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE nur Anzeige? 20030611
5 Importing IS_REQUIRED Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE notwendiges Feature? 20021126
6 Importing IS_VISIBLE Value transfer Type reference (TYPE) BOOLEAN TSOAP_FALSE Feature mit Konfigurationsdialog? 20021126
7 Importing NAME Value transfer Type reference (TYPE) ANYURI Name 20021126
8 Importing PROPERTIES Value transfer Type reference (TYPE) SOAP_PROPERTY_LIST Properties zum Feature 20021126
9 Importing SCOPE Value transfer Type reference (TYPE) I 20021126

Method INIT on class CL_SOAP_FEATURE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 630