ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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.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
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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