SAP ABAP Class IF_SRT_WSP_FEATURE_SERIALIZE (WSP Serialization and Deserialization)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SRT_WSP_STATEMENT | WSP Statement | 20050426 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_FEAT_TRBNDG | WSP Feature Class for Transport Binding | 20050426 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWSP_FEAT_BASE | Base Class for All Features | 20060721 |
Properties
| Class | IF_SRT_WSP_FEATURE_SERIALIZE | |
| Short Description | WSP Serialization and Deserialization | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040913 | SAP |
| Last change | 20090618 | 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) |
Interfaces
Class IF_SRT_WSP_FEATURE_SERIALIZE has no interface implemented.
Friends
Class IF_SRT_WSP_FEATURE_SERIALIZE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SRT_WSP_PART_TYPE | TSRTP_C_WSDL_PART_TYPE_XML | WSDL Part Type | 20060814 | ||
| 2 | Constant | Public | Type reference (TYPE) | SRT_WSP_PART_TYPE | TSRTP_C_WSDL_PART_TYPE_WSP | WSDL Part Type | 20060814 | ||
| 3 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_INTERN | WSP Serialization Format | 20050426 | ||
| 4 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_NO_POLICIES | WSP Serialization Format | 20050426 | ||
| 5 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_SAP_FEATURE | WSP Serialization Format | 20050426 | ||
| 6 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_UNKNOWN | WSP Serialization Format | 20050426 | ||
| 7 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_WSP11 | WSP Serialization Format | 20050426 | ||
| 8 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_WSDL_NS_PREFIX_TAB | WSP WSDL Namespace and Prefix | 20060822 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | X= initial, other = not initial | 20050426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a feature namespace | 20060822 | |
| 2 | Instance method | Public | Method | Returns the feature namespaces | 20060822 | |
| 3 | Instance method | Public | Method | Returns the internal properties | 20050426 | |
| 4 | Instance method | Public | Method | Returns the WSDL elements | 20050426 | |
| 5 | Instance method | Public | Method | Initializes instance with internal properties | 20050426 | |
| 6 | Instance method | Public | Method | Initializes instance with WSDL elements | 20050426 | |
| 7 | Instance method | Public | Method | Sets the feature namespaces | 20060822 |
Events
Class IF_SRT_WSP_FEATURE_SERIALIZE has no event.
Types
Class IF_SRT_WSP_FEATURE_SERIALIZE has no local type.
Method Signatures
Method ADD_FEATURE_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_NS_PREFIX_STRUC | WSP WSDL namespace and prefix | 20060822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20060822 |
Method GET_FEATURE_NAMESPACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_NS_PREFIX_TAB | WSP WSDL namespace and prefix | 20060822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20060822 |
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTIES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_PROPERTIES | table of WSP properties | 20050426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050426 |
Method GET_WSDL_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_ATTRIBUTES | WSP WSDL Attributes | 20050426 | |||
| 2 | FORMAT | Value transfer | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | WSP serialization format | 20050427 | |||
| 3 | XML_NODES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_PARTS | table of WSP IXML nodes | 20050426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050426 |
Method INITIALIZE_WITH_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTIES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_PROPERTIES | table of WSP properties | 20050426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050426 |
Method INITIALIZE_WITH_WSDL_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_PROPERTIES | WSP WSDL attributes | 20050426 | |||
| 2 | FORMAT | Value transfer | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | WSP serialization format | 20050427 | |||
| 3 | XML_NODES | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_PARTS | table of WSP IXML nodes | 20050426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050426 |
Method SET_FEATURE_NAMESPACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_NS_PREFIX_TAB | WSP WSDL namespace and prefix | 20060822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20060822 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |