SAP ABAP Class IF_SMI_COLLAB_HOST_HANDLER (SMI Collaboration host handler)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SMI_CLB_HANDLER | SMI HTTP and CLB layer handler | 20130621 |
Properties
| Class | IF_SMI_COLLAB_HOST_HANDLER | |
| Short Description | SMI Collaboration host handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130621 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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 IF_SMI_COLLAB_HOST_HANDLER has no interface implemented.
Friends
Class IF_SMI_COLLAB_HOST_HANDLER has no friend class.
Attributes
Class IF_SMI_COLLAB_HOST_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sends the specified HTTP request to Jam. | 20130621 | |
| 2 | Instance method | Public | Method | Returns mime type and the payload of the HTTP response | 20130904 |
Events
Class IF_SMI_COLLAB_HOST_HANDLER has no event.
Types
Class IF_SMI_COLLAB_HOST_HANDLER has no local type.
Method Signatures
Method EXECUTE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HEADERS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | Table for HTTP headers. | 20131101 | |||
| 2 | IV_AUTHENTICATION_CONTEXT | Call by reference | Type reference (TYPE) | CLB2_AUTH_CONTEXT | Collaboration: Authentication Context | 20130621 | |||
| 3 | IV_CHECK_XML | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | If the CLB layer checks the XML of the response. | 20130621 | ||
| 4 | IV_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | URL to send request to. | 20130621 | |||
| 5 | IV_HTTP_METHOD | Call by reference | Type reference (TYPE) | STRING | Collaboration: Request Method for Communication (http) | 20130621 | |||
| 6 | IV_PAYLOAD | Call by reference | Type reference (TYPE) | STRING | '' | Payload of HTTP request. | 20131101 | ||
| 7 | IV_XPAYLOAD | Call by reference | Type reference (TYPE) | XSTRING | Payload of HTTP request (xstring) | 20131122 | |||
| 8 | RO_IXML_RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | DOM representation of XML payload of HTTP response. | 20130621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130621 | |||
| 2 | 20130621 |
Method EXECUTE_REQUEST_RAW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HEADERS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | Table for HTTP headers. | 20131101 | |||
| 2 | IV_AUTHENTICATION_CONTEXT | Call by reference | Type reference (TYPE) | CLB2_AUTH_CONTEXT | Collaboration: Authentication Context | 20130904 | |||
| 3 | IV_CHECK_XML | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | If the CLB layer checks the XML of the response. | 20130904 | ||
| 4 | IV_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | URL to send request to. | 20130904 | |||
| 5 | IV_HTTP_METHOD | Call by reference | Type reference (TYPE) | STRING | Collaboration: Request Method for Communication (http) | 20130904 | |||
| 6 | IV_PAYLOAD | Call by reference | Type reference (TYPE) | STRING | '' | Payload of HTTP request. | 20131101 | ||
| 7 | RV_RESPONSE | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MEDIA_RESOURCE | mime type and payload as xstring of HTTP response | 20130909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20130904 | ||
| 2 | Technical Exception | 20130904 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |