Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.ApplicationExceptionType

Packages that use ApplicationExceptionType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of ApplicationExceptionType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ApplicationExceptionType
 ApplicationExceptionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.applicationException()
          Returns the application-exception element
 ApplicationExceptionType<T> ApplicationExceptionType.removeExceptionClass()
          Removes the exception-class element
 ApplicationExceptionType<T> ApplicationExceptionType.removeRollback()
          Removes the rollback element
 ApplicationExceptionType<T> ApplicationExceptionType.setExceptionClass(java.lang.String exceptionClass)
          If not already created, a new exception-class element with the given value will be created.
 ApplicationExceptionType<T> ApplicationExceptionType.setRollback(java.lang.Boolean rollback)
          If not already created, a new rollback element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ApplicationExceptionType
 java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getApplicationExceptionList()
          Returns all application-exception elements
 

Uses of ApplicationExceptionType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ApplicationExceptionType
 ApplicationExceptionType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.applicationException()
          Returns the application-exception element
 ApplicationExceptionType<T> ApplicationExceptionTypeImpl.removeExceptionClass()
          Removes the exception-class element
 ApplicationExceptionType<T> ApplicationExceptionTypeImpl.removeRollback()
          Removes the rollback element
 ApplicationExceptionType<T> ApplicationExceptionTypeImpl.setExceptionClass(java.lang.String exceptionClass)
          If not already created, a new exception-class element with the given value will be created.
 ApplicationExceptionType<T> ApplicationExceptionTypeImpl.setRollback(java.lang.Boolean rollback)
          If not already created, a new rollback element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type ApplicationExceptionType
 java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getApplicationExceptionList()
          Returns all application-exception elements