Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ApplicationExceptionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createApplicationException()
Creates a new
application-exception element |
ApplicationExceptionType<T> |
ApplicationExceptionType.exceptionClass(String exceptionClass)
Sets the
exception-class element |
ApplicationExceptionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateApplicationException()
If not already created, a new
application-exception element will be created and returned. |
ApplicationExceptionType<T> |
ApplicationExceptionType.inherited(Boolean inherited)
Sets the
inherited element |
ApplicationExceptionType<T> |
ApplicationExceptionType.removeExceptionClass()
Removes the
exception-class element |
ApplicationExceptionType<T> |
ApplicationExceptionType.removeInherited()
Removes the
inherited element |
ApplicationExceptionType<T> |
ApplicationExceptionType.removeRollback()
Removes the
rollback element |
ApplicationExceptionType<T> |
ApplicationExceptionType.rollback(Boolean rollback)
Sets the
rollback element |
Modifier and Type | Method and Description |
---|---|
List<ApplicationExceptionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllApplicationException()
Returns all
application-exception elements |
Copyright © 2013 JBoss by Red Hat. All rights reserved.