SAP ABAP Class CL_SOAP_APPLICATION_IS_IN (XI SOAP Application)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-IEN (Application Component) Integration Engine
     SXMSF (Package) XI: Integration Engine Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_APPLICATION_SERVER Implementation of a SOAP Application Container 20050725
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_EVENT_FOR_SEQUENCE SOAP Event Notification for Sequences 20070123
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_EVENT_ROOT SOAP Event Notification 20070122
Properties
Class CL_SOAP_APPLICATION_IS_IN  
Short Description XI SOAP Application    
Super Class CL_SOAP_APPLICATION_SERVER Implementation of a SOAP Application Container 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXMSF   XI: Integration Engine Runtime 
Created 20050725   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 CL_SOAP_APPLICATION_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SOAP_EVENT_FOR_SEQUENCE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_EVENT_FOR_SEQUENCE SOAP Event Notification for Sequences 20070123
2 IF_SOAP_EVENT_ROOT SOAP Event Notification 20070122
Friends
Class CL_SOAP_APPLICATION_IS_IN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_APPLICATION_NAME Constant Public Type reference (TYPE) ANYURI 'urn:sap-com:soap:runtime:application:is' 20050725
2 CO_CLASS_NAME Constant Protected Type reference (TYPE) STRING 'CL_SOAP_APPLICATION_IS_IN' 20060725
3 CO_PROCESSOR_ID Constant Protected Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_APPLICATION SOAP Runtime Processor Unit ID 20060725
4 CO_SERIAL_VERS_710_0 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '000' Serialization Version 20061114
5 CO_SERIAL_VERS_710_1 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '001' Serialization Version 20061114
6 CO_SERIAL_VERS_CURRENT Constant Private Type reference (TYPE) SRT_SERIAL_VERS CO_SERIAL_VERS_710_1 Serialization Version 20061114
7 CO_SIMPLE_TRANS_ID Constant Private Type reference (TYPE) CXSLTDESC TSRTM_HIB_APPLICATION_IS_IN ABAP Name of Corresponding ST 20061114
8 _MSG_BODY Instance attribute Protected Object reference (TYPE REF TO) IF_SXMLP_FRAGMENT 20060208
9 _PART_FAC Instance attribute Protected Object reference (TYPE REF TO) IF_SXMLP_FACTORY 20060208
10 _SENDER_PROT Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_SENDER_ADR_PROTOCOL Protocol Interface of Session Protocol 20051109
11 _SRV_SEQU Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_SRV_SEQU 20060412
12 _TEST Instance attribute Protected Type reference (TYPE) CHAR1 Single-Character Flag 20070102
Methods
# Method Level Visibility Method type Description Created on
1 ADD_IS_TO_HOPLIST Instance method Protected Method 20090114
2 ADD_TO_HOPLIST Instance method Protected Method 20061031
3 BUILD_REQUEST Instance method Protected Method 20080124
4 BUILD_SYNC_RESPONSE Instance method Protected Method 20080124
5 CALL_PMI Instance method Protected Method 20090114
6 CALL_XI_PIPELINE Instance method Protected Method 20070102
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050725
8 CREATE_RO_TO_HLO Instance method Protected Method 20070104
9 CREATE_XI_ERRRESP_AND_PI_ALERT Instance method Public Method 20110816
10 DETERMINE_ASYNC_QOS Instance method Protected Method 20060411
11 DETERMINE_BE_SCENARIO Instance method Protected Method 20070725
12 FILL_PART Instance method Private Method Fills xml_list part in basis class 20061114
13 GET_WS_MSGID Instance method Protected Method 20060124
14 PREPARE_REQUEST Instance method Protected Method 20060530
15 SET_INBOUND_BINDING Instance method Protected Method 20060808
16 SET_RUNTIME_OBJECT Instance method Protected Method 20050831
17 TERMINATE_OUT_SEQU_HARD Static method Public Method 20060609
18 TERMINATE_OUT_SEQU_SOFT Static method Public Method 20060609
19 TERMINATE_TECH_SEQU Instance method Public Method 20090113
20 TRANSFER_METERING_DATA Instance method Protected Method 20080721
21 VALIDATE_SYNC_REQU Instance method Protected Method 20110714
22 VIRUS_SCAN_SYNC_REQU Instance method Protected Method 20110927
Events
Class CL_SOAP_APPLICATION_IS_IN has no event.
Types
Class CL_SOAP_APPLICATION_IS_IN has no local type.
Method Signatures

Method ADD_IS_TO_HOPLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20090114
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20090114

Method ADD_TO_HOPLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOPLIST_HEADER Call by reference Object reference (TYPE REF TO) CL_XMS_MSGHDR30_HOPLIST XI: Hoplist Property einer XI Message 20061031
2 Importing MSGID Call by reference Type reference (TYPE) SXMSMGUID XI: Message-Id 20061031
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061031

Method BUILD_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE Value transfer Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB 20080124
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20080124

Method BUILD_SYNC_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Value transfer Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB 20080124
# Exception Resumable Description Created on
1 CX_SOAP_NOT_SUPPORTED soap core exception 20080124
2 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20080124

Method CALL_PMI Signature

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

Method CALL_PMI on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method CALL_XI_PIPELINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20070102
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20070102

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USAGE_DT Value transfer Type reference (TYPE) BOOLEAN '-' Instantiierung zur Design Time? 20050725

