SAP ABAP Class CL_SRT_WSP_FACTORY_XI (WSP Factory Class)
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 20100430
Properties
Class CL_SRT_WSP_FACTORY_XI  
Short Description WSP Factory Class    
Super Class CL_SRT_WSP_ROOT_XI WSP Configuration Root Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SOAP_SERVICES   SRT Services for PI 
Created 20100303   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_FACTORY_XI has no forward declaration.
Interfaces
Class CL_SRT_WSP_FACTORY_XI has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_ASSIGN_ROOT_XI 20100430 Assignment of Profile to RT Configurations
2 CL_SRT_WSP_CONFIG_PROFILE_RTXI 20100430 WSP Configuration Web Service Profile
3 CL_SRT_WSP_CONFIG_REGISTRY_XI 20100430 WSP Configuration Registry
4 CL_SRT_WSP_CONFIG_SIDL_XI 20100430 WSP Configuration SIDL
5 CL_SRT_WSP_FEATURE_FACTORY_XI 20100430 WSP Feature Factory
6 CL_SRT_WSP_SOAP_APPLICATION_XI 20100430 WSP SOAP Application
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_FACTORY_XI' 20100430
2 M_FEATURE_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY WSP Feature Factory 20100430
3 M_FEATURE_FACTORY_RT Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY_RT WSP feature factory for runtime 20100430
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONFIG_DESTINATION Static method Public Method Creates Configuration Destination 20100430
2 CREATE_CONFIG_DEST_XML Static method Public Method Creates Instance of Destination XML Handler 20100430
3 CREATE_CONFIG_DT Static method Protected Method Creates New Designtime Configuration 20100430
4 CREATE_FEATURE_FACTORY Static method Public Method Gets New Instance of Feature Factory 20100430
5 CREATE_REGISTRY Static method Public Method Gets Instance of Registry 20100430
6 CREATE_RTC_READER Static method Public Method Gets Instance of RTC Reader 20100430
7 CREATE_RTC_WRITER Static method Public Method Gets Instance of RTC Writer 20100430
8 CREATE_USER_ACCOUNT_QUERY Static method Protected Method Returns User Account Query Object 20100430
9 CREATE_WSP_SUBJECT_CONTEXT Static method Protected Method Creates WSP Subject Context 20100430
10 GET_ICF_ALIAS_HANDLING Static method Public Method Handling of External ICF Aliases 20100430
11 GET_ICF_SERVICE_HANDLING Static method Public Method Handling of ICF Service Definitions 20100430
12 GET_ICF_URL_HANDLING Static method Public Method Handling of ICF URLs 20100430
13 GET_LIST_OF_CONFIG_REQUEST Static method Protected Method Lists Configuration Requests 20100430
14 GET_LIST_OF_DEST_PM Static method Protected Method Lists Configuration Destinations (PM) 20100430
15 GET_LIST_OF_PROFILE_PM Static method Protected Method Lists Configuration Profiles (PM) 20100430
16 GET_READ_ONLY_PROFILE_PM Static method Protected Method Gets Read-Only Profile (PM) Instance 20100430
17 GET_SOAP_APPLICATION Static method Public Method Returns the SOAP application for the given name 20100430
18 GET_STATIC_FEATURE_FACTORY Static method Public Method Gets Instance of Static Feature Factory 20100430
19 GET_STATIC_FEATURE_FACTORY_RT Static method Protected Method Gets instance of static Runtime Feature Factory 20100430
20 GET_STS_UTILITY_CFG Static method Public Method Returns the STS Utility 20100430
21 OPEN_CONFIG_CONSUMER_GROUP Static method Protected Method Opens Consumer Group Configuration 20100430
22 OPEN_CONFIG_DEST Static method Protected Method Gets Destination Instance 20100430
23 OPEN_CONFIG_DEST_PM Static method Protected Method Gets Destination (PM) Instance 20100430
24 OPEN_CONFIG_PROCESSOR Static method Protected Method Gets Configuration Processor Instance 20100430
25 OPEN_CONFIG_PROFILE_PM Static method Protected Method Gets Profile (PM) Instance 20100430
26 OPEN_CONFIG_PROFILE_RT Static method Protected Method Gets Profile Configuration Instance 20100430
27 OPEN_CONFIG_REQUEST Static method Protected Method Gets Configuration Request Instance 20100430
28 OPEN_CONFIG_RT Static method Protected Method Gets Runtime Configuration Instance 20100430
29 OPEN_CONFIG_RT_GCLNT Static method Protected Method Returns an existing instance of gen. RT client 20100430
30 OPEN_CONFIG_RT_PCLNT Static method Protected Method Returns an existing instance of proxy RT client 20100430
31 OPEN_CONFIG_RT_PM Static method Protected Method Gets Runtime Configuration Instance (PM) 20100430
32 OPEN_ENDPOINT_TYPE Static method Protected Method Returns endpoint type 20100430
33 OPEN_PROFILE_DT Static method Protected Method Creates Instance of DT Profile 20100430
Events
Class CL_SRT_WSP_FACTORY_XI has no event.
Types
Class CL_SRT_WSP_FACTORY_XI has no local type.
Method Signatures

