SAP ABAP Interface IF_SWF_WSI_MESSAGE (Message Interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_HTTP (Package) Incorporation of External Services with HTTP into a Workflow
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_WSI_MESSAGE_HTTP | Message in httpUrlEncoded Format | 20020314 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_WSI_MESSAGE_LOCAL | Message in httpUrlEncoded Format | 20021030 |
Properties
| Interface | IF_SWF_WSI_MESSAGE | |
| Short Description | Message Interface |
General Data
| Package | SWF_HTTP | Incorporation of External Services with HTTP into a Workflow |
| Created | 20011116 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SWF_WSI_MESSAGE has no forward declaration.
Interfaces
Interface IF_SWF_WSI_MESSAGE has no interface.
Friends
Interface IF_SWF_WSI_MESSAGE has no friend.
Attributes
Interface IF_SWF_WSI_MESSAGE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates an HTTP Request | 20020315 | |
| 2 | Instance method | Public | Method | Processing HTTP callback | 20020315 | |
| 3 | Instance method | Public | Method | Processing name-value pair as parameter | 20021030 | |
| 4 | Instance method | Public | Method | Processing HTTP response | 20020315 | |
| 5 | Instance method | Public | Method | Delivers Type of Message (Input, Output, Fault) | 20011126 | |
| 6 | Instance method | Public | Method | Delivers String Representation of Message | 20011121 | |
| 7 | Instance method | Public | Method | Delivers Name of Message | 20011116 | |
| 8 | Instance method | Public | Method | Delivers Message Part | 20011116 | |
| 9 | Instance method | Public | Method | Delivers Iterator About the Message Parts | 20020222 | |
| 10 | Instance method | Public | Method | Delivers List of all Message Part Names | 20011127 |
Events
Interface IF_SWF_WSI_MESSAGE has no event.
Types
Interface IF_SWF_WSI_MESSAGE has no local type.
Method Signatures
Method BUILD_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HTTP_VERB | Call by reference | Type reference (TYPE) | SWFWSHTTPVERB | HTTP-Verb (GET od. POST) | 20020315 | |||
| 2 | I_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20020315 |
Method BUILD_REQUEST on Interface IF_SWF_WSI_MESSAGE has no exception.
Method DIGEST_CALLBACK_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20020315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im WebServices-Handler | 20020315 |
Method DIGEST_NAME_VALUE_PAIRS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARAMETERS_NVP | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20021030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im WebServices-Handler | 20021030 |
Method DIGEST_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20020315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im WebServices-Handler | 20020315 |
Method GET_MESSAGE_KIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MESSAGE_KIND | Call by reference | Type reference (TYPE) | SWFWSMSKND | Art der Nachricht (input, output, fault) | 20011126 |
Method GET_MESSAGE_KIND on Interface IF_SWF_WSI_MESSAGE has no exception.
Method GET_MESSAGE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20011121 |
Method GET_MESSAGE_STRING on Interface IF_SWF_WSI_MESSAGE has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NAME | Value transfer | Type reference (TYPE) | STRING | 20011116 |
Method GET_NAME on Interface IF_SWF_WSI_MESSAGE has no exception.
Method GET_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Value transfer | Type reference (TYPE) | STRING | 20011116 | ||||
| 2 | R_PART | Call by reference | Object reference (TYPE REF TO) | IF_SWF_WSI_PART | Message-Part-Interface | 20011116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im WebServices-Handler | 20011126 |
Method GET_PART_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PART_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SWF_WSS_PART_ITERATOR | Iterator über die Message-Parts | 20020222 |
Method GET_PART_ITERATOR on Interface IF_SWF_WSI_MESSAGE has no exception.
Method GET_PART_NAME_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PART_NAME_LIST | Call by reference | Type reference (TYPE) | SWFWSNMLST | Liste von Namen | 20011127 |
Method GET_PART_NAME_LIST on Interface IF_SWF_WSI_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |