Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MessagePropertiesType<T> |
MessagePropertiesType.clazz(String clazz)
Sets the
class element |
MessagePropertiesType<ConsumerBeanType<T>> |
ConsumerBeanType.createMessageProperties()
Creates a new
message-properties element |
MessagePropertiesType<T> |
MessagePropertiesType.delivery(String delivery)
Sets the
delivery element |
MessagePropertiesType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateMessageProperties()
If not already created, a new
message-properties element will be created and returned. |
MessagePropertiesType<T> |
MessagePropertiesType.priority(Integer priority)
Sets the
priority element |
MessagePropertiesType<T> |
MessagePropertiesType.removeClazz()
Removes the
class element |
MessagePropertiesType<T> |
MessagePropertiesType.removeDelivery()
Removes the
delivery element |
MessagePropertiesType<T> |
MessagePropertiesType.removeMethod()
Removes the
method element |
MessagePropertiesType<T> |
MessagePropertiesType.removePriority()
Removes the
priority element |
Modifier and Type | Method and Description |
---|---|
List<MessagePropertiesType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllMessageProperties()
Returns all
message-properties elements |
MethodType<MessagePropertiesType<T>> |
MessagePropertiesType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.