SAP ABAP Class CL_XMS_SINGLE_MSG_SERVICES (Message Services)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-IEN (Application Component) Integration Engine
     SXMSF (Package) XI: Integration Engine Runtime
Properties
Class CL_XMS_SINGLE_MSG_SERVICES  
Short Description Message Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXMSF   XI: Integration Engine Runtime 
Created 20061025   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XMS_SINGLE_MSG_SERVICES has no forward declaration.
Interfaces
Class CL_XMS_SINGLE_MSG_SERVICES has no interface implemented.
Friends
Class CL_XMS_SINGLE_MSG_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FALSE Constant Public Type reference (TYPE) SXMSFLAG '0' Value 20061027
2 CO_HTTP Constant Public Type reference (TYPE) STRING 'HTTPplain' 20061025
3 CO_HTTPS_WITHOUT_CA Constant Public Type reference (TYPE) STRING 'HTTPSwithouthClientAuth' 20061025
4 CO_HTTPS_WITH_CA Constant Public Type reference (TYPE) STRING 'HTTPSwithClientAuth' 20061025
5 CO_HTTP_SEC_LEVEL Constant Public Type reference (TYPE) STRING 'securityLevelHTTP' 20061025
6 CO_TRUE Constant Public Type reference (TYPE) SXMSFLAG '1' Value 20061027
7 _AO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_ACK XMS: XI Message Ack Property 20061025
8 _BIND_FAC Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_WS_SND_AGR_BUF Buffer for WS Sender Agreements 20080215
9 _DG Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_DIAGNOSTICS XI: Diagnostics SOAP Header 20061025
10 _DY Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_DYNAMIC XI: Dynamic SOAP Header 20061025
11 _EO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_ERROR XI: Error SOAP Header 20061025
12 _HLO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_HOPLIST XI: XI Message Hop List Property 20061025
13 _HO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_MAIN XI: Main SOAP Header 20061025
14 _IO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_INTERNAL_ATTRIBUTES XMS: Internal Attributes 20061025
15 _MO Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB Higher Level Message Interface 20061025
16 _MOINT Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_MESSAGE XI: Internal Message Interface 20061025
17 _PFO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_RUN_TIME_PERF XMS: Runtime Measurement 20061025
18 _RM Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_RM XI: Reliable Messaging SOAP Header 20061025
19 _RO Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_RUN_TIME_ENV XMS: Runtime Environment 20061025
20 _SYS Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_SYSTEM XI: System SOAP Header 20061025
21 _TO Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20061025
Methods
# Method Level Visibility Method type Description Created on
1 ACL_CHECK Instance method Public Method 20061027
2 CHECK_ADP_FW Instance method Protected Method 20061218
3 CHECK_CONSISTENCY_BASIC Instance method Public Method 20061030
4 CHECK_INBOUND_SECURITY Instance method Public Method 20061025
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061025
6 FIND_ALIAS_ENGINE_NAME Instance method Public Method 20110808
7 GET_DISPLAY_TEXT Instance method Protected Method 20061025
8 GET_INBOUND_SECURITY_LEVEL Instance method Protected Method 20061025
9 GET_INBOUND_SEC_LEVEL_CHANNEL Instance method Protected Method 20061025
10 GET_OUTBOUND_BINDING Instance method Public Method 20061115
11 HANDLE_HOPLIST_ON_ENTRY Instance method Public Method 20061027
12 LOOP_DETECTION Instance method Protected Method 20061222
13 NORMALIZE Instance method Public Method 20061025
14 SET_HEADERS Instance method Protected Method 20061027
15 SET_INBOUND_BINDING Instance method Public Method 20061025
16 SET_INBOUND_BIND_AND_ADP_IN Instance method Public Method 20061218
17 SET_RUNTIME_ACK_STATUS Instance method Public Method 20070202
18 SET_SENDER_RECEIVER_IF Instance method Public Method 20061027
19 SET_START_PIPELINE Instance method Public Method 20061027
Events
Class CL_XMS_SINGLE_MSG_SERVICES has no event.
Types
Class CL_XMS_SINGLE_MSG_SERVICES has no local type.
Method Signatures

