SAP ABAP Interface IF_SOAP_TRANSPORT_BINDING (Interface for SOAP Transport Protocols)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SOAP_HTTP_TRANSPORT_BINDING | SOAP Transport Binding for HTTP | 20021217 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_TRANSPORT_BINDING_ROOT | Abstract Class for All SOAP Transport Bindings | 20030630 |
Properties
| Interface | IF_SOAP_TRANSPORT_BINDING | |
| Short Description | Interface for SOAP Transport Protocols |
General Data
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20020828 | SAP |
| Last changed | 20090618 | SAP |
| 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 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 3 | TSRC | 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 | 20030213 |
Friends
Interface IF_SOAP_TRANSPORT_BINDING has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_FEATURE_URI_TPBND | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_FEATURE_URI_TPBND | Feature for Transport Binding-Relevant Properties | 20030214 | |
| 2 | CO_PROPERTY_URI_TPBND_ACTION | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_PROPERTY_URI_TPBND_ACTION | Property for Transport Binding: SOAP Action | 20030902 | |
| 3 | CO_PROPERTY_URI_TPBND_DEST | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_PROPERTY_URI_TPBND_DEST | Property for Transport Binding: Target as Destination | 20030214 | |
| 4 | CO_PROPERTY_URI_TPBND_DEST_P | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_PROPERTY_URI_TPBND_DEST_P | Property for Transp. Binding: Path Suffix for Targ. as Dest. | 20030902 | |
| 5 | CO_PROPERTY_URI_TPBND_ID | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_PROPERTY_URI_TPBND_ID | Property for Transport Binding: Name (URI) | 20030214 | |
| 6 | CO_PROPERTY_URI_TPBND_URL | Constant | Public | Type reference (TYPE) | ANYURI | TSRC_PROPERTY_URI_TPBND_URL | Property for Transport Binding: Target as URL | 20030214 | |
| 7 | CO_SOAP_RECEIVER | Constant | Public | Type reference (TYPE) | I | 2 | SOAP Node Acts as Recipient | 20021206 | |
| 8 | CO_SOAP_SENDER | Constant | Public | Type reference (TYPE) | I | 1 | SOAP Acts as Sender | 20021206 | |
| 9 | URI | Instance attribute | Public | Type reference (TYPE) | ANYURI | Name (URI) of this Transport Binding Instance | 20030115 | ||
| 10 | __CO_SOAP_INTERMEDIARY | Constant | Public | Type reference (TYPE) | I | 3 | SOAP Node Acts as Intermediary | 20021212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Finish Processing | 20081103 | |
| 2 | Instance method | Public | Method | 20030213 | ||
| 3 | Instance method | Public | Method | 20030213 | ||
| 4 | Instance method | Public | Method | Read Transport Binding URI | 20030122 | |
| 5 | Instance method | Public | Method | Initialization | 20021217 | |
| 6 | Instance method | Public | Method | Handle Response Message as SOAP Fault | 20030424 | |
| 7 | Instance method | Public | Method | Receives and Deserializes Message Body | 20030811 | |
| 8 | Instance method | Public | Method | Receives and Deserializes Message Header | 20030811 | |
| 9 | Instance method | Public | Method | Receive and Deserialize Message | 20030811 | |
| 10 | Instance method | Public | Method | Access to Request Message | 20030116 | |
| 11 | Instance method | Public | Method | Access to Response Message | 20030116 | |
| 12 | Instance method | Public | Method | Serialize and Send Message | 20021212 | |
| 13 | Instance method | Public | Method | 20030213 | ||
| 14 | Instance method | Public | Method | Configure Binding for Node Type | 20021206 |
Events
Interface IF_SOAP_TRANSPORT_BINDING has no event.
Types
Interface IF_SOAP_TRANSPORT_BINDING has no local type.
Method Signatures
Method FINISH Signature
Method FINISH on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method FINISH on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method GET_FEATURE_PROPERTY Signature
Method GET_FEATURE_PROPERTY on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method GET_FEATURE_PROPERTY on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method GET_SUPPORTED_FEATURE_URIS Signature
Method GET_SUPPORTED_FEATURE_URIS on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method GET_SUPPORTED_FEATURE_URIS on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method GET_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URI | Value transfer | Type reference (TYPE) | ANYURI | Transport Binding URI | 20030122 |
Method GET_URI on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | Kontext für einen SOAP Aufruf | 20030121 | |||
| 2 | IS_SOAP_TRANSITION | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20080808 | ||
| 3 | NODE_TYPE | Value transfer | Type reference (TYPE) | I | 0 | Knotentyp | 20030108 |
Method INIT on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method PREPARE_RESPONSE_FOR_FAULT Signature
Method PREPARE_RESPONSE_FOR_FAULT on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PREPARE_RESPONSE_FOR_FAULT on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method PROCESS_BODY Signature
Method PROCESS_BODY on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PROCESS_BODY on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method PROCESS_HEADER Signature
Method PROCESS_HEADER on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PROCESS_HEADER on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method RECEIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Value transfer | Type reference (TYPE) | QNAME | 20030811 |
Method RECEIVE on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE | Low-Level Message Interface implemented by Transport Binding | 20030116 |
Method REQUEST on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE | Low-Level Message Interface implemented by Transport Binding | 20030116 |
Method RESPONSE on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method SEND Signature
Method SEND on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method SEND on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method SET_FEATURE_PROPERTY Signature
Method SET_FEATURE_PROPERTY on Interface IF_SOAP_TRANSPORT_BINDING has no parameter.
Method SET_FEATURE_PROPERTY on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
Method SET_NODE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_TYPE | Value transfer | Type reference (TYPE) | I | CO_SOAP_RECEIVER | Typ eines SOAP-Knotens | 20021206 |
Method SET_NODE_TYPE on Interface IF_SOAP_TRANSPORT_BINDING has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 630 |