@Service public class HandlerChainHandler extends AbstractHandler
ejbProvider, localStrings, loggerANNOTATION_HANDLER_METADATA| Constructor and Description |
|---|
HandlerChainHandler()
Creates a new instance of HandlerChainHandler
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
HandlerProcessingResult |
processAnnotation(AnnotationInfo annInfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
HandlerProcessingResult |
processHandlerChainAnnotation(AnnotationInfo annInfo,
AnnotatedElementHandler annCtx,
AnnotatedElement annElem,
Class declaringClass,
boolean serviceSideChain) |
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodpublic HandlerChainHandler()
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies in interface AnnotationHandlergetTypeDependencies in class AbstractHandlerpublic HandlerProcessingResult processAnnotation(AnnotationInfo annInfo) throws AnnotationProcessorException
AnnotationHandlerannInfo - the annotation informationAnnotationProcessorExceptionpublic HandlerProcessingResult processHandlerChainAnnotation(AnnotationInfo annInfo, AnnotatedElementHandler annCtx, AnnotatedElement annElem, Class declaringClass, boolean serviceSideChain) throws AnnotationProcessorException
AnnotationProcessorExceptionCopyright © 2017. All rights reserved.