|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagePropertiesType<T>
This interface defines the contract for the message-propertiesType
xsd type
Original Documentation:
Element for defining JMS message properties (e.g. persistence, priority)
for a consumer bean Used in: consumer
Method Summary | |
---|---|
java.lang.String |
getClazz()
Returns the class element |
java.lang.String |
getDelivery()
Returns the delivery element |
java.lang.Integer |
getPriority()
Returns the priority element |
MethodType<MessagePropertiesType<T>> |
method()
If not already created, a new method element will be created and returned. |
MessagePropertiesType<T> |
removeClazz()
Removes the class element |
MessagePropertiesType<T> |
removeDelivery()
Removes the delivery element |
MessagePropertiesType<T> |
removeMethod()
Removes the method element |
MessagePropertiesType<T> |
removePriority()
Removes the priority element |
MessagePropertiesType<T> |
setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
MessagePropertiesType<T> |
setDelivery(java.lang.String delivery)
If not already created, a new delivery element with the given value will be created. |
MessagePropertiesType<T> |
setPriority(java.lang.Integer priority)
If not already created, a new priority element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MessagePropertiesType<T> setClazz(java.lang.String clazz)
class
element with the given value will be created.
Otherwise, the existing class
element will be updated with the given value.
MessagePropertiesType
MessagePropertiesType<T> removeClazz()
class
element
MessagePropertiesType
java.lang.String getClazz()
class
element
class
MessagePropertiesType<T> removeMethod()
method
element
MessagePropertiesType
MethodType<MessagePropertiesType<T>> method()
method
element will be created and returned.
Otherwise, the existing method
element will be returned.
method
MessagePropertiesType<T> setDelivery(java.lang.String delivery)
delivery
element with the given value will be created.
Otherwise, the existing delivery
element will be updated with the given value.
MessagePropertiesType
MessagePropertiesType<T> removeDelivery()
delivery
element
MessagePropertiesType
java.lang.String getDelivery()
delivery
element
delivery
MessagePropertiesType<T> setPriority(java.lang.Integer priority)
priority
element with the given value will be created.
Otherwise, the existing priority
element will be updated with the given value.
MessagePropertiesType
MessagePropertiesType<T> removePriority()
priority
element
MessagePropertiesType
java.lang.Integer getPriority()
priority
element
priority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |