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

Packages that use MessageDestinationRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessageDestinationRefType
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<ServiceBeanType<T>> ServiceBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<ConsumerBeanType<T>> ConsumerBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessageDestinationRefType
 java.util.List<MessageDestinationRefType<GenericBeanType<T>>> GenericBeanType.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<ServiceBeanType<T>>> ServiceBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> ConsumerBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return MessageDestinationRefType
 MessageDestinationRefType<T> MessageDestinationRefType.ignoreDependency()
           
 MessageDestinationRefType<T> MessageDestinationRefType.removeAllDescription()
          Removes the description element
 MessageDestinationRefType<T> MessageDestinationRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 MessageDestinationRefType<T> MessageDestinationRefType.removeJndiName()
          Removes the jndi-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.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.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 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.jbosscommon51 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.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MessageDestinationRefType
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 MessageDestinationRefType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type MessageDestinationRefType
 java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.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<GenericBeanType<T>>> GenericBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement MessageDestinationRefType
 class MessageDestinationRefTypeImpl<T>
          This class implements the message-destination-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return MessageDestinationRefType
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.ignoreDependency()
           
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeAllDescription()
          Removes the description element
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 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.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 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.jbosscommon51 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