SAP ABAP Class CL_SWSP_BASE (CL_SWSP_BASE)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SWSP (Package) WS Policy Core Library
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NAMESPACE_DECL SLIB Namespace Declaration 20050620
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE SLIB Node 20050620
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_NODE_ADMIN Administrative Access to slib_node 20060412
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_ASSERTION Assertion 20050620
2 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_EXACTLY_ONE wsp:ExactlyOne 20050620
3 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_POLICY_ALL wsp:Policy and wsp:All 20050621
4 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_POLICY_ATTACHMENT 20060903
5 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_POLICY_REF wsp:PolicyReference 20050620
6 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_POLICY_URI_LIST 20050620
7 Inheritance (c INHERITING FROM c_ref)  CL_SWSP_USING_POLICY wsp:UsingPolicy 20050620
Properties
Class CL_SWSP_BASE  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWSP   WS Policy Core Library 
Created 20050620   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWSP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SLIB_NAMESPACE_DECL SLIB Namespace Declaration 20050620
2 IF_SLIB_NODE SLIB Node 20050620
3 IF_SLIB_NODE_ADMIN Administrative Access to slib_node 20060412
Friends
Class CL_SWSP_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ERR_MSG Instance attribute Protected Type reference (TYPE) STRING 20050620
2 M_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_SWSP_FACTORY WS Policy Factory 20050620
3 M_LOCK_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050620
4 M_NAMESPACE_URI Instance attribute Protected Type reference (TYPE) ANYURI Any URI 20050620
5 M_NODE_TYPE Instance attribute Protected Type reference (TYPE) I 20050620
6 M_NSDECL_TABLE Instance attribute Protected Type reference (TYPE) TSLIB_NAMESPACE SLIB Namespace Declarations 20050620
7 M_PARENT Instance attribute Protected Object reference (TYPE REF TO) IF_SLIB_NODE Parent 20060412
8 M_REGISTRY Instance attribute Protected Object reference (TYPE REF TO) IF_SIDL_REGISTRY Extension Registry 20050620
9 M_WSDL_REQUIRED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050717
Methods
# Method Level Visibility Method type Description Created on
1 EXCEPTION_IF_LOCKED Instance method Protected Method 20050714
2 SET_FACTORY Instance method Public Method 20050620
3 SET_REGISTRY Instance method Public Method 20050620
4 _ADD_ATTRIBUTE Instance method Protected Method 20050622
5 _ADD_CHILD Instance method Protected Method 20050621
6 _GET_ATTRIBUTE_VALUE Instance method Protected Method 20050622
7 _GET_CHILD Instance method Protected Method 20050621
8 _IS_VALID_WSP_NODE Instance method Private Method 20101103
9 _REMOVE_ATTRIBUTE Instance method Protected Method 20050622
Events
Class CL_SWSP_BASE has no event.
Types
Class CL_SWSP_BASE has no local type.
Method Signatures

Method EXCEPTION_IF_LOCKED Signature

Method EXCEPTION_IF_LOCKED on class CL_SWSP_BASE has no parameter.
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20050714

Method SET_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FACTORY Call by reference Object reference (TYPE REF TO) IF_SWSP_FACTORY WS-Policy Factory 20050620

Method SET_FACTORY on class CL_SWSP_BASE has no exception.

Method SET_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REGISTRY Call by reference Object reference (TYPE REF TO) IF_SIDL_REGISTRY Extension Registry 20050620

Method SET_REGISTRY on class CL_SWSP_BASE has no exception.

Method _ADD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ATTRIBUTES Call by reference Type reference (TYPE) TSLIB_ATTR SLIB XML Attributes 20050622
2 Importing NAME Call by reference Type reference (TYPE) CLIKE 20050622
3 Importing NAMESPACE Call by reference Type reference (TYPE) ANYURI any URI 20050622
4 Importing VALUE Call by reference Type reference (TYPE) CLIKE 20050622
# Exception Resumable Description Created on
1 CX_SLIB WS-Policy Exceptions 20050714

Method _ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_SLIB_NODE SLIB Node 20050621
2 Importing NODESET Call by reference Object reference (TYPE REF TO) IF_SLIB_NODESET Nodeset 20050621
# Exception Resumable Description Created on
1 CX_SLIB WS-Policy Exceptions 20050714

Method _GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) TSLIB_ATTR SLIB XML Attributes 20050622
2 Importing NAME Call by reference Type reference (TYPE) CLIKE 20050622
3 Importing NAMESPACE Call by reference Type reference (TYPE) ANYURI any URI 20050622
4 Returning RVAL Value transfer Type reference (TYPE) STRING 20050622

Method _GET_ATTRIBUTE_VALUE on class CL_SWSP_BASE has no exception.

Method _GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODESET Call by reference Object reference (TYPE REF TO) IF_SLIB_NODESET Nodeset 20050621
2 Importing REFERENCE_URI Call by reference Type reference (TYPE) ANYURI any URI 20050621
3 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SWSP_POLICY Policy 20050621

Method _GET_CHILD on class CL_SWSP_BASE has no exception.

Method _IS_VALID_WSP_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_TYPE Call by reference Type reference (TYPE) I 20101103
2 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20101103

Method _IS_VALID_WSP_NODE on class CL_SWSP_BASE has no exception.

Method _REMOVE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ATTRIBUTES Call by reference Type reference (TYPE) TSLIB_ATTR SLIB XML Attributes 20050622
2 Importing NAME Call by reference Type reference (TYPE) CLIKE 20050622
3 Importing NAMESPACE Call by reference Type reference (TYPE) ANYURI any URI 20050622
# Exception Resumable Description Created on
1 CX_SLIB WS-Policy Exceptions 20050714
History
Last changed by/on SAP  20110908 
SAP Release Created in 710