public interface MessagelistenerType<T> extends Child<T>
messagelistenerType
xsd typeModifier 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-type
MessagelistenerType
String getMessagelistenerType()
messagelistener-type
elementmessagelistener-type
MessagelistenerType<T> removeMessagelistenerType()
messagelistener-type
elementMessagelistenerType
ActivationspecType<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
elementMessagelistenerType
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.