SAP ABAP Class CL_WS_PROXY_RUNTIME_INBOUND (Call ABAP Web Service)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_PROXY_RT (Package) Proxy Runtime of Web Services Infrastructure
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_PROXY_RUNTIME_INBOUND Call ABAP Web Service 20050616
Properties
Class CL_WS_PROXY_RUNTIME_INBOUND  
Short Description Call ABAP Web Service    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_PROXY_RT   Proxy Runtime of Web Services Infrastructure 
Created 20050616   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)
2 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WS_PROXY_RUNTIME_INBOUND Call ABAP Web Service 20050616
Friends
# Friend Modeled only Created on Description
1 CL_WS_PROXY_FACTORY 20050616 Create Proxy Runtime Instances
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_WS_PROXY_RUNTIME_INBOUND' 20061208
2 CO_ERR_AREA_ID Constant Private Type reference (TYPE) SRT_MONI_ERRORAREA TSRTM_ERRAREA_EP Area ID 20070307
3 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_PROXY_FRAMEWORK SOAP Runtime Processor Unit ID 20061208
4 IS_ASYNC_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE True for local call 20120420
5 IS_LOCAL_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE True for local call 20120403
6 MO_RECORDER_PART Instance attribute Private Object reference (TYPE REF TO) CL_WS_PART_RECORDER 20120627
7 M_REQUEST_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_PART 20081209
8 M_SERVICE_DEF Instance attribute Private Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120327
9 PROXY_ADAPTER Instance attribute Private Object reference (TYPE REF TO) IF_PROXY_INBOUND_ADAPTER Generic Inbound Proxy 20050616
10 PROXY_ADAPTER_REGISTRY Static Attribute Private Type reference (TYPE) TY_PROXY_ADAPTER_REGISTRY_TAB Registry for Proxy Adapter Instances 20051115
11 SERVER_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WS_SERVER_CONTEXT Server Context 20050616
12 SOAP_APPLICATION Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_APPLICATION_RT Interface of SOAP Application for Client Applications 20050616
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050616
2 GET_PROTOCOL Instance method Private Method Gets Reference to Protocol Instance 20050719
3 SET_ASYNC_CALL Instance method Public Method Marks call as async 20120420
4 SET_LOCAL_CALL Instance method Public Method Marks call as local 20120403
5 SET_SERVICE_DEF Instance method Public Method Sets service definition 20120327
6 UPDATE_MESSAGE_ID Instance method Private Method Sets Message ID in WS Protocol 20050719
7 WS_PROCESS_ATTACHMENTS_REQ Instance method Private Method Processes Attachment for Request 20050804
8 WS_PROCESS_ATTACHMENTS_RESP Instance method Private Method Processes Attachment for Response 20050804
9 WS_PROCESS_CONN_PROT Instance method Private Method 20130115
Events
Class CL_WS_PROXY_RUNTIME_INBOUND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_PROXY_ADAPTER_REGISTRY_LN Private See coding Line of Registry for Proxy Adapter Instances 20051115 begin of TY_PROXY_ADAPTER_REGISTRY_LN . types SERVICE_INTERFACE type STRING . types PROXY_ADAPTER type ref to IF_PROXY_INBOUND_ADAPTER . types end of TY_PROXY_ADAPTER_REGISTRY_LN
2 TY_PROXY_ADAPTER_REGISTRY_TAB Private See coding Registry for Proxy Adapter Instances 20051115 TY_PROXY_ADAPTER_REGISTRY_TAB type standard table of TY_PROXY_ADAPTER_REGISTRY_LN
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVICE_INTERFACE Call by reference Type reference (TYPE) CSEQUENCE IFR Interface 20050616
2 Importing SERVICE_INTERFACE_EXTERNAL Call by reference Type reference (TYPE) PRX_IFRINT External interface name 20110510
3 Importing SOAP_APPLICATION Call by reference Object reference (TYPE REF TO) IF_SOAP_APPLICATION_RT Schnittstelle einer SOAP Applikation für die SOAP Laufzeit 20050616
4 Importing XI_SERVER_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WS_SERVER_CONTEXT Proxy Server Context 20110711

Method CONSTRUCTOR on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method GET_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROTOCOL Value transfer Object reference (TYPE REF TO) IF_WSPROTOCOL ABAP Proxies: Zur Verfügung stehende Protokolle 20050719
2 Importing PROTOCOL_NAME Call by reference Type reference (TYPE) STRING 20050719
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20050719

Method SET_ASYNC_CALL Signature

Method SET_ASYNC_CALL on class CL_WS_PROXY_RUNTIME_INBOUND has no parameter.
Method SET_ASYNC_CALL on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method SET_LOCAL_CALL Signature

Method SET_LOCAL_CALL on class CL_WS_PROXY_RUNTIME_INBOUND has no parameter.
Method SET_LOCAL_CALL on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method SET_SERVICE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120327

Method SET_SERVICE_DEF on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method UPDATE_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MESSAGE_ID Value transfer Type reference (TYPE) SXMSMGUID 20120301

Method UPDATE_MESSAGE_ID on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method WS_PROCESS_ATTACHMENTS_REQ Signature

Method WS_PROCESS_ATTACHMENTS_REQ on class CL_WS_PROXY_RUNTIME_INBOUND has no parameter.
Method WS_PROCESS_ATTACHMENTS_REQ on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method WS_PROCESS_ATTACHMENTS_RESP Signature

Method WS_PROCESS_ATTACHMENTS_RESP on class CL_WS_PROXY_RUNTIME_INBOUND has no parameter.
Method WS_PROCESS_ATTACHMENTS_RESP on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.

Method WS_PROCESS_CONN_PROT Signature

Method WS_PROCESS_CONN_PROT on class CL_WS_PROXY_RUNTIME_INBOUND has no parameter.
Method WS_PROCESS_CONN_PROT on class CL_WS_PROXY_RUNTIME_INBOUND has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710