SAP ABAP Interface IF_SIDL_SUBJECT_DESERIALIZE (Subject Adapter Deserialization Methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SWSDLPP (Package) SIDL/SLIB Model and Serialization Framework
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SIDL_SUBJECT_ADAPTER | Subject Adapter | 20060515 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIDL_SUBJECT_ADAPTER | 20060515 |
Properties
| Interface | IF_SIDL_SUBJECT_DESERIALIZE | |
| Short Description | Subject Adapter Deserialization Methods |
General Data
| Package | SWSDLPP | SIDL/SLIB Model and Serialization Framework |
| Created | 20060515 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SIDL_SUBJECT_DESERIALIZE has no forward declaration.
Interfaces
Interface IF_SIDL_SUBJECT_DESERIALIZE has no interface.
Friends
Interface IF_SIDL_SUBJECT_DESERIALIZE has no friend.
Attributes
Interface IF_SIDL_SUBJECT_DESERIALIZE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060601 | ||
| 2 | Instance method | Public | Method | 20060530 | ||
| 3 | Instance method | Public | Method | 20061119 |
Events
Interface IF_SIDL_SUBJECT_DESERIALIZE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SUBJ_ALTERNATIVE_ITEM | Public | See coding | 20060530 | begin of t_subj_alternative_item,
subj_type type srt_wsp_subject_type,
subj_name type qname,
message_type type string,
wsdl_node type ref to if_slib_node,
wsp_alternative type ref to if_swsp_all,
end of t_subj_alternative_item
|
||
| 2 | T_SUBJ_ALTERNATIVE_TABLE | Public | See coding | 20060530 | t_subj_alternative_table type standard table of t_subj_alternative_item with non-unique default key
|
||
| 3 | T_SUBJ_ATTR_ITEM | Public | See coding | 20060619 | begin of t_subj_attr_item,
subj_type type srt_wsp_subject_type,
subj_name type qname,
parent_type type srt_wsp_subject_type,
parent_name type qname,
wsdl_node type ref to if_slib_node,
attr_name type qname,
attr_value type string,
end of t_subj_attr_item
|
||
| 4 | T_SUBJ_ATTR_TABLE | Public | See coding | 20060619 | t_subj_attr_table type standard table of t_subj_attr_item with non-unique default key
|
||
| 5 | T_SUBJ_FRAGMENT_HEADER | Public | See coding | 20060619 | begin of t_subj_fragment_header,
subj_type type srt_wsp_subject_type,
subj_name type qname,
parent_type type srt_wsp_subject_type,
parent_name type qname,
porttype type qname,
message_type type string,
wsdl_node type ref to if_slib_node,
end of t_subj_fragment_header
|
||
| 6 | T_SUBJ_FRAGMENT_ITEM | Public | See coding | 20060530 | begin of t_subj_fragment_item.
include type t_subj_fragment_header.
types: assertions type srt_wsp_wsdl_parts,
end of t_subj_fragment_item
|
||
| 7 | T_SUBJ_FRAGMENT_TABLE | Public | See coding | 20060530 | t_subj_fragment_table type standard table of t_subj_fragment_item with non-unique default key
|
Method Signatures
Method GET_SUBJECT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | SRT_WSP_WSDL_CLIENT_SUBJECTS | WSP subject table for deserialization (Do not change) | 20060601 |
Method GET_SUBJECT_PROPERTIES on Interface IF_SIDL_SUBJECT_DESERIALIZE has no exception.
Method SET_SUBJECT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTIES | Call by reference | Type reference (TYPE) | SRT_WSP_WSDL_CLIENT_SUBJECTS | WSP subject table for deserialization (Do not change) | 20060530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060908 |
Method SET_WSDL_URLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VANILLA_WSDL | Call by reference | Object reference (TYPE REF TO) | IF_SLIB_NODE | SLIB Node | 20061119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061122 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |