ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.MessageDestinationType

Packages that use MessageDestinationType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MessageDestinationType
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createMessageDestination()
          Creates a new message-destination element
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateMessageDestination()
          If not already created, a new message-destination element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type MessageDestinationType
 List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllMessageDestination()
          Returns all message-destination elements
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return MessageDestinationType
 MessageDestinationType<T> MessageDestinationType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationType.mappedName(String mappedName)
          Sets the mapped-name element
 MessageDestinationType<T> MessageDestinationType.messageDestinationName(String messageDestinationName)
          Sets the message-destination-name element
 MessageDestinationType<T> MessageDestinationType.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationType.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationType.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationType.removeMappedName()
          Removes the mapped-name element
 MessageDestinationType<T> MessageDestinationType.removeMessageDestinationName()
          Removes the message-destination-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type MessageDestinationType
 IconType<MessageDestinationType<T>> MessageDestinationType.createIcon()
          Creates a new icon element
 List<IconType<MessageDestinationType<T>>> MessageDestinationType.getAllIcon()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.