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 application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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.messageDestination()
          Returns the message-destination element
 MessageDestinationType<Application6Descriptor> Application6Descriptor.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<ApplicationType<T>>> ApplicationType.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MessageDestinationType<Application6Descriptor>> Application6Descriptor.getMessageDestinationList()
          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.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getMessageDestinationList()
          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.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
 MessageDestinationType<T> MessageDestinationType.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationType<T> MessageDestinationType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 MessageDestinationType<T> MessageDestinationType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationType.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationType.setMessageDestinationName(java.lang.String messageDestinationName)
          If not already created, a new message-destination-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type MessageDestinationType
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationType.getIconList()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationType.icon()
          Returns the icon element
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return MessageDestinationType
 MessageDestinationType<WebApp30Descriptor> WebApp30Descriptor.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<WebApp30Descriptor>> WebApp30Descriptor.getMessageDestinationList()
          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.messageDestination()
          Returns the message-destination element
 MessageDestinationType<WebAppType<T>> WebAppType.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<WebFragmentType<T>>> WebFragmentType.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MessageDestinationType<WebAppType<T>>> WebAppType.getMessageDestinationList()
          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<WebFragment30Descriptor> WebFragment30Descriptor.messageDestination()
          Returns the message-destination element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return MessageDestinationType
 MessageDestinationType<Application6Descriptor> Application6DescriptorImpl.messageDestination()
          Returns the message-destination element
 MessageDestinationType<ApplicationType<T>> ApplicationTypeImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<Application6Descriptor>> Application6DescriptorImpl.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MessageDestinationType<ApplicationType<T>>> ApplicationTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return MessageDestinationType
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return MessageDestinationType
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationTypeImpl.removeLookupName()
          Removes the lookup-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeMappedName()
          Removes the mapped-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeMessageDestinationName()
          Removes the message-destination-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationTypeImpl.setMessageDestinationName(java.lang.String messageDestinationName)
          If not already created, a new message-destination-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type MessageDestinationType
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationTypeImpl.getIconList()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationTypeImpl.icon()
          Returns the icon element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return MessageDestinationType
 MessageDestinationType<WebApp30Descriptor> WebApp30DescriptorImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<WebApp30Descriptor>> WebApp30DescriptorImpl.getMessageDestinationList()
          Returns all message-destination elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return MessageDestinationType
 MessageDestinationType<WebFragmentType<T>> WebFragmentTypeImpl.messageDestination()
          Returns the message-destination element
 MessageDestinationType<WebAppType<T>> WebAppTypeImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<WebFragmentType<T>>> WebFragmentTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MessageDestinationType<WebAppType<T>>> WebAppTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return MessageDestinationType
 MessageDestinationType<WebFragment30Descriptor> WebFragment30DescriptorImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getMessageDestinationList()
          Returns all message-destination elements