SAP ABAP Class CO_SERVICES_REGISTRY (Proxy Class (generated))
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 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_CLIENT Base class for consumer proxies 20120709
Properties
Class CO_SERVICES_REGISTRY  
Short Description Proxy Class (generated)    
Super Class CL_PROXY_CLIENT Base class for consumer proxies 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SUDDICLIENT_NEW   New development regarding UDDI Publication 
Created 20120709   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CO_SERVICES_REGISTRY has no forward declaration.
Interfaces
Class CO_SERVICES_REGISTRY has no interface implemented.
Friends
Class CO_SERVICES_REGISTRY has no friend class.
Attributes
Class CO_SERVICES_REGISTRY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120709
2 DELETE Instance method Public Method 20120709
3 FIND Instance method Public Method 20120709
4 GET_APPLICATIONS Instance method Public Method 20120709
5 GET_APPLICATION_INFO Instance method Public Method 20120709
6 GET_BINDING Instance method Public Method 20120709
7 GET_BINDINGS_BY_IBC Instance method Public Method 20120709
8 GET_BINDINGS_BY_SERVICE_DEFINI Instance method Public Method 20120709
9 GET_CLASSIFICATION_SYSTEMS Instance method Public Method 20120709
10 GET_CLASSIFICATION_SYSTEM_VALU Instance method Public Method 20120709
11 GET_IBC Instance method Public Method 20120709
12 GET_MATCHING_OBJECTS Instance method Public Method 20120726
13 GET_NOTIFICATIONS_BY_ID Instance method Public Method 20120709
14 GET_NOTIFICATIONS_BY_RECEIVER Instance method Public Method 20120709
15 GET_OBJECT_TYPES Instance method Public Method 20120709
16 GET_SERVICE_DEFINITION Instance method Public Method 20120709
17 GET_SERVICE_DEFINITIONS_BY_IBC Instance method Public Method 20120709
18 GET_SUBSCRIPTIONS Instance method Public Method 20120709
19 GET_SUBSCRIPTIONS_BY_ID Instance method Public Method 20120709
20 GET_SUBSCRIPTIONS_BY_PUBLICAT1 Instance method Public Method 20120709
21 GET_SUBSCRIPTIONS_BY_PUBLICATI Instance method Public Method 20120709
22 GET_VERSION_INFO Instance method Public Method 20120709
23 NOTIFY Instance method Public Method 20120709
24 PUBLISH_APPLICATION Instance method Public Method 20120709
25 PUBLISH_BINDING Instance method Public Method 20120709
26 PUBLISH_IBC Instance method Public Method 20120709
27 PUBLISH_SERVICE_DEFINITION Instance method Public Method 20120709
28 REGISTER_APPLICATION Instance method Public Method 20120709
29 SUBSCRIBE Instance method Public Method 20120709
Events
Class CO_SERVICES_REGISTRY has no event.
Types
Class CO_SERVICES_REGISTRY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGICAL_PORT_NAME Call by reference Type reference (TYPE) PRX_LOGICAL_PORT_NAME 20120709
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT 20120709

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) DELETE_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) DELETE_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) FIND_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) FIND_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_APPLICATION_REQUEST3 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_APPLICATION_RESPONSE3 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_APPLICATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_APPLICATION_INFO_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_APPLICATION_INFO_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_BINDING_REQUEST1 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_BINDING_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_BINDINGS_BY_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_BINDINGS_BY_IBCREQUEST1 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_BINDINGS_BY_IBCRESPONSE1 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_BINDINGS_BY_SERVICE_DEFINI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_BINDINGS_BY_SDREQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_BINDINGS_BY_SDRESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_CLASSIFICATION_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_CLASSIFICATION_SYSTEMS_RE8 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_CLASSIFICATION_SYSTEMS_RE9 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_CLASSIFICATION_SYSTEM_VALU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_CLASSIFICATION_SYSTEM_VA35 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_CLASSIFICATION_SYSTEM_VA36 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_IBCREQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_IBCRESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_MATCHING_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_MATCHING_OBJECTS_REQUEST2 20120726
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_MATCHING_OBJECTS_RESPONSE2 20120726
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120726
2 CX_AI_SYSTEM_FAULT Communication Error 20120726
3 CX_SERVICES_REGISTRY_FAULT1 20120726

Method GET_NOTIFICATIONS_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_NOTIFICATIONS_BY_IDREQUES2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_NOTIFICATIONS_BY_IDRESPON2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_NOTIFICATIONS_BY_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_NOTIFICATIONS_BY_RECEIVER4 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_NOTIFICATIONS_BY_RECEIVER5 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_OBJECT_TYPES_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_OBJECT_TYPES_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_SERVICE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SERVICE_DEFINITION_REQUES2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SERVICE_DEFINITION_RESPON2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_SERVICE_DEFINITIONS_BY_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SERVICE_DEFINITIONS_BY_IB4 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SERVICE_DEFINITIONS_BY_IB5 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_SUBSCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709

Method GET_SUBSCRIPTIONS_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_IDREQUES2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_IDRESPON2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method GET_SUBSCRIPTIONS_BY_PUBLICAT1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_PUBLICA10 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_PUBLICA11 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709

Method GET_SUBSCRIPTIONS_BY_PUBLICATI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_PUBLICAT8 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_SUBSCRIPTIONS_BY_PUBLICAT9 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709

Method GET_VERSION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) GET_VERSION_INFO_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) GET_VERSION_INFO_RESPONSE7 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) NOTIFY_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) NOTIFY_RESPONSE3 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method PUBLISH_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) PUBLISH_APPLICATION_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) PUBLISH_APPLICATION_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method PUBLISH_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) PUBLISH_BINDING_REQUEST1 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) PUBLISH_BINDING_RESPONSE1 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method PUBLISH_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) PUBLISH_IBCREQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) PUBLISH_IBCRESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method PUBLISH_SERVICE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) PUBLISH_SERVICE_DEFINITION_RE3 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) PUBLISH_SERVICE_DEFINITION_RE4 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method REGISTER_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) REGISTER_APPLICATION_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) REGISTER_APPLICATION_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709

Method SUBSCRIBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) SUBSCRIBE_REQUEST2 20120709
2 Exporting OUTPUT Call by reference Type reference (TYPE) SUBSCRIBE_RESPONSE2 20120709
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Error 20120709
2 CX_AI_SYSTEM_FAULT Communication Error 20120709
3 CX_SERVICES_REGISTRY_FAULT1 20120709
History
Last changed by/on SAP  20130531 
SAP Release Created in