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 ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AssemblyDescriptorType
 AssemblyDescriptorType<EjbJar31Descriptor> EjbJar31Descriptor.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<EjbJarType<T>> EjbJarType.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 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.applicationException()
          Returns the application-exception element
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.containerTransaction()
          Returns the container-transaction element
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorType.excludeList()
          If not already created, a new exclude-list element will be created and returned.
 java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getApplicationExceptionList()
          Returns all application-exception elements
 java.util.List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getContainerTransactionList()
          Returns all container-transaction elements
 java.util.List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getInterceptorBindingList()
          Returns all interceptor-binding elements
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MethodPermissionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getMethodPermissionList()
          Returns all method-permission elements
 java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getSecurityRoleList()
          Returns all security-role elements
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorType.interceptorBinding()
          Returns the interceptor-binding element
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.messageDestination()
          Returns the message-destination element
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.methodPermission()
          Returns the method-permission element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.securityRole()
          Returns the security-role element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement AssemblyDescriptorType
 class AssemblyDescriptorTypeImpl<T>
          This class implements the assembly-descriptorType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return AssemblyDescriptorType
 AssemblyDescriptorType<EjbJar31Descriptor> EjbJar31DescriptorImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<EjbJarType<T>> EjbJarTypeImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllApplicationException()
          Removes all application-exception elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllContainerTransaction()
          Removes all container-transaction elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllInterceptorBinding()
          Removes all interceptor-binding elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllMessageDestination()
          Removes all message-destination elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllMethodPermission()
          Removes all method-permission elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeAllSecurityRole()
          Removes all security-role elements
 AssemblyDescriptorType<T> AssemblyDescriptorTypeImpl.removeExcludeList()
          Removes the exclude-list element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type AssemblyDescriptorType
 ApplicationExceptionType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.applicationException()
          Returns the application-exception element
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.containerTransaction()
          Returns the container-transaction element
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.excludeList()
          If not already created, a new exclude-list element will be created and returned.
 java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getApplicationExceptionList()
          Returns all application-exception elements
 java.util.List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getContainerTransactionList()
          Returns all container-transaction elements
 java.util.List<InterceptorBindingType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getInterceptorBindingList()
          Returns all interceptor-binding elements
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 java.util.List<MethodPermissionType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getMethodPermissionList()
          Returns all method-permission elements
 java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getSecurityRoleList()
          Returns all security-role elements
 InterceptorBindingType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.interceptorBinding()
          Returns the interceptor-binding element
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.messageDestination()
          Returns the message-destination element
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.methodPermission()
          Returns the method-permission element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.securityRole()
          Returns the security-role element