Class ApplicationExceptionHandler
- java.lang.Object
-
- com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
-
- org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler
-
- All Implemented Interfaces:
org.glassfish.apf.AnnotationHandler
@Service public class ApplicationExceptionHandler extends com.sun.enterprise.deployment.annotation.handlers.AbstractHandlerHandles @jakarta.ejb.ApplicationException
-
-
Constructor Summary
Constructors Constructor Description ApplicationExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.apf.HandlerProcessingResultprocessAnnotation(org.glassfish.apf.AnnotationInfo ainfo)protected booleansupportTypeInheritance()-
Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethod
-
-
-
-
Method Detail
-
processAnnotation
public org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo) throws org.glassfish.apf.AnnotationProcessorException- Throws:
org.glassfish.apf.AnnotationProcessorException
-
supportTypeInheritance
protected boolean supportTypeInheritance()
-
-