SAP ABAP Class CL_SRT_WSP_CONFIG_DEST_XI (WSP configuration web service destination)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBC (Application Component) Integration Builder - Configuration
     SAI_SOAP_SERVICES (Package) SRT Services for PI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_ROOT_XI WSP Configuration Root Class 20100429
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CONFIG_DEST_XI WSP Configuration Profile 20100304
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20100304
Properties
Class CL_SRT_WSP_CONFIG_DEST_XI  
Short Description WSP configuration web service destination    
Super Class CL_SRT_WSP_ROOT_XI WSP Configuration Root Class 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class SRT_WSP    
Program status     
Category 0   
Package SAI_SOAP_SERVICES   SRT Services for PI 
Created 20100304   SAP 
Last change 20130531   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)
2 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CONFIG_DEST_XI WSP Configuration Profile 20100304
2 IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20100304
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_ASSIGN_ROOT_XI 20100304 Assignment of Profile to RT Configurations
2 CL_SRT_WSP_FACTORY_XI 20100304 WSP Factory Class
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_SRT_WSP_CONFIG_DEST' Class Name 20100304
2 MC_WSDL_URL_BASIS Constant Private Type reference (TYPE) STRING '/sap/bc/srt/wsdl' WSDL Basis URL 20100304
3 MC_WSIL_URL_BASIS Constant Private Type reference (TYPE) STRING '/sap/bc/srt/wsil' WSIL Basis URL 20100304
4 MS_FEATURE_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY WSP Feature Factory 20100304
5 MS_REGISTRY Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_REGISTRY_XI Registry Reference 20100304
6 M_CONFIG_VALUES Instance attribute Private Type reference (TYPE) SRT_WSP_CONFIG_VALUE_TAB WSP Configuration Values 20100304
7 M_DEST_NAME_INT Instance attribute Private Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP internal name of the profile configuration 20100304
8 M_ENCODED_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Encrypted Properties 20100304
9 M_IS_IMMUTABLE Instance attribute Private Type reference (TYPE) BOOLEAN Profile not modifiable since assigned to configuration 20100304
10 M_NEW_AMD Instance attribute Private Type reference (TYPE) BOOLEAN Use New AMD 20100304
11 M_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20100304
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_HTTP Instance method Private Method Activates HTTP Destination 20100304
2 ADD_ENCODED_PROPERTIES Instance method Private Method Encrypted Properties for Specified Subject 20100304
3 CALCULATE_WSDL_URL Instance method Private Method Calculates Server Access URL 20100304
4 CHECK_PROPERTY_IN_LIST Static method Private Method Checks existence of property in specified list 20100304
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100304
6 CORRECT_PROPERTY_VALUES Instance method Private Method Corrects Selected Destination Values 20100304
7 CREATE Static method Protected Method Creates Destination Using XML Document 20100304
8 DEACTIVATE_HTTP Instance method Private Method Deactivates HTTP Destination 20100304
9 DELETE_SECURE_STORE Static method Private Method Delete all secure store entries for specified destination 20100304
10 GENERATE_PROPERTIES_FOR_HTTP Instance method Private Method Generates Property List for HTTP Destination 20100304
11 GET_ENCODED_PROPERTIES Instance method Private Method Get Valid Properties for All SOAP Applications 20100304
12 HAS_CHANGED Instance method Private Method The destination has changed 20100304
13 INITIALIZE_FROM_DB Instance method Private Method Initializes the destination from the datebase 20100304
14 IS_ENCODED Instance method Private Method Checks Property for Encryption Mode 20100304
15 LOCK Instance method Private Method Locks the destination 20100304
16 OPEN Static method Protected Method Returns a destination instance 20100304
17 REMOVE Static method Public Method Delete a specific destination on the database 20100304
18 REPLACE_PROPERTY_IN_LIST Static method Private Method Replaces specified property 20100304
19 SET_CALCULATED_PROPERTIES_HTTP Instance method Private Method Sets Specific HTTP Attributes in Bindings 20100304
20 SET_IMMUTABLE Instance method Private Method Sets Modifiability 20100304
21 SET_PROPERTY_IN_LIST Static method Private Method Checks existence of property in specified list 20100304
22 UNLOCK Instance method Private Method Unlocks the destination 20100304
Events
Class CL_SRT_WSP_CONFIG_DEST_XI has no event.
Types
Class CL_SRT_WSP_CONFIG_DEST_XI has no local type.
Method Signatures

