SAP ABAP Class IF_SOAP_TRANSPORT_BINDING (Interface for SOAP Transport Protocols)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SOAP_CONFIGURABLE Property/Feature/Values of Configurable Runtime Objects 20030213
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
Class IF_SOAP_TRANSPORT_BINDING  
Short Description Interface for SOAP Transport Protocols    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020828   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 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
Class IF_SOAP_TRANSPORT_BINDING has no interface implemented.
Friends
Class IF_SOAP_TRANSPORT_BINDING has no friend class.
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 FINISH Instance method Public Method Finish Processing 20081103
2 GET_FEATURE_PROPERTY Instance method Public Method 20030213
3 GET_SUPPORTED_FEATURE_URIS Instance method Public Method 20030213
4 GET_URI Instance method Public Method Read Transport Binding URI 20030122
5 INIT Instance method Public Method Initialization 20021217
6 PREPARE_RESPONSE_FOR_FAULT Instance method Public Method Handle Response Message as SOAP Fault 20030424
7 PROCESS_BODY Instance method Public Method Receives and Deserializes Message Body 20030811
8 PROCESS_HEADER Instance method Public Method Receives and Deserializes Message Header 20030811
9 RECEIVE Instance method Public Method Receive and Deserialize Message 20030811
10 REQUEST Instance method Public Method Access to Request Message 20030116
11 RESPONSE Instance method Public Method Access to Response Message 20030116
12 SEND Instance method Public Method Serialize and Send Message 20021212
13 SET_FEATURE_PROPERTY Instance method Public Method 20030213
14 SET_NODE_TYPE Instance method Public Method Configure Binding for Node Type 20021206
Events
Class IF_SOAP_TRANSPORT_BINDING has no event.
Types
Class IF_SOAP_TRANSPORT_BINDING has no local type.
Method Signatures

Method FINISH Signature

Method FINISH on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method FINISH on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method GET_FEATURE_PROPERTY Signature

Method GET_FEATURE_PROPERTY on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method GET_FEATURE_PROPERTY on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method GET_SUPPORTED_FEATURE_URIS Signature

Method GET_SUPPORTED_FEATURE_URIS on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method GET_SUPPORTED_FEATURE_URIS on class 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 Returning URI Value transfer Type reference (TYPE) ANYURI Transport Binding URI 20030122

Method GET_URI on class 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 Importing CONTEXT Value transfer Object reference (TYPE REF TO) CL_SOAP_CONTEXT Kontext für einen SOAP Aufruf 20030121
2 Importing IS_SOAP_TRANSITION Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20080808
3 Importing NODE_TYPE Value transfer Type reference (TYPE) I 0 Knotentyp 20030108

Method INIT on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method PREPARE_RESPONSE_FOR_FAULT Signature

Method PREPARE_RESPONSE_FOR_FAULT on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PREPARE_RESPONSE_FOR_FAULT on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method PROCESS_BODY Signature

Method PROCESS_BODY on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PROCESS_BODY on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method PROCESS_HEADER Signature

Method PROCESS_HEADER on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method PROCESS_HEADER on class 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 Returning METHOD Value transfer Type reference (TYPE) QNAME 20030811

Method RECEIVE on class 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 Returning MESSAGE Value transfer Object reference (TYPE REF TO) IF_SOAP_MESSAGE Low-Level Message Interface implemented by Transport Binding 20030116

Method REQUEST on class 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 Returning MESSAGE Value transfer Object reference (TYPE REF TO) IF_SOAP_MESSAGE Low-Level Message Interface implemented by Transport Binding 20030116

Method RESPONSE on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method SEND Signature

Method SEND on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method SEND on class IF_SOAP_TRANSPORT_BINDING has no exception.

Method SET_FEATURE_PROPERTY Signature

Method SET_FEATURE_PROPERTY on class IF_SOAP_TRANSPORT_BINDING has no parameter.
Method SET_FEATURE_PROPERTY on class 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 Importing NODE_TYPE Value transfer Type reference (TYPE) I CO_SOAP_RECEIVER Typ eines SOAP-Knotens 20021206

Method SET_NODE_TYPE on class IF_SOAP_TRANSPORT_BINDING has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in