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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MessageDestinationRefType
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type MessageDestinationRefType
 java.util.List<MessageDestinationRefType<InterceptorType<T>>> InterceptorType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<EntityBeanType<T>>> EntityBeanType.getMessageDestinationRefList()
          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.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.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationRefType<T> MessageDestinationRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationRefType<T> MessageDestinationRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationLink(java.lang.String messageDestinationLink)
          If not already created, a new message-destination-link element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationRefName(java.lang.String messageDestinationRefName)
          If not already created, a new message-destination-ref-name element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationType(java.lang.String messageDestinationType)
          If not already created, a new message-destination-type element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationUsage(java.lang.String messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type MessageDestinationRefType
 java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> MessageDestinationRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefType.injectionTarget()
          Returns the injection-target element
 

Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return MessageDestinationRefType
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<InterceptorType<T>> InterceptorTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type MessageDestinationRefType
 java.util.List<MessageDestinationRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<InterceptorType<T>>> InterceptorTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return MessageDestinationRefType
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeAllDescription()
          Removes the description element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeMessageDestinationLink()
          Removes the message-destination-link element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeMessageDestinationRefName()
          Removes the message-destination-ref-name element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeMessageDestinationType()
          Removes the message-destination-type element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationLink(java.lang.String messageDestinationLink)
          If not already created, a new message-destination-link element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationRefName(java.lang.String messageDestinationRefName)
          If not already created, a new message-destination-ref-name element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationType(java.lang.String messageDestinationType)
          If not already created, a new message-destination-type element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationUsage(java.lang.String messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type MessageDestinationRefType
 java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> MessageDestinationRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<MessageDestinationRefType<T>> MessageDestinationRefTypeImpl.injectionTarget()
          Returns the injection-target element