public class MessageMapperGenericImpl extends java.lang.Object implements MessageMapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
MessageMapperGenericImpl()
Creates the generic implementation of a Message Mapper object.
|
Modifier and Type | Method and Description |
---|---|
CommandProperty |
createFromMessage(java.lang.Object message)
Dummy method.
|
void |
destroy()
Dummy method.
|
java.lang.Integer |
getMessageMapperId()
Returns the MessageMapper Identifier.
|
java.lang.String |
getMessageMapperName()
Returns the MessageMapper name.
|
void |
init(TypedProperty configuration)
Dummy Method.
|
void |
setMessageMapperId(java.lang.Integer messageMapperId)
Sets the Message Mapper Identifier.
|
void |
setMessageMapperName(java.lang.String name)
Sets the Message Mapper name.
|
public static final java.lang.String COPYRIGHT
public MessageMapperGenericImpl()
public CommandProperty createFromMessage(java.lang.Object message)
createFromMessage
in interface MessageMapper
message
- the object to convertpublic void destroy()
destroy
in interface MessageMapper
public java.lang.Integer getMessageMapperId()
getMessageMapperId
in interface MessageMapper
public java.lang.String getMessageMapperName()
getMessageMapperName
in interface MessageMapper
public void init(TypedProperty configuration)
init
in interface MessageMapper
configuration
- the configuration for the message mapper.public void setMessageMapperId(java.lang.Integer messageMapperId)
setMessageMapperId
in interface MessageMapper
messageMapperId
- the message mapper identifier.public void setMessageMapperName(java.lang.String name)
setMessageMapperName
in interface MessageMapper
name
- the name of the message mapper.