SAP ABAP Class CL_SR_INBOUND_WSD (Services Registry : Web Service Definition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SUDDICLIENT_NEW (Package) New development regarding UDDI Publication
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_CLASSIFIED Services Registry : Entity with classifications 20110118
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_DESCRIPTABLE Services Registry : Entity that can be described 20110118
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_PUB Services Registry: Publication Info 20120709
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_RELATED Services Registry: Entity with relations 20120709
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_URL Services Registry: Entity that have URLs 20120709
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_INBOUND_WSD Services Registry : Web Service Definition 20110118
Properties
Class CL_SR_INBOUND_WSD  
Short Description Services Registry : Web Service Definition    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SUDDICLIENT_NEW   New development regarding UDDI Publication 
Created 20090922   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SR_INBOUND_CLASSIFIED Services Registry : Entity with classifications 20110118
2 IF_SR_INBOUND_DESCRIPTABLE Services Registry : Entity that can be described 20110118
3 IF_SR_INBOUND_PUB Services Registry: Publication Info 20120709
4 IF_SR_INBOUND_RELATED Services Registry: Entity with relations 20120709
5 IF_SR_INBOUND_URL Services Registry: Entity that have URLs 20120709
6 IF_SR_INBOUND_WSD Services Registry : Web Service Definition 20110118
Friends
Class CL_SR_INBOUND_WSD has no friend 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_SR_INBOUND_WSD' Class Name 20110118
2 CO_SOURCE_SR_UI Constant Public Type reference (TYPE) CHAR2 'UI' 20120709
3 MO_CLASSIFICATION_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_CLASSIF_HANDLER Services Registry : Handler for classifications of objects 20110118
4 MO_DESCRIPTION_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_DESCR_HANDLER Services Registry : Handler for descriptions of objects 20110118
5 MO_PUB_SUB_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_PUB_SUB_HANDLER 20120709
6 MO_RELATION_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_RELATION_HANDLER 20120709
7 MO_URL_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_URL_HANDLER 20120709
8 MS_DATA Instance attribute Private Type reference (TYPE) SSTR_SR_WSD_CACHE Services Registry : WSD with user information 20110118
9 MT_WSD Static Attribute Private Type reference (TYPE) STTY_SR_WSD_OBJECT Services Registry : WSD Object Table 20110118
10 MV_CLASS_SOURCE Instance attribute Private Type reference (TYPE) CHAR2 20120709
11 MV_DESCR_SOURCE Instance attribute Private Type reference (TYPE) CHAR2 20120709
12 MV_IS_PERSISTED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE True if wsd is persisted 20110118
13 MV_LOCKED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE True if system is locked 20110118
14 MV_MODIFICATION_FLAG Instance attribute Private Type reference (TYPE) SDTE_SRT_WSP_SR_MOD_FLAG Services Registry : Flag in cache to signal changes 20110118
15 MV_REL_SOURCE Instance attribute Private Type reference (TYPE) CHAR2 20120709
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONSISTENCY Instance method Private Method Check consistency before save 20110118
2 CONSTRUCTOR Instance method Private Constructor Constructor 20110118
3 ENSURE_VALIDITY Instance method Private Method Checks if wsd state allows operations like update 20110118
4 EXISTS Static method Private Method Check existence of a wsd 20110118
5 GET_CONFIG_STATE Instance method Private Method Get config state 20110118
6 IS_VALID Instance method Private Method Checks if state is valid for use 20110118
7 LOAD_FROM_DB Instance method Private Method Load wsd data from DB 20110118
8 LOCK Instance method Private Method Lock 20110118
9 UNLOCK Instance method Private Method Unlock 20110118
Events
Class CL_SR_INBOUND_WSD has no event.
Types
Class CL_SR_INBOUND_WSD has no local type.
Method Signatures

Method CHECK_CONSISTENCY Signature

Method CHECK_CONSISTENCY on class CL_SR_INBOUND_WSD has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATE_NEW Call by reference Type reference (TYPE) ABAP_BOOL Services Registry : UDDI Key 20110118
2 Importing IV_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Logical Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method ENSURE_VALIDITY Signature

Method ENSURE_VALIDITY on class CL_SR_INBOUND_WSD has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20110118
2 Exporting EV_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
3 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20110118
4 Importing IV_SYSTEM_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
5 Importing IV_TECHNICAL_NAME Call by reference Type reference (TYPE) VEPNAME Name of a Service Definition 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_CONFIG_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONFIG_STATE Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_CONFIG_STATE Services Registry : WSD Config State 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALID Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_BOOL Services Registry : Boolean 20110118

Method IS_VALID on class CL_SR_INBOUND_WSD has no exception.

Method LOAD_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method LOCK Signature

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

Method UNLOCK Signature

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