SAP ABAP Class IF_CLB_URL_MAPPER (URL Mapping based on HTTPURLLOC)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CLB_URL_MAPPER URL Mapper, based on HTTPURLLOC 20120831
Properties
Class IF_CLB_URL_MAPPER  
Short Description URL Mapping based on HTTPURLLOC    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120831   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)
Interfaces
Class IF_CLB_URL_MAPPER has no interface implemented.
Friends
Class IF_CLB_URL_MAPPER has no friend class.
Attributes
Class IF_CLB_URL_MAPPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 MAP2EXT Instance method Public Method Map a URL to its External Representation 20120831
2 PARSE_URL_FOR_PROXY Instance method Public Method Parse a URL for Proxy Host and Port 20120831
Events
Class IF_CLB_URL_MAPPER has no event.
Types
Class IF_CLB_URL_MAPPER has no local type.
Method Signatures

Method MAP2EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CSEQUENCE ' ' Application (at HTTPURLLOC) 20120831
2 Importing IV_NO_MAPPING_ACCEPTED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Indicator: Accept that no Mapping Exists 20120831
3 Importing IV_URL Call by reference Type reference (TYPE) STRING Input URL 20120903
4 Returning RV_URL Value transfer Type reference (TYPE) STRING Adapted URL 20120903
# Exception Resumable Description Created on
1 CX_CLB_CONNECTIVITY Exception of the Connectivity Layer 20120831

Method PARSE_URL_FOR_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HOST Call by reference Type reference (TYPE) STRING Proxy Host Extracted from URL 20120831
2 Exporting EV_PORT Call by reference Type reference (TYPE) STRING Proxy Port Extracted from URL 20120831
3 Exporting EV_RELATIVE_URL Call by reference Type reference (TYPE) STRING Remaing URL Part, Relative URL Path 20120831
4 Importing IV_URL Call by reference Type reference (TYPE) STRING Input URL 20120831

Method PARSE_URL_FOR_PROXY on class IF_CLB_URL_MAPPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in