ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MessageDestinationRefType
 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.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 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.
 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.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return MessageDestinationRefType
 MessageDestinationRefType<T> MessageDestinationRefType.description(String... values)
          Creates for all String objects representing description elements, a new description 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.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.javaee5 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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