public abstract class AbstractMessageComponent extends java.lang.Object implements MessageComponent
Modifier | Constructor and Description |
---|---|
protected |
AbstractMessageComponent(java.lang.String name)
Construct a message component with a name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this component of the message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read, write
protected AbstractMessageComponent(java.lang.String name)
name
- The name of this component.public java.lang.String getName()
MessageComponent
getName
in interface MessageComponent