ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use AssemblyDescriptorType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AssemblyDescriptorType
 AssemblyDescriptorType<EjbJarType<T>> EjbJarType.getOrCreateAssemblyDescriptor()
          If not already created, a new assembly-descriptor element with the given value will be created.
 AssemblyDescriptorType<EjbJarDescriptor> EjbJarDescriptor.getOrCreateAssemblyDescriptor()
          If not already created, a new assembly-descriptor element with the given value will be created.
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllApplicationException()
          Removes all application-exception elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllContainerTransaction()
          Removes all container-transaction elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllInterceptorBinding()
          Removes all interceptor-binding elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllMessageDestination()
          Removes all message-destination elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllMethodPermission()
          Removes all method-permission elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeAllSecurityRole()
          Removes all security-role elements
 AssemblyDescriptorType<T> AssemblyDescriptorType.removeExcludeList()
          Removes the exclude-list element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type AssemblyDescriptorType
 ApplicationExceptionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createApplicationException()
          Creates a new application-exception element
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createContainerTransaction()
          Creates a new container-transaction element
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createInterceptorBinding()
          Creates a new interceptor-binding element
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createMessageDestination()
          Creates a new message-destination element
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createMethodPermission()
          Creates a new method-permission element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createSecurityRole()
          Creates a new security-role element
 List<ApplicationExceptionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllApplicationException()
          Returns all application-exception elements
 List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllContainerTransaction()
          Returns all container-transaction elements
 List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllInterceptorBinding()
          Returns all interceptor-binding elements
 List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllMessageDestination()
          Returns all message-destination elements
 List<MethodPermissionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllMethodPermission()
          Returns all method-permission elements
 List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllSecurityRole()
          Returns all security-role elements
 ApplicationExceptionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateApplicationException()
          If not already created, a new application-exception element will be created and returned.
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateContainerTransaction()
          If not already created, a new container-transaction element will be created and returned.
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateExcludeList()
          If not already created, a new exclude-list element with the given value will be created.
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateInterceptorBinding()
          If not already created, a new interceptor-binding element will be created and returned.
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateMessageDestination()
          If not already created, a new message-destination element will be created and returned.
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateMethodPermission()
          If not already created, a new method-permission element will be created and returned.
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.