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, waitread, writeprotected AbstractMessageComponent(java.lang.String name)
name - The name of this component.public java.lang.String getName()
MessageComponentgetName in interface MessageComponent