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

Packages that use MessageDestinationRefType
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.ignoreDependency()
          Sets the ignore-dependency element
 MessageDestinationRefType<T> MessageDestinationRefType.jndiName(String jndiName)
          Sets the jndi-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.removeIgnoreDependency()
          Removes the ignore-dependency element
 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.removeMessageDestinationUsage()
          Removes the message-destination-usage attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.jbossweb60
 

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

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



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