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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return MessageDestinationType
 MessageDestinationType<T> MessageDestinationType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationType.id(String id)
          Sets the id attribute
 MessageDestinationType<T> MessageDestinationType.jndiName(String jndiName)
          Sets the jndi-name element
 MessageDestinationType<T> MessageDestinationType.lookupName(String lookupName)
          Sets the lookup-name element
 MessageDestinationType<T> MessageDestinationType.mappedName(String mappedName)
          Sets the mapped-name element
 MessageDestinationType<T> MessageDestinationType.messageDestinationName(String messageDestinationName)
          Sets the message-destination-name element
 MessageDestinationType<T> MessageDestinationType.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationType.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationType.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationType.removeId()
          Removes the id attribute
 MessageDestinationType<T> MessageDestinationType.removeJndiName()
          Removes the jndi-name element
 MessageDestinationType<T> MessageDestinationType.removeLookupName()
          Removes the lookup-name element
 MessageDestinationType<T> MessageDestinationType.removeMappedName()
          Removes the mapped-name element
 MessageDestinationType<T> MessageDestinationType.removeMessageDestinationName()
          Removes the message-destination-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return types with arguments of type MessageDestinationType
 IconType<MessageDestinationType<T>> MessageDestinationType.createIcon()
          Creates a new icon element
 List<IconType<MessageDestinationType<T>>> MessageDestinationType.getAllIcon()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

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

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



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