SAP ABAP Class CL_SOAP_PROTOCOL_FACTORY (Generate SOAP 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
⤷
⤷
Properties
| Class | CL_SOAP_PROTOCOL_FACTORY | |
| Short Description | Generate SOAP Protocols | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20030610 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_PROTOCOL_FACTORY has no interface implemented.
Friends
Class CL_SOAP_PROTOCOL_FACTORY 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_PROTOCOL_FACTORY' | 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_PROTOCOLS | SOAP Runtime Processor Unit ID | 20060203 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | b/R/S: Client, Remote Server, Shortcut Server | 20080303 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Generate SOAP Protocol | 20030610 | |
| 2 | Static method | Public | Method | Create Protocol by Implementation Name (Hibernation) | 20061114 | |
| 3 | Static method | Public | Method | Create Multiple SOAP Protocols | 20050810 | |
| 4 | Static method | Private | Method | Determine Default Implementation of Protocol | 20030610 | |
| 5 | Static method | Public | Method | Get Location Type: Client / Remote Server / Shortcut Server | 20080303 | |
| 6 | Static method | Public | Method | Set Location Type: Client / Remote Server / Shortcut Server | 20080303 |
Events
Class CL_SOAP_PROTOCOL_FACTORY has no event.
Types
Class CL_SOAP_PROTOCOL_FACTORY has no local type.
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | ANYURI | CL_SOAP_RUNTIME=>CO_PROTOCOL_URI_SESSION | Name (URI) des Protokolls | 20030610 | ||
| 2 | NAME_IMPL | Call by reference | Type reference (TYPE) | ANYURI | Name (URI) der Protokollimplementierung | 20030610 | |||
| 3 | PROTOCOL_REF | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_PROTOCOL | Protokoll Instanz | 20030610 |
Method CREATE on class CL_SOAP_PROTOCOL_FACTORY has no exception.
Method CREATE_FOR_HIBERNATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME_IMPL | Call by reference | Type reference (TYPE) | ANYURI | Name (URI) der Protokollimplementierung | 20061114 | |||
| 2 | PROTOCOL_REF | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_PROTOCOL | Protokoll Instanz | 20061114 |
Method CREATE_FOR_HIBERNATION on class CL_SOAP_PROTOCOL_FACTORY has no exception.
Method CREATE_PROTOCOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTIVITY_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CONNECTIVITY_TYPE | 20120727 | ||||
| 2 | LOCATION | Call by reference | Type reference (TYPE) | I | Location (Provider / Consumer) | 20071205 | |||
| 3 | PROTOCOLS | Value transfer | Type reference (TYPE) | SOAP_PROTOCOL_LIST | Liste von SOAP Protokollen | 20050810 | |||
| 4 | URIS | Call by reference | Type reference (TYPE) | SOAP_URI_LIST | Liste von SOAP Feature URIs | 20050810 |
Method CREATE_PROTOCOLS on class CL_SOAP_PROTOCOL_FACTORY has no exception.
Method GET_DEFAULT_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | ANYURI | Gewünschtes Protokoll | 20030610 | |||
| 2 | NAME_IMPL | Value transfer | Type reference (TYPE) | ANYURI | Name (URI) der Default Implementierung | 20030610 |
Method GET_DEFAULT_IMPL on class CL_SOAP_PROTOCOL_FACTORY has no exception.
Method GET_LOCATION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCATION_TYPE | Value transfer | Type reference (TYPE) | CHAR1 | b/R/S: Client / Remote Server / Shortcut Server | 20080303 |
Method GET_LOCATION_TYPE on class CL_SOAP_PROTOCOL_FACTORY has no exception.
Method SET_LOCATION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCATION_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | b/R/S: Client / Remote Server / Shortcut Server | 20080303 |
Method SET_LOCATION_TYPE on class CL_SOAP_PROTOCOL_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |