SAP ABAP Class CL_SOAP_PLAIN_PROTOCOL (Protocol for plain SOAP Adapter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SOAP_PROTOCOL_ROOT | Class for All SOAP Protocols | 20101215 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_EXECUTABLE | Protocol as Substitute for Server SOAP Application | 20101215 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_SEQUENCE_PROTOCOL | Sequence Protocol | 20101215 |
Properties
| Class | CL_SOAP_PLAIN_PROTOCOL | |
| Short Description | Protocol for plain SOAP Adapter | |
| Super Class | CL_SOAP_PROTOCOL_ROOT | Class for All SOAP Protocols |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20090608 | 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_SOAP_EXECUTABLE | Protocol as Substitute for Server SOAP Application | 20101215 | ||
| 2 | IF_SOAP_SEQUENCE_PROTOCOL | Sequence Protocol | 20101215 |
Friends
Class CL_SOAP_PLAIN_PROTOCOL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ANYURI | 'http://www.sap.com/72L/soap/features/plainSOAPAdapter/' | Type URI Plain SOAP Adapter | 20101215 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SOAP_PLAIN_PROTOCOL' | Class Name | 20101215 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'responsecode200' | 20120124 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'true' | 20120124 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'MessageId' | Name of Message ID in URL | 20101215 | ||
| 6 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_SESSION_PROT | SOAP Runtime Processor Unit ID | 20101217 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'QualityOfService' | 20111209 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'BestEffort' | 20111209 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'ExactlyOnce' | 20111209 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'ExactlyOnceInOrder' | 20111209 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'QueueId' | Name of Queue ID in URL | 20101215 | ||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SOAP_SEQUENCE | logical sequence (SOAP sequence) | 20101215 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 'X' = Duplicate message ID, ' ' = No duplicate Message ID | 20101215 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | XSDBOOLEAN | XSD Truth Value: True/False [ext.] | 20120124 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | SYSUUID_X | Message ID for EO processing | 20110104 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING | 20111209 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | STRING | Queue ID for IO processing | 20110104 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 'X =: Reliable Messaging, ' ' = Best effort | 20101215 |
Methods
Events
Class CL_SOAP_PLAIN_PROTOCOL has no event.
Types
Class CL_SOAP_PLAIN_PROTOCOL has no local type.
Method Signatures
Method CHECK_FOR_DUPLICATE_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | SRTMSGID | Message ID in SOAP Runtime | 20101215 | |||
| 2 | RV_SUCCESSFUL | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101215 |
Method CHECK_FOR_DUPLICATE_MESSAGE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method CHECK_FOR_QOS Signature
Method CHECK_FOR_QOS on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method CHECK_FOR_QOS on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method CONSTRUCTOR on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method ENQUEUE_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | SRTMSGID | Message ID in SOAP Runtime | 20101215 | |||
| 2 | RV_SUCCESSFUL | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101215 |
Method ENQUEUE_MESSAGE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method GET_LOGICAL_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGICAL_SEQUENCE_ID | Call by reference | Type reference (TYPE) | SRT_SEQUENCE_ID | 20110104 | ||||
| 2 | IV_SCHEDULE_SEQUENCE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101215 | |||
| 3 | RR_LOGICAL_SEQUENCE | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_SEQUENCE | Soap Sequence | 20101215 |
Method GET_LOGICAL_SEQUENCE on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method GET_LOGICAL_SEQUENCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOGICAL_SEQUENCE_ID | Value transfer | Type reference (TYPE) | SRT_SEQUENCE_ID | 20110104 |
Method GET_LOGICAL_SEQUENCE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method GET_MESSAGE_ID_BY_WSA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE_ID | Value transfer | Type reference (TYPE) | SRTMSGID | Message ID in SOAP Runtime | 20101215 |
Method GET_MESSAGE_ID_BY_WSA on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method GET_MESSAGE_ID_BY_WSA10 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE_ID | Value transfer | Type reference (TYPE) | SRTMSGID | Message ID in SOAP Runtime | 20111209 |
Method GET_MESSAGE_ID_BY_WSA10 on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method GET_REQUEST_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) | SRTMSGID | Message ID in SOAP Runtime | 20101215 |
Method GET_REQUEST_MESSAGE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method REMOVE_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME_IMPL | Call by reference | Type reference (TYPE) | ANYURI | Any URI | 20101215 |
Method REMOVE_PROTOCOL on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method SET_MESSAGE_ID Signature
Method SET_MESSAGE_ID on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method SET_MESSAGE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method SET_QOS_ID Signature
Method SET_QOS_ID on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method SET_QOS_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
Method SET_QUEUE_ID Signature
Method SET_QUEUE_ID on class CL_SOAP_PLAIN_PROTOCOL has no parameter.
Method SET_QUEUE_ID on class CL_SOAP_PLAIN_PROTOCOL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |