com.sap.core.connectivity.api.configuration
Interface DestinationConfiguration


public interface DestinationConfiguration

DestinationConfiguration interface provides read only access to destination properties.


Method Summary
 Map<String,String> getAllProperties()
          Returns all destination properties in read only Map.
 String getProperty(String key)
          Returns the value of destination property with the specified key.
 

Method Detail

getProperty

String getProperty(String key)
Returns the value of destination property with the specified key.

Parameters:
key - - Key of destination property.
Returns:
Value of property or null if the property does not exists.

getAllProperties

Map<String,String> getAllProperties()
Returns all destination properties in read only Map.

Returns:
Read only Map with all destination properties.


Copyright © 2014 SAP. All Rights Reserved.