Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.MessagePropertiesType

Packages that use MessagePropertiesType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of MessagePropertiesType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessagePropertiesType
 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.id(String id)
          Sets the id attribute
 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.removeId()
          Removes the id attribute
 MessagePropertiesType<T> MessagePropertiesType.removeMethod()
          Removes the method element
 MessagePropertiesType<T> MessagePropertiesType.removePriority()
          Removes the priority element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessagePropertiesType
 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.