SAP ABAP Class CL_SRT_WSP_RT_FACTORY (SRT WSP runtime factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Properties
Class CL_SRT_WSP_RT_FACTORY  
Short Description SRT WSP runtime factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20101221   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRT_WSP_RT_FACTORY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_APPLICATION_FACTORY 20101221 Generation of SOAP Applications
2 CL_SOAP_HTTP_EXTENSION 20101221 SOAP Connection to ICF (HTTP)
3 CL_SOAP_HTTP_TPBND_ROOT 20110330 Abstract Class for All SOAP HTTP Transport Bindings
4 CL_SOAP_IBC_PROTOCOL 20120724 IBC / IBCR handling
5 CL_SOAP_PERSIST 20110407 Persistence for SOAP Runtime
6 CL_SOAP_PERSISTENCY_RUNTIME 20120625 WS Persistency Runtime
7 CL_SOAP_PERSIST_HELPER 20101221 Utilities for ESP Persist
8 CL_SOAP_PING 20101221 Service Ping
9 CL_SOAP_SEQUENCE_UTILITY 20110112 Utility class for sequence processing
10 CL_SOAP_UTIL_HELPER 20101221 SRT Utilities: Helpful Methods
11 CL_SOAP_WSRM_PROTOCOL 20110407 WSRM: WSRM protocol implementation
12 CL_SRT_LP_MAINTENANCE 20101221 Logical Port Template: Main Object
13 CL_SRT_PUBLIC_LOCAL_SHORTCUT 20101221 Local Shortcut Handler
14 CL_SRT_TEST_UTILITIES 20101221 framework für SOAP Runtime Tests
15 CL_SRT_WSP_CONFIG_RT 20120731 WSP Configuration for Web Service Runtime
16 CL_SRT_WSP_CONFIG_RTC_ROOT 20101221 WSP configuration runtime cache (root class)
17 CL_SRT_WSP_CONFIG_RT_CO_FACT 20120704 WSP Configuration Runtime Consumer Factory
18 CL_SRT_WSP_CONFIG_RT_CO_GROUP 20101221 WSP Configuration Runtime Consumer Group
19 CL_SRT_WSP_FEATURE_FACTORY 20101221 WSP Feature Factory
20 CL_SRT_WSP_MEDIATION_LP 20120730 Mediation Logical Port
21 CL_SRT_WSP_RT_CONFIG 20101221 WSP Configuration Runtime Object
22 CL_SRT_WSP_RT_SHORTCUT_UTIL 20101221 Shortcut helper methods
23 CL_SRT_WSP_STS_UTILITIES_RT 20101221 SRT STS Utilities for runtime
24 CL_ST_CRYPTO_SCT_BASE 20101221 WS Secure Conversation SCT - Base Class
25 CL_WSPROTOCOL_IBC 20121212 External protocol for sender and receiver IBC
26 CL_WS_LOCAL_CALL_RT_SERVER 20101221 Runtime on Server Side for Local Calls
27 CL_WS_PROXY_FACTORY 20101221 Create Proxy Runtime Instances
28 CL_WS_PROXY_RUNTIME_OUTBOUND 20101221 Call Web Service Method; Abstract Superclass
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CLSRT_WSP_RT_FACTORY' 20101221
2 CO_PROCESSOR_ID Constant Private Type reference (TYPE) STRING TSRTM_PROC_ID_CONFIG 20101221
3 M_FEATURE_FACTORY_RT Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY_RT 20101221
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_REGISTRY Static method Protected Method Gets Instance of RTC Reader 20101221
2 CREATE_RTC_READER Static method Protected Method Gets configuration instance for runtime (server) 20101221
3 CREATE_RT_CONFIG Static method Protected Method Gets configuration instance for runtime (client) 20101221
4 CREATE_RT_CONFIG_CLIENT Static method Protected Method Gets configuration instance for runtime (client) 20101221
5 CREATE_RT_CONFIG_CLIENT_READER Static method Protected Method Gets configuration instance for runtime (server) 20101221
6 CREATE_RT_CONFIG_READER Static method Protected Method Gets Configurable Configuration Instance for Runtime 20101221
7 CREATE_RT_CONFIG_SETUP Static method Protected Method Gets configuration instance for runtime (client) 20101221
8 CREATE_RT_CONFIG_STS_CLIENT Static method Protected Method Gets Instance of WSDL HTTP Handler 20101221
9 CREATE_RT_IBC_IBCR_DET Static method Protected Method Get IBC/IBC Reference Determination for runtime 20120724
10 CREATE_WSDL_HTTP_HANDLER Static method Protected Method Returns an instance of an XI 3.0 Outbound Binding 20101221
11 GET_SHORTCUT_UTILITY Static method Protected Method Returns the short cut utility 20101221
12 GET_STATIC_FEATURE_FACTORY_RT Static method Protected Method Gets instance of static Runtime Feature Factory 20101221
13 GET_STS_UTILITY Static method Protected Method Returns the STS Utility 20101221
Events
Class CL_SRT_WSP_RT_FACTORY has no event.
Types
Class CL_SRT_WSP_RT_FACTORY has no local type.
Method Signatures

Method CREATE_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REGISTRY Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_REGISTRY 20101221
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101221

Method CREATE_RTC_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTC_READER Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RTC_RT 20101221

Method CREATE_RTC_READER on class CL_SRT_WSP_RT_FACTORY has no exception.

Method CREATE_RT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTTP_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101221
2 Importing LOCAL_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH 20101221
3 Returning RT_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG 20101221

Method CREATE_RT_CONFIG on class CL_SRT_WSP_RT_FACTORY has no exception.

Method CREATE_RT_CONFIG_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101221
2 Importing PROXY_CLASS Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101221
3 Returning RT_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG 20101221
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY 20101221

Method CREATE_RT_CONFIG_CLIENT_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101221
2 Importing PROXY_CLASS Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101221
3 Returning RT_CONFIG_READER Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG_READER 20101221
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY 20101221

Method CREATE_RT_CONFIG_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTTP_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101221
2 Importing LOCAL_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH 20101221
3 Returning RT_CONFIG_READER Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG_READER 20101221

Method CREATE_RT_CONFIG_READER on class CL_SRT_WSP_RT_FACTORY has no exception.

Method CREATE_RT_CONFIG_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG_SETUP 20101221

Method CREATE_RT_CONFIG_SETUP on class CL_SRT_WSP_RT_FACTORY has no exception.

Method CREATE_RT_CONFIG_STS_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101221
2 Importing PROXY_CLASS Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101221
3 Returning RT_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG 20101221
4 Importing STS_PROPERTIES Call by reference Type reference (TYPE) SRT_RT_PROPERTIES 20101221
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY 20101221

Method CREATE_RT_IBC_IBCR_DET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_IBC_IBCR_DET Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_IBC_IBCR_DET_RT SRT: IBC IBC Reference Determination Runtime 20120724

Method CREATE_RT_IBC_IBCR_DET on class CL_SRT_WSP_RT_FACTORY has no exception.

Method CREATE_WSDL_HTTP_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HANDLER Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_WSDL_HTTP 20101221

Method CREATE_WSDL_HTTP_HANDLER on class CL_SRT_WSP_RT_FACTORY has no exception.

Method GET_SHORTCUT_UTILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning UTILITY Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_RT_SHORTCUT_UTIL 20101221

Method GET_SHORTCUT_UTILITY on class CL_SRT_WSP_RT_FACTORY has no exception.

Method GET_STATIC_FEATURE_FACTORY_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FEATURE_FACTORY Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY_RT 20101221
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101221

Method GET_STS_UTILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STS_UTILITY Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_STS_UTILITIES_RT 20101221

Method GET_STS_UTILITY on class CL_SRT_WSP_RT_FACTORY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740