SAP ABAP Class IF_SOAP_APPLICATION_RT (Interface of SOAP Application for SOAP Runtime)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_APPLICATION | Implementation of a SOAP Application Container | 20030211 |
Properties
| Class | IF_SOAP_APPLICATION_RT | |
| Short Description | Interface of SOAP Application for SOAP Runtime | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030211 | SAP |
| Last change | 20110908 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SOAP_APPLICATION_RT has no interface implemented.
Friends
Class IF_SOAP_APPLICATION_RT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | Name (to Display) | 20030211 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | ANYURI | End Point URI | 20030211 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ANYURI | Name (as URI) | 20030211 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 20110504 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Execute Application Logic (Server-Side) | 20030211 | |
| 2 | Instance method | Public | Method | Finish Processing | 20081106 | |
| 3 | Instance method | Public | Method | Requesting all SOAP Protocols of the Application | 20030211 | |
| 4 | Instance method | Public | Method | Query Specific SOAP Protocol | 20030610 | |
| 5 | Instance method | Public | Method | Request the Request Message | 20030211 | |
| 6 | Instance method | Public | Method | Request the Response Message | 20030211 | |
| 7 | Instance method | Public | Method | Request the SOAP Role(s) | 20030211 | |
| 8 | Instance method | Public | Method | Request sequence protocol | 20110104 | |
| 9 | Instance method | Public | Method | Request Transport Bindings of the Application | 20030211 | |
| 10 | Instance method | Public | Method | Initialize Application with Configuration | 20030211 | |
| 11 | Instance method | Public | Method | Initialization for Request Processing | 20030211 | |
| 12 | Instance method | Public | Method | Initialize Application on Provider Side, after queueing | 20101223 | |
| 13 | Instance method | Public | Method | Initialize Application with WS Key (Server Only) | 20030211 |
Events
Class IF_SOAP_APPLICATION_RT has no event.
Types
Class IF_SOAP_APPLICATION_RT has no local type.
Method Signatures
Method EXEC_PROCESSING Signature
Method EXEC_PROCESSING on class IF_SOAP_APPLICATION_RT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | soap application exception | 20030903 |
Method FINISH Signature
Method FINISH on class IF_SOAP_APPLICATION_RT has no parameter.
Method FINISH on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_PROTOCOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROTOCOLS | Value transfer | Type reference (TYPE) | SOAP_PROTOCOL_LIST | Liste von SOAP Protokollen | 20030211 |
Method GET_PROTOCOLS on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_PROTOCOL_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROTOCOL_NAME | Value transfer | Type reference (TYPE) | ANYURI | CL_SOAP_RUNTIME=>CO_PROTOCOL_URI_SESSION | Name (URI) des gewünschten SOAP Protokolls | 20030610 | ||
| 2 | PROTOCOL_REF | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_PROTOCOL | SOAP Protokoll Instanz | 20030610 |
Method GET_PROTOCOL_BY_NAME on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_REQUEST_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE | aktuelle Request Message | 20030211 |
Method GET_REQUEST_MESSAGE on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_RESPONSE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_MESSAGE | Response Message | 20030211 |
Method GET_RESPONSE_MESSAGE on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROLES | Value transfer | Type reference (TYPE) | SOAP_ROLES_LIST | Rollen | 20030211 |
Method GET_ROLES on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_SEQUENCE_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SEQUENCE_PROTOCOL | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_SEQUENCE_PROTOCOL | Sequence Protocol | 20110104 |
Method GET_SEQUENCE_PROTOCOL on class IF_SOAP_APPLICATION_RT has no exception.
Method GET_TRANSPORT_BINDING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TRANSPORT_BINDING | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_TRANSPORT_BINDING | aktuelles TransportBinding Objekt | 20030211 |
Method GET_TRANSPORT_BINDING on class IF_SOAP_APPLICATION_RT has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIGURATION | Call by reference | Type reference (TYPE) | SOAP_CFG_LIST | feature-property-value liste | 20030211 |
Method INIT on class IF_SOAP_APPLICATION_RT has no exception.
Method INIT_PROCESSING 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 (Serverseite) | 20030211 | |||
| 2 | OPERATION | Value transfer | Type reference (TYPE) | QNAME | QName der gerufenen Operation (Serverseite) | 20030812 |
Method INIT_PROCESSING on class IF_SOAP_APPLICATION_RT has no exception.
Method INIT_Q4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | Context | 20101223 |
Method INIT_Q4 on class IF_SOAP_APPLICATION_RT has no exception.
Method INIT_WS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WS_KEY | Call by reference | Type reference (TYPE) | SCR_WSCFG_KEY | WebService Konfigurations-Key | 20030211 |
Method INIT_WS on class IF_SOAP_APPLICATION_RT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |