SAP ABAP Class CL_SWF_WSI_MESSAGE_HTTP (Message in httpUrlEncoded Format)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_WSI_MESSAGE Message Interface 20020314
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_WSS_PART_ITERATOR Iterator Using the Message Part 20020314
Properties
Class CL_SWF_WSI_MESSAGE_HTTP  
Short Description Message in httpUrlEncoded Format    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_HTTP   Incorporation of External Services with HTTP into a Workflow 
Created 20020314   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFTY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWFWS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_WSI_MESSAGE Message Interface 20020314
2 IF_SWF_WSS_PART_ITERATOR Iterator Using the Message Part 20020314
Friends
Class CL_SWF_WSI_MESSAGE_HTTP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ITERATOR_INDEX Instance attribute Private Type reference (TYPE) SYTABIX Internal Tables, Current Row Index 20020314
2 KIND Instance attribute Private Type reference (TYPE) SWFWSMSKND Message Type (Input, Output, Fault) 20020314
3 MT_PART_BINDINGS Instance attribute Private Type reference (TYPE) SWFWSIMPLPBINDT Binding of Individual Message Parts 20020315
4 NAME Instance attribute Private Type reference (TYPE) STRING 20020314
5 PARTS Instance attribute Private Type reference (TYPE) SWFWSMESPARTT Table of Message Parts 20020314
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PART Instance method Public Method Adds Message Part 20020314
2 BUILD_HTTP_URLENCODED Instance method Private Method 20020325
3 BUILD_MIME_MULTIPART Instance method Private Method 20020327
4 BUILD_MIME_PART Instance method Private Method 20020327
5 BUILD_MIME_URLENCODED Instance method Private Method 20020327
6 BUILD_MIME_XML Instance method Private Method 20020327
7 CREATE Static method Public Method Factory 20020315
8 CREATE_FROM_CONTAINER Static method Public Method Factory 20020314
9 DIGEST_HTTP_URLENCODED Instance method Private Method 20020327
10 DIGEST_MIME_MULTIPART Instance method Private Method 20020327
11 DIGEST_MIME_PART Instance method Private Method 20020327
12 DIGEST_MIME_URLENCODED Instance method Private Method 20020327
13 DIGEST_MIME_XML Instance method Private Method 20020327
14 GET_PARTS_AS_FORMFIELDS Instance method Private Method Gets Message Parts as Form Fields 20020315
15 SET_MESSAGE_KIND Instance method Private Method Sets Type of Message (Input, Output, Fault) 20020314
16 SET_PART_BINDINGS Instance method Private Method Sets Global Binding 20020315
Events
Class CL_SWF_WSI_MESSAGE_HTTP has no event.
Types
Class CL_SWF_WSI_MESSAGE_HTTP has no local type.
Method Signatures

Method ADD_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING Name des Message-Parts 20020314
2 Importing I_PART Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_PART Message-Part-Interface 20020314

Method ADD_PART on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method BUILD_HTTP_URLENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020325

Method BUILD_HTTP_URLENCODED on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method BUILD_MIME_MULTIPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_INDEX Call by reference Type reference (TYPE) SYTABIX Schleifen, aktueller Schleifendurchlauf 20020327
2 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327

Method BUILD_MIME_MULTIPART on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method BUILD_MIME_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_INDEX Call by reference Type reference (TYPE) SYTABIX Interne Tabellen, aktueller Zeilenindex 20020327
2 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327

Method BUILD_MIME_PART on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method BUILD_MIME_URLENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
2 Importing I_PART Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_PART Message-Part-Interface 20020327

Method BUILD_MIME_URLENCODED on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method BUILD_MIME_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
2 Importing I_PART Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_PART Message-Part-Interface 20020327

Method BUILD_MIME_XML on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_MESSAGE Message-Interface 20020315
2 Importing I_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_IMPLEMENTATION WebService-Implementation im XML-Cache 20020315
3 Importing I_INTERFACE Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_INTERFACE WebService-Interface im XML-Cache 20020315
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020315

Method CREATE_FROM_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_MESSAGE Message-Interface 20020314
2 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20020314
3 Importing I_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_IMPLEMENTATION WebService-Implementation im XML-Cache 20020314
4 Importing I_INTERFACE Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_INTERFACE WebService-Interface im XML-Cache 20020314
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020314

Method DIGEST_HTTP_URLENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020327

Method DIGEST_MIME_MULTIPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_INDEX Call by reference Type reference (TYPE) SYTABIX Interne Tabellen, aktueller Zeilenindex 20020327
2 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020328

Method DIGEST_MIME_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_INDEX Call by reference Type reference (TYPE) SYTABIX Interne Tabellen, aktueller Zeilenindex 20020327
2 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020327

Method DIGEST_MIME_URLENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
2 Importing I_PART Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_PART Message-Part-Interface 20020327
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020327

Method DIGEST_MIME_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Object reference (TYPE REF TO) IF_HTTP_ENTITY HTTP Framework (iHTTP) HTTP Entity 20020327
2 Importing I_PART Call by reference Object reference (TYPE REF TO) IF_SWF_WSI_PART Message-Part-Interface 20020327
# Exception Resumable Description Created on
1 CX_SWF_WS_HANDLER_EXCEPTION Fehler im WebServices-Handler 20020327

Method GET_PARTS_AS_FORMFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORMFIELDS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20020315

Method GET_PARTS_AS_FORMFIELDS on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method SET_MESSAGE_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_KIND Call by reference Type reference (TYPE) SWFWSMSKND Art der Nachricht (input, output, fault) 20020314

Method SET_MESSAGE_KIND on class CL_SWF_WSI_MESSAGE_HTTP has no exception.

Method SET_PART_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PART_BINDINGS Call by reference Type reference (TYPE) SWFWSIMPLPBINDT Binding einzelner Message-Parts 20020315

Method SET_PART_BINDINGS on class CL_SWF_WSI_MESSAGE_HTTP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 620