Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.AssemblyDescriptorType

Packages that use AssemblyDescriptorType
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.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return AssemblyDescriptorType
 AssemblyDescriptorType<JbossType<T>> JbossType.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<Jboss51Descriptor> Jboss51Descriptor.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllMessageDestination()
          Removes all message-destination elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllSecurityRole()
          Removes all security-role elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AssemblyDescriptorType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getSecurityRoleList()
          Returns all security-role elements
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.messageDestination()
          Returns the message-destination element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.securityRole()
          Returns the security-role element
 

Uses of AssemblyDescriptorType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return AssemblyDescriptorType
 AssemblyDescriptorType<Jboss51Descriptor> Jboss51DescriptorImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<JbossType<T>> JbossTypeImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllMessageDestination()
          Removes all message-destination elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllSecurityRole()
          Removes all security-role elements
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type AssemblyDescriptorType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getSecurityRoleList()
          Returns all security-role elements
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.messageDestination()
          Returns the message-destination element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.securityRole()
          Returns the security-role element