SAP ABAP Interface IF_SRT_WSP_FEATURE_SERIALIZE (WSP Serialization and Deserialization)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
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
| Interface | IF_SRT_WSP_FEATURE_SERIALIZE | |
| Short Description | WSP Serialization and Deserialization |
General Data
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20040913 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | TSRTP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRT_WSP_STATEMENT | WSP Statement | 20050426 |
Friends
Interface IF_SRT_WSP_FEATURE_SERIALIZE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_PART_TYPE_SEPARATE_XML | Constant | Public | Type reference (TYPE) | SRT_WSP_PART_TYPE | TSRTP_C_WSDL_PART_TYPE_XML | WSDL Part Type | 20060814 | |
| 2 | CO_PART_TYPE_WS_POLICY_ASSERT | Constant | Public | Type reference (TYPE) | SRT_WSP_PART_TYPE | TSRTP_C_WSDL_PART_TYPE_WSP | WSDL Part Type | 20060814 | |
| 3 | CO_SER_FORMAT_INTERN | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_INTERN | WSP Serialization Format | 20050426 | |
| 4 | CO_SER_FORMAT_NO_POLICIES | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_NO_POLICIES | WSP Serialization Format | 20050426 | |
| 5 | CO_SER_FORMAT_SAP_FEATURE | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_SAP_FEATURE | WSP Serialization Format | 20050426 | |
| 6 | CO_SER_FORMAT_UNKNOWN | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_UNKNOWN | WSP Serialization Format | 20050426 | |
| 7 | CO_SER_FORMAT_WSP11 | Constant | Public | Type reference (TYPE) | SRT_WSP_SERIALIZATION_FORMAT | TSRTP_C_WSP_FORMAT_WSP11 | WSP Serialization Format | 20050426 | |
| 8 | FEATURE_NAMESPACES | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_WSDL_NS_PREFIX_TAB | WSP WSDL Namespace and Prefix | 20060822 | ||
| 9 | IS_INITIAL | 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
Interface IF_SRT_WSP_FEATURE_SERIALIZE has no event.
Types
Interface 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 | 700 |