ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use MessageDestinationType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.ejbjar31 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.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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.lookupName(String lookupName)
          Sets the lookup-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.removeLookupName()
          Removes the lookup-name element
 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.javaee6 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.
 

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

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

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

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

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

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

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

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

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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