SAP ABAP Class CL_SOAP_APPLICATION (Implementation of a SOAP Application Container)
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_APPLICATION_RT Interface of SOAP Application for SOAP Runtime 20030211
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20050503
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_APPLICATION_CLIENT General SOAP Application for the Caller Side 20030110
2 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_APPLICATION_SERVER Implementation of a SOAP Application Container 20030110
3 Inheritance (c INHERITING FROM c_ref)  CL_SRTG_GEN_TEST test class for generator for xsd, st and code from RFCs 20030915
Properties
Class CL_SOAP_APPLICATION  
Short Description Implementation of a SOAP Application Container    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20020905   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SOAP_APPLICATION_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_SOAP_RUNTIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_APPLICATION_RT Interface of SOAP Application for SOAP Runtime 20030211
2 IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20050503
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_MAPPING_OUTBOUND 20120709 Outbound mapping
2 CL_WS_PROXY_RUNTIME_INBOUND 20101228 Call ABAP Web Service
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_APPLICATION' Class Name 20040415
2 CO_ERR_AREA_ID Constant Private Type reference (TYPE) SRT_MONI_ERRORAREA TSRTM_ERRAREA_EP Area ID 20070308
3 CO_LOCATION_CLIENT Constant Public Type reference (TYPE) I CL_SOAP_RUNTIME=>CO_LOCATION_CLIENT Client Side 20030108
4 CO_LOCATION_SERVER Constant Public Type reference (TYPE) I CL_SOAP_RUNTIME=>CO_LOCATION_SERVER Server Side 20030108
5 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_APPLICATION SOAP Runtime Processor Unit ID 20060109
6 CO_SERIAL_VERS_710_0 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '000' Serialization Version 20061109
7 CO_SERIAL_VERS_710_1 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '001' Serialization Version 20061109
8 CO_SERIAL_VERS_CURRENT Constant Private Type reference (TYPE) SRT_SERIAL_VERS CO_SERIAL_VERS_710_1 Serialization Version 20061109
9 CO_SIMPLE_TRANS_ID Constant Private Type reference (TYPE) CXSLTDESC TSRTM_HIB_APPLICATION ABAP Name of Corresponding ST 20061031
10 M_CFG Instance attribute Protected Object reference (TYPE REF TO) CL_SOAP_CONFIGURATION Configuration Analyzer 20030122
11 M_CTX Instance attribute Protected Object reference (TYPE REF TO) CL_SOAP_CONTEXT Context for SOAP Call 20030121
12 M_FEATURES Instance attribute Protected Type reference (TYPE) SOAP_FEATURE_LIST List of Design Time Features of Application 20030121
13 M_LOCATION Instance attribute Protected Type reference (TYPE) I Server/Client Side 20030121
14 M_PROFILES Instance attribute Protected Type reference (TYPE) SOAP_PROFILE_LIST List of Design Time Configuration Profiles 20030702
15 M_PROTOCOLS Instance attribute Protected Type reference (TYPE) SOAP_PROTOCOL_LIST List of SOAP Protocols for Application 20030121
16 M_REQUEST Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_MESSAGE Request Message 20030121
17 M_RESPONSE Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_MESSAGE Response Message 20030121
18 M_RUNTIME Instance attribute Protected Object reference (TYPE REF TO) CL_SOAP_RUNTIME_ROOT SOAP Runtime Instance 20030220
19 M_RUNTIME_FEATURES Instance attribute Protected Type reference (TYPE) SOAP_FEATURE_LIST List of Runtime Features of Application 20030903
20 M_TRANSPORTBINDING Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_BINDING Transport Binding for Application 20030121
21 M_TRANSPORTBINDING_ID Instance attribute Protected Type reference (TYPE) ANYURI URI of the Transport Binding 20030121
22 M_USAGE_DT Instance attribute Protected Type reference (TYPE) BOOLEAN Instantiation for Design Time or Runtime? 20030121
23 M_XML_LISTPART Instance attribute Protected Object reference (TYPE REF TO) IF_SXMLP_LIST List Part for New Serialization 20061031
24 XML_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_DATA 20050503
Methods
# Method Level Visibility Method type Description Created on
1 CL_SOAP_MSGID_PROTOCOL Instance method Private Method Creates XML Part of Directly Serializable Attributes 20050621
2 CONFIGURE_FEATURES Instance method Protected Method Map Features to Protocols/Bindings 20030513
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020906
4 FILL_PART Instance method Private Method Fills XML Part with Directly Serializable Attributes 20050610
5 GET_PROTOCOLS_FOR_OP Instance method Protected Method Query All Operation-Specific Protocols of Application 20050520
6 INIT_ATTRIBUTES Instance method Protected Method Setting the Interface Attributes 20020906
Events
Class CL_SOAP_APPLICATION has no event.
Types
Class CL_SOAP_APPLICATION has no local type.
Method Signatures

Method CL_SOAP_MSGID_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PART Call by reference Object reference (TYPE REF TO) IF_SXMLP_PART 20050621
2 Returning RE_PART Value transfer Object reference (TYPE REF TO) IF_SXMLP_PART 20050621

Method CL_SOAP_MSGID_PROTOCOL on class CL_SOAP_APPLICATION has no exception.

Method CONFIGURE_FEATURES Signature

Method CONFIGURE_FEATURES on class CL_SOAP_APPLICATION has no parameter.
Method CONFIGURE_FEATURES on class CL_SOAP_APPLICATION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USAGE_DT Value transfer Type reference (TYPE) BOOLEAN '-' Instantiierung zur Design Time? 20020909

Method CONSTRUCTOR on class CL_SOAP_APPLICATION has no exception.

Method FILL_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PART Call by reference Object reference (TYPE REF TO) IF_SXMLP_PART 20050610
2 Returning RE_PART Value transfer Object reference (TYPE REF TO) IF_SXMLP_PART 20050610

Method FILL_PART on class CL_SOAP_APPLICATION has no exception.

Method GET_PROTOCOLS_FOR_OP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROTOCOLS Value transfer Type reference (TYPE) SOAP_PROTOCOL_LIST Liste von SOAP Protokollen 20050520

Method GET_PROTOCOLS_FOR_OP on class CL_SOAP_APPLICATION has no exception.

Method INIT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_NAME Call by reference Type reference (TYPE) STRING Name (zur Anzeige) 20030129
2 Importing ENDPOINT_TYPE Call by reference Type reference (TYPE) ANYURI Endpunkttyp URI 20030129
3 Importing NAME Call by reference Type reference (TYPE) ANYURI Name (als URI) 20030129

Method INIT_ATTRIBUTES on class CL_SOAP_APPLICATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 630