SAP ABAP Class CL_WSPROTOCOL (Provide WS Protocols)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SAI_PROXY_RUNTIME_WS_PROTOCOL (Package) ABAP Proxies: WS Protocols

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WS_SERVER_CONTEXT | Proxy Server Context | 20050624 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_EVENT_PROTOCOL_CONTEXT | Protocol context for Event Runtime | 20081218 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_WS_PROTOCOL_CONTEXT_CLIENT | WS Protocols on Client Side (Formerly "Service Context") | 20060628 |
Properties
Class | CL_WSPROTOCOL | |
Short Description | Provide WS Protocols | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_PROXY_RUNTIME_WS_PROTOCOL | ABAP Proxies: WS Protocols |
Created | 20050624 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WS_SERVER_CONTEXT | Proxy Server Context | 20050624 |
Friends
Class CL_WSPROTOCOL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_PROXY_FRAMEWORK | Proxy Framework | 20050624 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050727 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_PROTOCOL_TAB | 20050624 | |||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WS_TRANSPORT_BINDING | Only XI Proxies: Data for XI Transport Binding | 20050624 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20050624 | |
2 | ![]() |
Static method | Public | Method | 20050624 | |
3 | ![]() |
Static method | Public | Method | 20050624 | |
4 | ![]() |
Instance method | Public | Method | 20050624 | |
5 | ![]() |
Instance method | Protected | Method | 20050624 | |
6 | ![]() |
Instance method | Protected | Method | 20050629 | |
7 | ![]() |
Instance method | Protected | Method | 20050624 | |
8 | ![]() |
Instance method | Public | Method | 20050627 |
Events
Class CL_WSPROTOCOL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_PROTOCOL | Protected | See coding | 20050624 | begin of t_protocol,
protocol_name type string,
protocol type ref to if_wsprotocol,
end of t_protocol
|
||
2 | T_PROTOCOL_TAB | Protected | See coding | 20050624 | t_protocol_tab type hashed table of t_protocol with unique key protocol_name
|
Method Signatures
Method ADD_PROTOCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20050624 | |||
2 | ![]() |
PROTOCOL | Call by reference | Object reference (TYPE REF TO) | IF_WSPROTOCOL | ABAP Proxies: Zur Verfügung stehende Protokolle | 20050624 |
Method ADD_PROTOCOL on class CL_WSPROTOCOL has no exception.
Method CREATE_CONTEXT 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_WSPROTOCOL | WS Protokolle bereitstellen | 20050624 | ||
2 | ![]() |
FRAMEWORK | Call by reference | Object reference (TYPE REF TO) | IF_PROXY_FRAMEWORK | 20050624 | |||
3 | ![]() |
RUNTIME | Call by reference | Type reference (TYPE) | STRING | 20050727 |
Method CREATE_CONTEXT on class CL_WSPROTOCOL has no exception.
Method CREATE_CONTEXT_PRELOAD 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_WSPROTOCOL | WS Protokolle beritstellen | 20050624 | ||
2 | ![]() |
FRAMEWORK | Call by reference | Object reference (TYPE REF TO) | IF_PROXY_FRAMEWORK | Proxy Framework | 20050624 | ||
3 | ![]() |
RUNTIME | Call by reference | Type reference (TYPE) | STRING | 20050624 |
Method CREATE_CONTEXT_PRELOAD on class CL_WSPROTOCOL has no exception.
Method DELETE_PROTOCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROTOCOL_NAME | Call by reference | Type reference (TYPE) | STRING | 20050624 |
Method DELETE_PROTOCOL on class CL_WSPROTOCOL has no exception.
Method GET_PROTOCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROTOCOL | Value transfer | Object reference (TYPE REF TO) | IF_WSPROTOCOL | 20050624 | |||
2 | ![]() |
PROTOCOL_NAME | Call by reference | Type reference (TYPE) | STRING | siehe IF_WSPROTOCOL | 20050624 |
Method GET_PROTOCOL on class CL_WSPROTOCOL has no exception.
Method GET_PROTOCOL_RAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROTOCOL | Value transfer | Object reference (TYPE REF TO) | IF_WSPROTOCOL | 20050629 | |||
2 | ![]() |
PROTOCOL_NAME | Call by reference | Type reference (TYPE) | STRING | siehe IF_WSPROTOCOL | 20050629 |
Method GET_PROTOCOL_RAW on class CL_WSPROTOCOL 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_WS_TRANSPORT_BINDING | Nur XI Proxies: Daten zum XI Transport Binding | 20050624 |
Method GET_TRANSPORT_BINDING on class CL_WSPROTOCOL has no exception.
Method SET_TRANSPORT_BINDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRANSPORT_BINDING | Call by reference | Object reference (TYPE REF TO) | IF_WS_TRANSPORT_BINDING | Nur XI Proxies: Daten zum XI Transport Binding | 20050627 |
Method SET_TRANSPORT_BINDING on class CL_WSPROTOCOL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |