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

Packages that use MessageDestinationRefType
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 MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.application6
 

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MessageDestinationRefType
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type MessageDestinationRefType
 List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<MessageDestinationRefType<EntityBeanType<T>>> EntityBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<MessageDestinationRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<MessageDestinationRefType<InterceptorType<T>>> InterceptorType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 

Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return MessageDestinationRefType
 MessageDestinationRefType<T> MessageDestinationRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationRefType<T> MessageDestinationRefType.id(String id)
          Sets the id attribute
 MessageDestinationRefType<T> MessageDestinationRefType.lookupName(String lookupName)
          Sets the lookup-name element
 MessageDestinationRefType<T> MessageDestinationRefType.mappedName(String mappedName)
          Sets the mapped-name element
 MessageDestinationRefType<T> MessageDestinationRefType.messageDestinationLink(String messageDestinationLink)
          Sets the message-destination-link element
 MessageDestinationRefType<T> MessageDestinationRefType.messageDestinationRefName(String messageDestinationRefName)
          Sets the message-destination-ref-name element
 MessageDestinationRefType<T> MessageDestinationRefType.messageDestinationType(String messageDestinationType)
          Sets the message-destination-type element
 MessageDestinationRefType<T> MessageDestinationRefType.messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          Sets the message-destination-usage element
 MessageDestinationRefType<T> MessageDestinationRefType.messageDestinationUsage(String messageDestinationUsage)
          Sets the message-destination-usage element
 MessageDestinationRefType<T> MessageDestinationRefType.removeAllDescription()
          Removes the description element
 MessageDestinationRefType<T> MessageDestinationRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 MessageDestinationRefType<T> MessageDestinationRefType.removeId()
          Removes the id attribute
 MessageDestinationRefType<T> MessageDestinationRefType.removeLookupName()
          Removes the lookup-name element
 MessageDestinationRefType<T> MessageDestinationRefType.removeMappedName()
          Removes the mapped-name element
 MessageDestinationRefType<T> MessageDestinationRefType.removeMessageDestinationLink()
          Removes the message-destination-link element
 MessageDestinationRefType<T> MessageDestinationRefType.removeMessageDestinationRefName()
          Removes the message-destination-ref-name element
 MessageDestinationRefType<T> MessageDestinationRefType.removeMessageDestinationType()
          Removes the message-destination-type element
 MessageDestinationRefType<T> MessageDestinationRefType.removeMessageDestinationUsage()
          Removes the message-destination-usage attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type MessageDestinationRefType
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<MessageDestinationRefType<T>>> MessageDestinationRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

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

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

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

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

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

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

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

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

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.