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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_WS_PROXY_RUNTIME_INBOUND' | 20061208 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | SRT_MONI_ERRORAREA | TSRTM_ERRAREA_EP | Area ID | 20070307 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_PROXY_FRAMEWORK | SOAP Runtime Processor Unit ID | 20061208 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True for local call | 20120420 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True for local call | 20120403 | |
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WS_PART_RECORDER | 20120627 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_PART | 20081209 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_WSP_DT_OBJ_NAME | WSP Name of Interface Object | 20120327 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_PROXY_INBOUND_ADAPTER | Generic Inbound Proxy | 20050616 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_PROXY_ADAPTER_REGISTRY_TAB | Registry for Proxy Adapter Instances | 20051115 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WS_SERVER_CONTEXT | Server Context | 20050616 | ||
12 | ![]() |
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 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050616 |
2 | ![]() |
Instance method | Private | Method | Gets Reference to Protocol Instance | 20050719 |
3 | ![]() |
Instance method | Public | Method | Marks call as async | 20120420 |
4 | ![]() |
Instance method | Public | Method | Marks call as local | 20120403 |
5 | ![]() |
Instance method | Public | Method | Sets service definition | 20120327 |
6 | ![]() |
Instance method | Private | Method | Sets Message ID in WS Protocol | 20050719 |
7 | ![]() |
Instance method | Private | Method | Processes Attachment for Request | 20050804 |
8 | ![]() |
Instance method | Private | Method | Processes Attachment for Response | 20050804 |
9 | ![]() |
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 | ![]() |
SERVICE_INTERFACE | Call by reference | Type reference (TYPE) | CSEQUENCE | IFR Interface | 20050616 | ||
2 | ![]() |
SERVICE_INTERFACE_EXTERNAL | Call by reference | Type reference (TYPE) | PRX_IFRINT | External interface name | 20110510 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
PROTOCOL | Value transfer | Object reference (TYPE REF TO) | IF_WSPROTOCOL | ABAP Proxies: Zur Verfügung stehende Protokolle | 20050719 | ||
2 | ![]() |
PROTOCOL_NAME | Call by reference | Type reference (TYPE) | STRING | 20050719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
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 |