Method ACTIVATE_HTTP Signature

Method ACTIVATE_HTTP on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method ADD_ENCODED_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SUBJECT_TYPE Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_TYPE WSP Subject Type 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method CALCULATE_WSDL_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_URL Value transfer Type reference (TYPE) STRING 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method CHECK_PROPERTY_IN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_NOT_FOUND Call by reference Type reference (TYPE) BOOLEAN X=Property does not exist; space=Property exists 20100304
2 Exporting PE_PROPERTY_VALUE Call by reference Type reference (TYPE) STRING Value of property if it exists 20100304
3 Importing PI_PROPERTY_LIST Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES Property list to be checked 20100304
4 Importing PI_PROPERTY_NAME Call by reference Type reference (TYPE) QNAME Name of Property 20100304

Method CHECK_PROPERTY_IN_LIST on class CL_SRT_WSP_CONFIG_DEST_XI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100304
2 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100304
3 Importing XML_DOCUMENT Value transfer Type reference (TYPE) XSTRING XML Document 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method CORRECT_PROPERTY_VALUES Signature

Method CORRECT_PROPERTY_VALUES on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGES Value transfer Type reference (TYPE) SRT_CFG_MESSAGES List of Error Messages 20100304
2 Importing XML_DOCUMENT Call by reference Type reference (TYPE) XSTRING 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method DEACTIVATE_HTTP Signature

Method DEACTIVATE_HTTP on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method DELETE_SECURE_STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DEST_DATA Call by reference Type reference (TYPE) SRT_DEST_DATA_LIST List of SRT destinations 20100304
2 Importing PI_DEST_KEY Call by reference Type reference (TYPE) GUID_32 Internal key of destination 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method GENERATE_PROPERTIES_FOR_HTTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_PROPERTY_LIST Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method GET_ENCODED_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_PROPERTY_LIST Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Table of WSP Properties 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method HAS_CHANGED Signature

Method HAS_CHANGED on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method INITIALIZE_FROM_DB Signature

Method INITIALIZE_FROM_DB on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method IS_ENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROPERTY_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20100304
2 Returning PR_IS_ENCODED Value transfer Type reference (TYPE) BOOLEAN X=Specified property is encrypted; space=Otherwise 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method LOCK Signature

Method LOCK on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_DESTINATION Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST_XI WSP Configuration Destination 20100304
2 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100304
3 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DEST_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the destination configuration 20100304
2 Importing PI_DEST_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP destination type 20100304
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method REPLACE_PROPERTY_IN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_PROPERTY_LIST Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES List of Properties 20100304
2 Importing PI_NEW_PROP_NAME Call by reference Type reference (TYPE) QNAME Name of New Property 20100304
3 Importing PI_NEW_PROP_VALUE Call by reference Type reference (TYPE) STRING Value of New Property 20100304
4 Importing PI_OLD_PROP_NAME Call by reference Type reference (TYPE) QNAME Name of property to be replaced 20100304

Method REPLACE_PROPERTY_IN_LIST on class CL_SRT_WSP_CONFIG_DEST_XI has no exception.

Method SET_CALCULATED_PROPERTIES_HTTP Signature

Method SET_CALCULATED_PROPERTIES_HTTP on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304

Method SET_IMMUTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IMMUTABLE Call by reference Type reference (TYPE) BOOLEAN New Value for Non-Modifiability 20100304
2 Returning PR_IMMUTABLE Value transfer Type reference (TYPE) BOOLEAN Previous Value for Non-Modifiability 20100304

Method SET_IMMUTABLE on class CL_SRT_WSP_CONFIG_DEST_XI has no exception.

Method SET_PROPERTY_IN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_PROPERTY_LIST Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES Property list to be checked 20100304
2 Importing PI_PROPERTY_NAME Call by reference Type reference (TYPE) QNAME Name of Property 20100304
3 Importing PI_PROPERTY_VALUE Call by reference Type reference (TYPE) STRING Value of property if it exists 20100304

Method SET_PROPERTY_IN_LIST on class CL_SRT_WSP_CONFIG_DEST_XI has no exception.

Method UNLOCK Signature

Method UNLOCK on class CL_SRT_WSP_CONFIG_DEST_XI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100304
History
Last changed by/on SAP  20130531 
SAP Release Created in 730