Method CREATE_CONFIG_DESTINATION 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 20100430
2 Importing XML_DOCUMENT Call by reference Type reference (TYPE) XSTRING 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method CREATE_CONFIG_DEST_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEST_XML Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST_XML WSP configuration destination XML 20100430
2 Importing XML_DOC Call by reference Type reference (TYPE) XSTRING 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method CREATE_CONFIG_DT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_DT Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DT WSP Configuration Designtime 20100430
2 Importing DT_OBJ_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20100430
3 Importing IS_EVENT_PROVIDER Call by reference Type reference (TYPE) BOOLEAN Flag for Event Provider 20100430
4 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_VARIANT Configuration Name 20100430
5 Importing SOAP_APPL_NAME Value transfer Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP Name of SOAP Application 20100430
6 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP Configuration Type 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method CREATE_FEATURE_FACTORY 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 WSP Feature Factory 20100430
2 Importing SOAP_APPL_NAME Call by reference Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP Name of SOAP Application 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

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_XI WSP Configuration Registry 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20100430

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 Runtime instance of the runtime cache 20100430

Method CREATE_RTC_READER on class CL_SRT_WSP_FACTORY_XI has no exception.

Method CREATE_RTC_WRITER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FRAMEWORK_ID Call by reference Type reference (TYPE) SRT_WSP_FRAMEWORK_ID SRT Configuration Framework ID 20100430
2 Returning RTC_WRITER Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RTC_CFG Configuration instance of runtime cache 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method CREATE_USER_ACCOUNT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning USER_ACCOUNT_QUERY_OBJECT Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_USER_ACCOUNT_QUERY Query interface for user accounts 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method CREATE_WSP_SUBJECT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_SUBJECT_CONTEXT WSP Subject Context 20100430
2 Importing PRE_CONFIG Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PRE WSP Preconfiguration 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_ICF_ALIAS_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IF Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ICF_ALIAS SRT ICF Interface for Aliases 20100430

Method GET_ICF_ALIAS_HANDLING on class CL_SRT_WSP_FACTORY_XI has no exception.

Method GET_ICF_SERVICE_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IF Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ICF_SERVICE_DEF SRT ICF Interface for Services 20100430

Method GET_ICF_SERVICE_HANDLING on class CL_SRT_WSP_FACTORY_XI has no exception.

Method GET_ICF_URL_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IF Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ICF_URL_GENERATION SRT ICF Interface for URL Generation 20100430

Method GET_ICF_URL_HANDLING on class CL_SRT_WSP_FACTORY_XI has no exception.

Method GET_LIST_OF_CONFIG_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CFG_REQ_NAME_PATTERN Call by reference Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_NAME WSP name of the configuration request 20100430
2 Returning PR_RESULT Value transfer Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_NAMES List of IDs for Configuration Requests 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_LIST_OF_DEST_PM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DEST_NAME_PATTERN Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the configuration destination 20100430
2 Returning PR_RESULT Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAMES List of IDs for Destinations 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_LIST_OF_PROFILE_PM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROFILE_NAME_PATTERN Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
2 Returning PR_RESULT Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAMES List of IDs for Configuration Profiles 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_READ_ONLY_PROFILE_PM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the domain configuration 20100430
2 Returning PROFILE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_PM WSP configuration profile 20100430
3 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION WSP version of the domain configuration 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_SOAP_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOAP_APPLICATION Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_SOAP_APPLICATION WSP SOAP Application 20100430
2 Importing SOAP_APPL_NAME Call by reference Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP Name of SOAP Application 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_STATIC_FEATURE_FACTORY 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 WSP Feature Factory 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

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 WSP feature factory for runtime 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_STS_UTILITY_CFG 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_CFG SRT STS Utilities for runtime 20100430

Method GET_STS_UTILITY_CFG on class CL_SRT_WSP_FACTORY_XI has no exception.

Method OPEN_CONFIG_CONSUMER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_KEY Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20100430
2 Returning CONFIG_CO_GROUP Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RT_CO_GROUP WSP Configuration Runtime Consumer Group 20100430
3 Importing CONSUMER_GROUP Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20100430
4 Importing USE_XI Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_DEST 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 20100430
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME 20100430
3 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_DEST_PM 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 WSP Configuration Destination 20100430
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
3 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_PROCESSOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROCESSOR WSP configuration processor for mass requests 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_PROFILE_PM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the domain configuration 20100430
2 Returning PROFILE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_PM WSP configuration profile 20100430
3 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430
4 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION WSP version of the domain configuration 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_PROFILE_RT Signature

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

Method OPEN_CONFIG_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_REQUEST Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_REQUEST WSP Configuration Group Object for Mass Configuration 20100430
2 Importing NAME Call by reference Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_NAME WSP name of the configuration request (mass configuration) 20100430
3 Importing TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_TYPE WSP type of the configuration request (mass configuration) 20100430
4 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_VERSION 0 WSP version of configuration request (mass configuration) 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_RT Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RT WSP Configuration Runtime 20100430
2 Importing DT_OBJ_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20100430
3 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME Configuration Name 20100430
4 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP Configuration Type 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_RT_GCLNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_GCL Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RT_GEN_CLNT WSP Configuration Runtime 20100430
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Configuration Key 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_RT_PCLNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Configuration Key 20100430
2 Returning CONFIG_PCLNT Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RT_PRX_CLNT WSP Configuration Runtime Typed Clients 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_CONFIG_RT_PM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_RT_PM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_RT_PM WSP Configuration Runtime 20100430
2 Importing PROFILE_NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
3 Importing PROFILE_VERSION Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profile Version 20100430
4 Importing SERVICE_DEFINITION_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_ENDPOINT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENDPOINT_TYPE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ENDPOINT_TYPE WSP Endpoint Type 20100430
2 Importing ENDPOINT_TYPE_URI Call by reference Type reference (TYPE) SRT_WSP_ENDPOINT_TYPE WSP Endpoint Type 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method OPEN_PROFILE_DT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROFILE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_DT WSP Configuration Profile DT 20100430
2 Importing PROFILE_NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
3 Importing SOAP_APPLICATION Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_SOAP_APPLICATION WSP SOAP Application 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430
History
Last changed by/on SAP  20110908 
SAP Release Created in 731