SAP ABAP Class CL_SOAP_TRANSPORT_BINDING_ROOT (Abstract Class for All SOAP Transport Bindings)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_CONFIGURABLE | Property/Feature/Values of Configurable Runtime Objects | 20030630 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_HIBERNATION | Hibernate and Wake Runtime Context | 20050512 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_TRANSPORT_BINDING | Interface for SOAP Transport Protocols | 20030630 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SOAP_HTTP_TPBND_ROOT | Abstract Class for All SOAP HTTP Transport Bindings | 20030630 |
Properties
| Class | CL_SOAP_TRANSPORT_BINDING_ROOT | |
| Short Description | Abstract Class for All SOAP Transport Bindings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20030630 | SAP |
| Last change | 20090618 | 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) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SOAP_CONFIGURABLE | Property/Feature/Values of Configurable Runtime Objects | 20030630 | ||
| 2 | IF_SOAP_HIBERNATION | Hibernate and Wake Runtime Context | 20050512 | ||
| 3 | IF_SOAP_TRANSPORT_BINDING | Interface for SOAP Transport Protocols | 20030630 |
Friends
Class CL_SOAP_TRANSPORT_BINDING_ROOT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SOAP_TRANSPORT_BINDING_ROOT' | Class Name | 20040415 | ||
| 2 | Constant | Private | Type reference (TYPE) | SRT_MONI_ERRORAREA | TSRTM_ERRAREA_CORE | Area ID | 20070307 | ||
| 3 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_TRANSP_BND | SOAP Runtime Processor Unit ID | 20060203 | ||
| 4 | Constant | Private | Type reference (TYPE) | SRT_SERIAL_VERS | '000' | Serialization Version | 20061109 | ||
| 5 | Constant | Private | Type reference (TYPE) | SRT_SERIAL_VERS | '001' | Serialization Version | 20061109 | ||
| 6 | Constant | Private | Type reference (TYPE) | SRT_SERIAL_VERS | CO_SERIAL_VERS_710_1 | Serialization Version | 20061109 | ||
| 7 | Constant | Private | Type reference (TYPE) | CXSLTDESC | TSRTM_HIB_TB_ROOT | ABAP Name of Corresponding ST | 20061114 | ||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | Context for SOAP Call | 20030630 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SOAP_ENVIRONMENT | Global SOAP Runtime Environment | 20030630 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | ANYURI | Current Feature URI | 20051115 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | SOAP_URI_LIST | List of SOAP Feature URIs | 20030630 | |||
| 12 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE_PART | Current Message for Serialization | 20030630 | |||
| 13 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_MESSAGE_PART | Current Message Part | 20030701 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | I | SOAP Node Type (Sender, Receiver) | 20030630 | |||
| 15 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SOAP_PART_OBSERVER | 20030630 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | TSOAP_TRUE | Boolean Variable (X=True, -=False, Space=Unknown) | 20050930 | ||
| 17 | Instance attribute | Protected | Type reference (TYPE) | ANYURI | Name (URI) of SOAP Message Version Used | 20030701 | |||
| 18 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE_PART | SOAP Message for Request | 20030630 | |||
| 19 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE_PART | SOAP Message for Response | 20030630 | |||
| 20 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | ' ' | Write Request to Trace | 20040527 | ||
| 21 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | ' ' | Write Response to Trace | 20040527 | ||
| 22 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXMLP_LIST | List Part for New Serialization | 20061114 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | STRING | Class Name Used Internally | 20030630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030630 | |
| 2 | Instance method | Private | Method | Fills XML Part of Directly Serializable Attributes | 20050610 |
Events
Class CL_SOAP_TRANSPORT_BINDING_ROOT has no event.
Types
Class CL_SOAP_TRANSPORT_BINDING_ROOT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TPBND_URI | Call by reference | Type reference (TYPE) | ANYURI | Any URI | 20080630 |
Method CONSTRUCTOR on class CL_SOAP_TRANSPORT_BINDING_ROOT has no exception.
Method FILL_PART Signature
Method FILL_PART on class CL_SOAP_TRANSPORT_BINDING_ROOT has no parameter.
Method FILL_PART on class CL_SOAP_TRANSPORT_BINDING_ROOT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 640 |