public abstract class DynamicConfigurationKey extends Object
DynamicConfigurationKey denotes an adapter specific message attribute.
It consists of a name and a namespace. Usually the namespace specifies
the adapter, for example "http://sap.com/xi/XI/System/File", and the name its
attribute, for example "filename". DynamicConfigurationKey objects serve
as keys in the map DynamicConfiguration.DynamicConfiguration| Constructor and Description |
|---|
DynamicConfigurationKey() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicConfigurationKey |
create(String namespace,
String name)
Creates an instance of DynamicConfigurationKey
specifying the namespace and name.
|
abstract String |
getName()
Returns the
name. |
abstract String |
getNamespace()
Returns the
namespace. |
public static DynamicConfigurationKey create(String namespace, String name)
namespace - the namespace of the parametername - the name of the parameterIllegalArgumentException - if the
name or namespace is null
or too long.public abstract String getNamespace()
namespace.public abstract String getName()
name.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice