|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.mapping.api.DynamicConfigurationKey
public abstract class DynamicConfigurationKey
A 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 Summary | |
|---|---|
DynamicConfigurationKey()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicConfigurationKey()
| Method Detail |
|---|
public static DynamicConfigurationKey create(String namespace,
String name)
namespace - the namespace of the parametername - the name of the parameter
IllegalArgumentException - if the
name or namespace is null
or too long.public abstract String getNamespace()
namespace.
public abstract String getName()
name.
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||