Method CONSTRUCTOR on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method CREATE_RO_TO_HLO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HLO Call by reference Object reference (TYPE REF TO) CL_XMS_MSGHDR30_HOPLIST XI: HopList Konstanten 20070104
2 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20070104
3 Exporting RO Call by reference Object reference (TYPE REF TO) CL_XMS_RUN_TIME_ENV XMS: Laufzeitumgebung 20070104
4 Exporting TO Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20070104

Method CREATE_RO_TO_HLO on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method CREATE_XI_ERRRESP_AND_PI_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20110816
2 Importing MSGID Call by reference Type reference (TYPE) SXMSGUID GUID für Objekte der Integration Engine 20110816
3 Importing MSGSTAT Call by reference Type reference (TYPE) SXMSPMSTAT Integration Engine: Status einer Message 20110816
4 Importing QOS Call by reference Type reference (TYPE) SXMSQOS Integration Engine: Quality of Service 20110816
5 Importing SYSTEM_ERROR Call by reference Object reference (TYPE REF TO) CX_XMS_SYSTEM_ERROR XI: Systemfehler 20110816

Method CREATE_XI_ERRRESP_AND_PI_ALERT on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method DETERMINE_ASYNC_QOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting QOS Value transfer Type reference (TYPE) SXMSQOS Einstelliges Kennzeichen 20060411
2 Exporting QUEUE_ID Call by reference Type reference (TYPE) SXMSQID ID für Message-Queue 20060411
3 Exporting RETRY Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20060411
4 Exporting SEQU_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_QUEUE_IDENT 20060411
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060523

Method DETERMINE_BE_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LAST_MESSAGE Call by reference Type reference (TYPE) SXMS_LAST_MESSAGE WSRM LastMessage 20070725
2 Exporting SCENARIO Call by reference Type reference (TYPE) SXMS_SCENARIO Szenario 20070725
3 Exporting SEQU_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_QUEUE_IDENT 20070725
4 Exporting SEQU_NUM Call by reference Type reference (TYPE) SXMS_SEQU_NUM Sequenznummer 20070725
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20070725

Method FILL_PART Signature

Method FILL_PART on class CL_SOAP_APPLICATION_IS_IN has no parameter.
Method FILL_PART on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method GET_WS_MSGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MSGID Value transfer Type reference (TYPE) SXMSMGUID XI: Message-Id 20060124
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060530

Method PREPARE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) CL_SOAP_CONTEXT Kontext für einen SOAP Aufruf 20060530

Method PREPARE_REQUEST on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method SET_INBOUND_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20060808
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060808

Method SET_RUNTIME_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAST_MESSAGE Call by reference Type reference (TYPE) SXMS_LAST_MESSAGE WSRM LastMessage 20070725
2 Importing MESSAGE_SIZE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050906
3 Importing MSGID Call by reference Type reference (TYPE) SXMSMGUID XI: Message-Id 20050915
4 Importing MTOM_ENABLED Call by reference Type reference (TYPE) SXMS_MTOM_ENABLED 'MTOM-Attachments vorhanden'-Flag 20070327
5 Importing RETRY Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050915
6 Importing RO Call by reference Object reference (TYPE REF TO) CL_XMS_RUN_TIME_ENV XMS: Laufzeitumgebung 20050831
7 Importing SCENARIO Call by reference Type reference (TYPE) SXMS_SCENARIO Szenario 20070522
8 Importing SEQU_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID 20060404
9 Importing SEQU_NUM Call by reference Type reference (TYPE) SXMS_SEQU_NUM Sequenznummer 20070522

Method SET_RUNTIME_OBJECT on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method TERMINATE_OUT_SEQU_HARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQUENCE_TAB Call by reference Type reference (TYPE) IF_SOAP_EVENT_FOR_SEQUENCE=>SEQUENCE_ID_LIST Sequenz-Queue-Ident. 20070125

Method TERMINATE_OUT_SEQU_HARD on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method TERMINATE_OUT_SEQU_SOFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQUENCE_TAB Call by reference Type reference (TYPE) IF_SOAP_EVENT_FOR_SEQUENCE=>SEQUENCE_ID_LIST Sequenz-Queue-Ident. 20070125

Method TERMINATE_OUT_SEQU_SOFT on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method TERMINATE_TECH_SEQU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQUENCE_ID Call by reference Type reference (TYPE) SRT_SEQ_ID SOAP Sequence ID 20090113

Method TERMINATE_TECH_SEQU on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method TRANSFER_METERING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE XI: internal message interface 20080721
2 Importing RUNTIME_PROT Call by reference Object reference (TYPE REF TO) IF_SOAP_RUNTIME_PROTOCOL Protokollschnittstelle der SOAP-Laufzeit 20080721

Method TRANSFER_METERING_DATA on class CL_SOAP_APPLICATION_IS_IN has no exception.

Method VALIDATE_SYNC_REQU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TRACE Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE higher level message interface 20110805
2 Importing XI_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20110714
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20110714

Method VIRUS_SCAN_SYNC_REQU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TRACE Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE higher level message interface 20110927
2 Importing XI_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20110927
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20110927
History
Last changed by/on SAP  20130531 
SAP Release Created in 710