|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationExceptionType | |
---|---|
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 ApplicationExceptionType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.removeInherited()
Removes the inherited 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.setInherited(java.lang.Boolean inherited)
If not already created, a new inherited 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.ejbjar31 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.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement ApplicationExceptionType | |
---|---|
class |
ApplicationExceptionTypeImpl<T>
This class implements the application-exceptionType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 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.removeInherited()
Removes the inherited 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.setInherited(java.lang.Boolean inherited)
If not already created, a new inherited 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.ejbjar31 that return types with arguments of type ApplicationExceptionType | |
---|---|
java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorTypeImpl.getApplicationExceptionList()
Returns all application-exception elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |