SAP ABAP Class CL_SRT_WSP_CONFIG_ID_CACHE (Cache for Special Configuration IDs)
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_CONFIG_ID_CACHE  
Short Description Cache for Special Configuration IDs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20070417   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRT_WSP_CONFIG_ID_CACHE has no interface implemented.
Friends
Class CL_SRT_WSP_CONFIG_ID_CACHE has no friend class.
Attributes
Class CL_SRT_WSP_CONFIG_ID_CACHE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXISTS_QNAME Static method Public Method Existence Check for Qualified Name 20070417
2 EXISTS_STRING Static method Public Method Existence Check for Qualified Name 20070507
3 GET_INFO_BY_QNAME Static method Private Method Reade Cache for String 20070507
4 GET_INFO_BY_STRING Static method Private Method Reade Cache for String 20070507
5 GET_KEY_FOR_QNAME Static method Public Method Create Key for Specified Name 20070417
6 GET_KEY_FOR_STRING Static method Public Method Create Key for String 20070417
7 GET_QNAME_BY_KEY Static method Public Method Read Qualified Name for Specified Key 20070417
8 GET_STRING_BY_KEY Static method Public Method Read String for Specified Key 20070417
9 GET_STRING_PARTS Static method Private Method Read Substrings 20070417
10 LIST_QNAME_INFO Static method Public Method List QName information for specified QName pattern 20110222
11 REMOVE Static method Public Method Remove String for Specified Key 20070522
12 SET_CHANGE_INFO Static method Private Method Sets Change Information 20070507
13 SET_QNAME_FOR_KEY Static method Public Method Set String Value for Specified Key 20070507
14 SET_STRING_FOR_KEY Static method Public Method Set String Value for Specified Key 20070507
Events
Class CL_SRT_WSP_CONFIG_ID_CACHE has no event.
Types
Class CL_SRT_WSP_CONFIG_ID_CACHE has no local type.
Method Signatures

Method EXISTS_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_QNAME Call by reference Type reference (TYPE) QNAME Qualified Name 20070417
2 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Typ der Nutzung für SRT Namens-Cache 20070417
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=existiert; space=sonst 20070417
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method EXISTS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_STRING Call by reference Type reference (TYPE) STRING String Wert 20070507
2 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE 20070507
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20070507

Method GET_INFO_BY_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_EXISTS Call by reference Type reference (TYPE) BOOLEAN X=Eintrag existiert bereits; space=sonst 20070507
2 Exporting PE_HASH Call by reference Type reference (TYPE) HASH160 20070507
3 Exporting PE_KEY Call by reference Type reference (TYPE) GUID_32 interner Schlüssel 20070507
4 Importing PI_QNAME Call by reference Type reference (TYPE) QNAME QName Wert 20070507
5 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070507

Method GET_INFO_BY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_EXISTS Call by reference Type reference (TYPE) BOOLEAN X=Eintrag existiert bereits; space=sonst 20070507
2 Exporting PE_HASH Call by reference Type reference (TYPE) HASH160 neuer Hashwert, falls Eintrag nicht existiert 20070507
3 Exporting PE_KEY Call by reference Type reference (TYPE) GUID_32 interner Schlüssel 20070507
4 Importing PI_STRING Call by reference Type reference (TYPE) STRING String Wert 20070507
5 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Eintragstyp 20070507

Method GET_INFO_BY_STRING on class CL_SRT_WSP_CONFIG_ID_CACHE has no exception.

Method GET_KEY_FOR_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_QNAME Call by reference Type reference (TYPE) QNAME Qualified Name 20070417
2 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Typ der Nutzung für SRT Namens-Cache 20070417
3 Returning PR_KEY Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20070417
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method GET_KEY_FOR_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_STRING Call by reference Type reference (TYPE) STRING Nutzdaten 20070417
2 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Typ der Nutzung für SRT Namens-Cache 20070417
3 Returning PR_KEY Value transfer Type reference (TYPE) GUID_32 Cache-Schlüssel 20070417
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method GET_QNAME_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_QNAME Call by reference Type reference (TYPE) QNAME Nutzdaten 20070417
2 Importing PI_KEY Call by reference Type reference (TYPE) GUID_32 Cache-Key 20070417
3 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method GET_STRING_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_STRING Call by reference Type reference (TYPE) STRING Nutzdaten 20070417
2 Importing PI_KEY Call by reference Type reference (TYPE) GUID_32 Key 20070417
3 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method GET_STRING_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_PARTS Call by reference Type reference (TYPE) SRT_WSP_STRINGS Teil-Strings 20070417
2 Importing PI_ENTRY Call by reference Type reference (TYPE) SRT_NAME_CACHE SRT Namens-Cache 20070417
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070417

Method LIST_QNAME_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_QNAME_INFO_LIST Call by reference Type reference (TYPE) SRT_NAME_CACHE_QNAME_LIST List of QName infrormation from name cache 20110222
2 Importing I_QNAME_PATTERN Call by reference Type reference (TYPE) QNAME Qualified Name 20110222

Method LIST_QNAME_INFO on class CL_SRT_WSP_CONFIG_ID_CACHE has no exception.

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_KEY Call by reference Type reference (TYPE) GUID_32 Specherschlüssel 20070522
2 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Typ der Nutzung für SRT Namens-Cache 20070522

Method REMOVE on class CL_SRT_WSP_CONFIG_ID_CACHE has no exception.

Method SET_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_ENTRY Call by reference Type reference (TYPE) SRT_NAME_CACHE 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070507

Method SET_QNAME_FOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_KEY Call by reference Type reference (TYPE) GUID_32 20070507
2 Importing PI_QNAME Call by reference Type reference (TYPE) QNAME neuer QName Wert 20070507
3 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20070507

Method SET_STRING_FOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_KEY Call by reference Type reference (TYPE) GUID_32 Schlüssel 20070507
2 Importing PI_STRING Call by reference Type reference (TYPE) STRING neuer String Wert 20070507
3 Importing PI_USE_TYPE Call by reference Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Nutzungstyp 20070507
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070507
History
Last changed by/on SAP  20131127 
SAP Release Created in 710