public interface MessagelistenerType<T> extends Child<T>
messagelistenerType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getMessagelistenerType()
Returns the
messagelistener-type element |
ActivationspecType<MessagelistenerType<T>> |
getOrCreateActivationspec()
If not already created, a new
activationspec element with the given value will be created. |
MessagelistenerType<T> |
messagelistenerType(String messagelistenerType)
Sets the
messagelistener-type element |
MessagelistenerType<T> |
removeActivationspec()
Removes the
activationspec element |
MessagelistenerType<T> |
removeMessagelistenerType()
Removes the
messagelistener-type element |
MessagelistenerType<T> messagelistenerType(String messagelistenerType)
messagelistener-type elementmessagelistenerType - the value for the element messagelistener-typeMessagelistenerTypeString getMessagelistenerType()
messagelistener-type elementmessagelistener-typeMessagelistenerType<T> removeMessagelistenerType()
messagelistener-type elementMessagelistenerTypeActivationspecType<MessagelistenerType<T>> getOrCreateActivationspec()
activationspec element with the given value will be created.
Otherwise, the existing activationspec element will be returned.ActivationspecType> MessagelistenerType<T> removeActivationspec()
activationspec elementMessagelistenerTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.