SAP ABAP Class CL_SLIB_ENTITY_CONTAINER (CL_SLIB_ENTITY_CONTAINER)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_ENTITY_CONTAINER 20050302
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_MEX_PARTS_RETRIEVER Retrieve WSDL pares comming from MEX protocol 20090110
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SLIB_RETRIEVER 20050302
Properties
Class CL_SLIB_ENTITY_CONTAINER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWSDLPP   SIDL/SLIB Model and Serialization Framework 
Created 20050302   SAP 
Last change 20130531   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 SWS11 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SWS1E Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SWSP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SXSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SLIB_ENTITY_CONTAINER 20050302
2 IF_SLIB_MEX_PARTS_RETRIEVER Retrieve WSDL pares comming from MEX protocol 20090110
3 IF_SLIB_RETRIEVER 20050302
Friends
Class CL_SLIB_ENTITY_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ACCESS_PASSWORD Instance attribute Private Type reference (TYPE) STRING WSDL access password 20081117
2 M_ACCESS_USER Instance attribute Private Type reference (TYPE) STRING WSDL access user 20081117
3 M_ENTITIES Instance attribute Private Type reference (TYPE) TSLIB_IMPORT_ENTITY SLIB Import Entities 20050302
4 M_ERR_MSG Instance attribute Private Type reference (TYPE) STRING 20050302
5 M_HTTP_CLIENT_TAB Instance attribute Private Type reference (TYPE) T_HTTP_CLIENT_TABLE 20051115
6 M_REGISTRY Instance attribute Private Object reference (TYPE REF TO) IF_SIDL_REGISTRY Extension Registry 20050517
7 M_RETRIEVER Instance attribute Private Object reference (TYPE REF TO) IF_SLIB_RETRIEVER 20050303
8 M_SAPMEX_PARTS Instance attribute Private Type reference (TYPE) TSIDL_SAPMEX_PARTS Table of sapmex parts 20090110
9 M_SAPMEX_PART_INDEX Instance attribute Private Type reference (TYPE) I 1 20090121
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCT_URL_FROM_DESTINATION Instance method Public Method 20061122
2 CREATE_ENTITY_CONTAINER Static method Public Method 20061119
3 CREATE_RETRIEVER Static method Public Method 20061119
4 PREPARE_HTTP_HEADERS Instance method Public Method 20061119
5 _ADD_MEX_SCHEMA Instance method Private Method 20090117
6 _GET_FILE_CONTENT Instance method Private Method 20051114
7 _GET_HTTP_CLIENT Instance method Private Method 20051115
8 _GET_HTTP_CONTENT Instance method Private Method 20050524
9 _GET_MEX_CONTENT Instance method Private Method 20090112
10 _GET_URI_PROTOCOL Instance method Private Method 20050524
11 _INIT_REGISTRY Instance method Private Method 20050518
12 _IS_ABSOLUTE_URI Instance method Private Method 20051116
13 _PARSE_XML_DOCUMENT Instance method Private Method 20050518
Events
Class CL_SLIB_ENTITY_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_HTTP_CLIENT_ITEM Private See coding 20051115 begin of T_HTTP_CLIENT_ITEM, destination type rfcdest, authority type string, client type ref to if_http_client, end of T_HTTP_CLIENT_ITEM
2 T_HTTP_CLIENT_TABLE Private See coding 20051115 T_HTTP_CLIENT_TABLE type table of T_HTTP_CLIENT_ITEM
Method Signatures

Method CONSTRUCT_URL_FROM_DESTINATION Signature

Method CONSTRUCT_URL_FROM_DESTINATION on class CL_SLIB_ENTITY_CONTAINER has no parameter.
Method CONSTRUCT_URL_FROM_DESTINATION on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method CREATE_ENTITY_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SLIB_ENTITY_CONTAINER 20061119

Method CREATE_ENTITY_CONTAINER on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method CREATE_RETRIEVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SLIB_RETRIEVER 20061119

Method CREATE_RETRIEVER on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method PREPARE_HTTP_HEADERS Signature

Method PREPARE_HTTP_HEADERS on class CL_SLIB_ENTITY_CONTAINER has no parameter.
Method PREPARE_HTTP_HEADERS on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method _ADD_MEX_SCHEMA Signature

Method _ADD_MEX_SCHEMA on class CL_SLIB_ENTITY_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20090117

Method _GET_FILE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20051207
2 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20051114
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20051114

Method _GET_HTTP_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_HTTP_CLIENT HTTP Client Abstraction 20051115
2 Importing URL Call by reference Type reference (TYPE) ANYURI any URI 20051115
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20051115

Method _GET_HTTP_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20050524
2 Importing URL Call by reference Type reference (TYPE) ANYURI any URI 20051115
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20050524

Method _GET_MEX_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20090112
2 Importing URL Call by reference Type reference (TYPE) ANYURI Any URI 20090112
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20090112

Method _GET_URI_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING 20050524
2 Importing URI Call by reference Type reference (TYPE) ANYURI any URI 20050524

Method _GET_URI_PROTOCOL on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method _INIT_REGISTRY Signature

Method _INIT_REGISTRY on class CL_SLIB_ENTITY_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_SIDL 20050518

Method _IS_ABSOLUTE_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20051116
2 Importing URI Call by reference Type reference (TYPE) ANYURI any URI 20051116

Method _IS_ABSOLUTE_URI on class CL_SLIB_ENTITY_CONTAINER has no exception.

Method _PARSE_XML_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050518
2 Importing XSTRING Call by reference Type reference (TYPE) XSTRING 20050518
# Exception Resumable Description Created on
1 CX_SLIB SLIB Exceptions 20050518
History
Last changed by/on SAP  20130531 
SAP Release Created in 710