Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.MessageDestinationRefType
-
Packages that use MessageDestinationRefType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return MessageDestinationRefType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationRefType<T>MessageDestinationRefType. id(String id)Sets theidattributeMessageDestinationRefType<T>MessageDestinationRefType. lookupName(String lookupName)Sets thelookup-nameelementMessageDestinationRefType<T>MessageDestinationRefType. mappedName(String mappedName)Sets themapped-nameelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationLink(String messageDestinationLink)Sets themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationRefName(String messageDestinationRefName)Sets themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationType(String messageDestinationType)Sets themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationUsage(String messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefType. removeAllDescription()Removes thedescriptionelementMessageDestinationRefType<T>MessageDestinationRefType. removeAllInjectionTarget()Removes allinjection-targetelementsMessageDestinationRefType<T>MessageDestinationRefType. removeId()Removes theidattributeMessageDestinationRefType<T>MessageDestinationRefType. removeLookupName()Removes thelookup-nameelementMessageDestinationRefType<T>MessageDestinationRefType. removeMappedName()Removes themapped-nameelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationLink()Removes themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationRefName()Removes themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationType()Removes themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationUsage()Removes themessage-destination-usageattributeMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type MessageDestinationRefType Modifier and Type Method Description InjectionTargetType<MessageDestinationRefType<T>>MessageDestinationRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<MessageDestinationRefType<T>>>MessageDestinationRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<MessageDestinationRefType<T>>MessageDestinationRefType. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement MessageDestinationRefType Modifier and Type Class Description classMessageDestinationRefTypeImpl<T>This class implements themessage-destination-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return MessageDestinationRefType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. id(String id)Sets theidattributeMessageDestinationRefType<T>MessageDestinationRefTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationLink(String messageDestinationLink)Sets themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationRefName(String messageDestinationRefName)Sets themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationType(String messageDestinationType)Sets themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationUsage(String messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeAllDescription()Removes thedescriptionelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeId()Removes theidattributeMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeLookupName()Removes thelookup-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMappedName()Removes themapped-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationLink()Removes themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationRefName()Removes themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationType()Removes themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationUsage()Removes themessage-destination-usageattributeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type MessageDestinationRefType Modifier and Type Method Description InjectionTargetType<MessageDestinationRefType<T>>MessageDestinationRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<MessageDestinationRefType<T>>>MessageDestinationRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<MessageDestinationRefType<T>>MessageDestinationRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-