Method ACL_CHECK Signature

Method ACL_CHECK on class CL_XMS_SINGLE_MSG_SERVICES has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061027

Method CHECK_ADP_FW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FROM_AF Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20061218
2 Exporting IN_BIND_ID Call by reference Type reference (TYPE) SXMSGUID GUID für Objekte der Integration Engine 20061218
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061218

Method CHECK_CONSISTENCY_BASIC Signature

Method CHECK_CONSISTENCY_BASIC on class CL_XMS_SINGLE_MSG_SERVICES has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061030

Method CHECK_INBOUND_SECURITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20061025
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061025

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MO Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20061025

Method CONSTRUCTOR on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method FIND_ALIAS_ENGINE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENGINE_NAME Call by reference Type reference (TYPE) STRING 20110808
2 Returning RETURN Value transfer Type reference (TYPE) STRING 20110808

Method FIND_ALIAS_ENGINE_NAME on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method GET_DISPLAY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEC_LEVEL Call by reference Type reference (TYPE) I 20061025
2 Returning SEC_LEVEL_TXT Value transfer Type reference (TYPE) STRING 20061025

Method GET_DISPLAY_TEXT on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method GET_INBOUND_SECURITY_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SECURITY_LEVEL Value transfer Type reference (TYPE) I 20061025
2 Importing SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20061025

Method GET_INBOUND_SECURITY_LEVEL on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method GET_INBOUND_SEC_LEVEL_CHANNEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SECURITY_LEVEL Value transfer Type reference (TYPE) I 20061025

Method GET_INBOUND_SEC_LEVEL_CHANNEL on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method GET_OUTBOUND_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTBOUND_BINDING Value transfer Object reference (TYPE REF TO) CL_SRV_BINDING XI Services: Inbound und Outbound Binding 20061115
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061115

Method HANDLE_HOPLIST_ON_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOP Call by reference Type reference (TYPE) SXMSHOP XI: Beschreibung eines XI Peers in der Hop-Liste 20061027
2 Importing PID Call by reference Type reference (TYPE) SXMSPID Integration Engine: Pipeline-ID 20061027
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061027

Method LOOP_DETECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOP Call by reference Type reference (TYPE) SXMSHOP XI: Beschreibung eines XI Peers in der Hop-Liste 20061222
2 Importing PID Call by reference Type reference (TYPE) SXMSPID Integration Engine: Pipeline-ID 20061222
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061222

Method NORMALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HANDLE Call by reference Object reference (TYPE REF TO) CL_XMS_TRACE_HANDLE Logisches Trace-Handle 20061215
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061025

Method SET_HEADERS Signature

Method SET_HEADERS on class CL_XMS_SINGLE_MSG_SERVICES has no parameter.
Method SET_HEADERS on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method SET_INBOUND_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER Call by reference Type reference (TYPE) SSRV_ADAPTER_NAME XI Services: Adapter Name 20070104
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061025

Method SET_INBOUND_BIND_AND_ADP_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER Call by reference Type reference (TYPE) SSRV_ADAPTER_NAME XI Services: Adapter Name 20070104
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061218

Method SET_RUNTIME_ACK_STATUS Signature

Method SET_RUNTIME_ACK_STATUS on class CL_XMS_SINGLE_MSG_SERVICES has no parameter.
Method SET_RUNTIME_ACK_STATUS on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method SET_SENDER_RECEIVER_IF Signature

Method SET_SENDER_RECEIVER_IF on class CL_XMS_SINGLE_MSG_SERVICES has no parameter.
Method SET_SENDER_RECEIVER_IF on class CL_XMS_SINGLE_MSG_SERVICES has no exception.

Method SET_START_PIPELINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXT_PL_ID Call by reference Type reference (TYPE) SXMSPIDEXT Integration Engine: logische Pipeline-ID 20061027
2 Importing XMB_TYPE Call by reference Type reference (TYPE) SXMSTYPE Typ der Integration Engine 20061027

Method SET_START_PIPELINE on class CL_XMS_SINGLE_MSG_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710