SAP ABAP Class CL_SRT_WSP_CONFIG_ROOT (WSP Configuration (Root Class))
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 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_DT | WSP Configuration for Web Service Designtime | 20041202 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_DT_PROFILE | WSP Configuration Web Service Profile DT | 20050602 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_PROFILE | WSP Configuration Web Service Profile | 20050308 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_RT | WSP Configuration for Web Service Runtime | 20060922 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_RT_GEN_CLNT | WSP Configuration Runtime: Untyped Clients | 20060926 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_RT_PM | WSP Web Service Configuration Runtime (PM) | 20070525 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_RT_PRX_CLNT | WSP Configuration Runtime Typed Clients | 20070530 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_SRT_WSP_CONFIG_RT_STMLP_PM | WSP Configuration Runtime STCM MLP Smart Config | 20120801 |
Properties
| Class | CL_SRT_WSP_CONFIG_ROOT | |
| Short Description | WSP Configuration (Root Class) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | SRT_WSP | |
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20040914 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRT_WSP_CONFIG_ROOT has no forward declaration.
Interfaces
Class CL_SRT_WSP_CONFIG_ROOT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRT_WSP_SUBJECT_CONTEXT | 20050520 | WSP Subject Context |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_CONFIG_ROOT' | Class Name | 20050203 | ||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_CONTEXT | WSP Subject Context | 20040914 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRT_WSP_FEATURE_FACTORY | WSP Feature Factory | 20040923 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRT_WSP_CONFIG_REGISTRY | WSP Configuration Registry | 20050226 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | Adds the default values to the given property list | 20050606 | |
| 2 | Instance method | Public | Constructor | Constructor | 20041202 | |
| 3 | Instance method | Protected | Method | Context has changed | 20050520 | |
| 4 | Static method | Protected | Method | Returns the equivalent DT cfg type for the given RT cfg type | 20050226 | |
| 5 | Static method | Protected | Method | Returns the aquivalent RT cfg type for the given DT cfg type | 20050516 | |
| 6 | Instance method | Protected | Method | Returns Clone of Subject Context | 20041202 | |
| 7 | Instance method | Protected | Method | Returns the list of subject nodes as deep structures | 20050522 | |
| 8 | Static method | Protected | Method | Merges Allowed Properties | 20050124 |
Events
Class CL_SRT_WSP_CONFIG_ROOT has no event.
Types
Class CL_SRT_WSP_CONFIG_ROOT has no local type.
Method Signatures
Method ADD_DEFAULTS_TO_PROPERTY_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY_LIST | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_PROPERTY_LIST | WSP property list | 20050606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050606 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SRT_WSP_CONFIG_ROOT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041213 |
Method CONTEXT_HAS_CHANGED Signature
Method CONTEXT_HAS_CHANGED on class CL_SRT_WSP_CONFIG_ROOT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050520 |
Method GET_CONFIG_TYPE_DT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DT_TYPE | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_TYPE | WSP configuration type | 20050226 | |||
| 2 | RT_TYPE | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_TYPE | WSP configuration type | 20050226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050226 |
Method GET_CONFIG_TYPE_RT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DT_TYPE | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_TYPE | WSP configuration type | 20050516 | |||
| 2 | RT_TYPE | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_TYPE | WSP configuration type | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050516 |
Method GET_SUBJECT_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_SRT_WSP_SUBJECT_CONTEXT | WSP subject context | 20041202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041202 |
Method GET_SUBJECT_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBJECT_TAB | Value transfer | Type reference (TYPE) | SRT_WSP_SUBJECT_TAB | WSP subject table for XML transf. (Don't change) | 20050522 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050522 |
Method MERGE_ALLOWED_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALLOWED_PROPERTIES | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20050124 | |||
| 2 | PROPERTIES | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050124 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |