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.id(String id)
          Sets the id attribute
 ApplicationExceptionType<T> ApplicationExceptionType.inherited(Boolean inherited)
          Sets the inherited element
 ApplicationExceptionType<T> ApplicationExceptionType.removeExceptionClass()
          Removes the exception-class element
 ApplicationExceptionType<T> ApplicationExceptionType.removeId()
          Removes the id attribute
 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
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.