SAP ABAP Interface IF_SRT_REGISTRY_ENTRY (SRT: Registry Entry)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_TOOLS (Package) SOAP Runtime Tools
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_REGISTRY_ENTRY SRT: SOAP Application Registry Entry Based on WSD 20030217
Properties
Interface IF_SRT_REGISTRY_ENTRY  
Short Description SRT: Registry Entry    
General Data
Package SOAP_TOOLS   SOAP Runtime Tools 
Created 20021212   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_SRT_REGISTRY_ENTRY has no forward declaration.
Interfaces
Interface IF_SRT_REGISTRY_ENTRY has no interface.
Friends
Interface IF_SRT_REGISTRY_ENTRY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BINDINGS Instance attribute Public Type reference (TYPE) SRT_REGISTRY_BINDINGLIST SRT Registry: Assignments to Transport Binding 20030219
2 CONFIG Instance attribute Public Type reference (TYPE) SRT_REGISTRY_CONFIG_LIST SRT Registry: List of RFC Configuration Data 20030219
3 CO_ENTITYTYPE_REG_ENTRY Constant Public Type reference (TYPE) SRT_ENTITY_TYPE 'REG_ENTRY' Entity Type for Link to Deployment UI 20030408
4 CO_STATUS_NEW Constant Public Type reference (TYPE) I 1 Constants for Status 'New' 20021213
5 CO_STATUS_REGISTRED Constant Public Type reference (TYPE) I 2 Constants for Status 'Registered' 20021213
6 CO_STATUS_UNREGISTRED Constant Public Type reference (TYPE) I 3 Constants for Status 'Unregistered' 20021213
7 CO_UIMODE_CREATE Constant Public Type reference (TYPE) I 3 Constants for UI Mode 'Create' 20030115
8 CO_UIMODE_DISPLAY Constant Public Type reference (TYPE) I 1 Constants for UI Mode 'Display' 20021218
9 CO_UIMODE_MODIFY Constant Public Type reference (TYPE) I 2 Constants for UI Mode 'Modify' 20030113
10 OPERATIONS Instance attribute Public Type reference (TYPE) SRT_REGISTRY_OPERATION_LIST Operations 20030813
11 STATUS Instance attribute Public Type reference (TYPE) I Status of the Object (New, Registered, Unregistered) 20030219
12 WSKEY Instance attribute Public Type reference (TYPE) SRT_REGISTRY_WSKEY SRT Registry: Web Service Release Key 20030219
13 WSPROP Instance attribute Public Type reference (TYPE) SRT_REGISTRY_SERVICE SRT Registry: Service Description 20030219
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_REGISTRY Instance method Public Method Enter Web Service in the Runtime Registry 20021212
2 CHECK Instance method Public Method Check Web Services 20030512
3 CREATE_BY_ID Static method Public Method Generate Object for Existing Entry 20021213
4 CREATE_NEW Static method Public Method Generate Object for New Registry Entry 20021213
5 DELETE_UDDI_REGISTRATIONS Instance method Public Method Delete UDDI Publishings 20040804
6 GET_CONFIG_UI Instance method Public Method Call Configuration UI 20021212
7 GET_UDDI_REGISTRATIONS Instance method Public Method Get UDDI Publishings 20040804
8 GET_WSD_HEADER Static method Public Method Get Header Data from Web Service Definition 20030606
9 GET_WSD_LIST Static method Public Method Get Web Service Definitions 20030606
10 REMOVE_FROM_REGISTRY Instance method Public Method Delete WebService from Runtime Registry 20021212
11 SET_TRANSPORT Instance method Public Method Sets Transport Property 20060405
Events
Interface IF_SRT_REGISTRY_ENTRY has no event.
Types
Interface IF_SRT_REGISTRY_ENTRY has no local type.
Method Signatures

Method ADD_TO_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IN_AFTER_IMPORT Call by reference Type reference (TYPE) BOOLEAN Keine Prüfung in AFTER_IMPORT phase 20070601
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20021213

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_APPL_LOG Call by reference Type reference (TYPE) BALLOGHNDL ID Anwendungs-Log 20030512
2 Exporting PE_RESULT Call by reference Type reference (TYPE) STRING Gesamtergebnis 20040701
3 Exporting PE_RESULT_DT Call by reference Type reference (TYPE) STRING Ergebnis für Design-Time-relevante Checks 20040701
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20030528

Method CREATE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_REG_ENTRY Call by reference Object reference (TYPE REF TO) IF_SRT_REGISTRY_ENTRY SRT: Registry-Eintrag 20021213
2 Importing PI_WSKEY Value transfer Type reference (TYPE) SRT_REGISTRY_WSKEY SRT-Registry: Freigabeschlüssel des WebServices 20021213
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20021213

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_REG_ENTRY Call by reference Object reference (TYPE REF TO) IF_SRT_REGISTRY_ENTRY SRT: Registry-Eintrag 20021213
2 Importing PI_SOAP_APPLICATION Call by reference Type reference (TYPE) ANYURI SOAP Applikation 20030428
3 Importing PI_WSDEFINITION Call by reference Type reference (TYPE) WEBSNAME Web Service Definition 20030113
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20030113

Method DELETE_UDDI_REGISTRATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_UDDI_KEYS Call by reference Type reference (TYPE) UDDICLS_KEYS_TAB UDDI-Client: Tabellentyp für die gespeicherten Key-Infos 20040804
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20040804

Method GET_CONFIG_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_UIMODE Call by reference Type reference (TYPE) I CO_UIMODE_DISPLAY Änderbarkeit des Konfiguraitons-UI beim Aufruf 20030224

Method GET_CONFIG_UI on Interface IF_SRT_REGISTRY_ENTRY has no exception.

Method GET_UDDI_REGISTRATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_UDDI_KEYS Call by reference Type reference (TYPE) UDDICLS_KEYS_TAB Tabelle der UDDI-Registrierungen 20040804

Method GET_UDDI_REGISTRATIONS on Interface IF_SRT_REGISTRY_ENTRY has no exception.

Method GET_WSD_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_WSD_HEADER Call by reference Type reference (TYPE) SRT_REGTOOL_WSDEF_HEADER WSD-Header 20030606
2 Importing PI_SOAP_APPLICATION Call by reference Type reference (TYPE) ANYURI SOAP Applikation 20030606
3 Importing PI_WS_DEFINITION Call by reference Type reference (TYPE) WEBSNAME Name WSD 20030606
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20030606

Method GET_WSD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_WSD_LIST Call by reference Type reference (TYPE) SRT_REGTOOL_WSD_LIST Liste Web Service Definitionen 20030606
2 Importing PI_SOAP_APPLICATION Value transfer Type reference (TYPE) ANYURI SOAP Applikation 20030606
3 Importing PI_WSD_PATTERN Value transfer Type reference (TYPE) WEBSNAME Pattern für Web Service Definition 20030606
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20030606

Method REMOVE_FROM_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IN_AFTER_IMPORT Call by reference Type reference (TYPE) BOOLEAN Keine Prüfung in AFTER_IMPORT Phase 20070601
# Exception Resumable Description Created on
1 CX_SRT_REGISTRY SRT: Ausnahmen der Runtime Registry 20021213

Method SET_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_NO_TRANSPORT Call by reference Type reference (TYPE) BOOLEAN 'X' X=kein Transport der Konfiguration; space=sonst 20060405

Method SET_TRANSPORT on Interface IF_SRT_REGISTRY_ENTRY has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 640