Uses of Interface
org.glassfish.apf.AnnotatedElementHandler
-
Packages that use AnnotatedElementHandler Package Description com.sun.enterprise.deployment.annotation.context com.sun.enterprise.deployment.annotation.factory com.sun.enterprise.deployment.annotation.handlers org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.context org.glassfish.webservices.connector.annotation.handlers -
-
Uses of AnnotatedElementHandler in com.sun.enterprise.deployment.annotation.context
Classes in com.sun.enterprise.deployment.annotation.context that implement AnnotatedElementHandler Modifier and Type Class Description classAppClientContextThis provides a context for Application Client.classEjbBundleContextThis ClientContext implementation holds a top level reference to the DOL EJB BundleDescriptor which will be used to populate any information processed from the annotations.classEjbContextclassEjbInterceptorContextThis provides a context for a of interceptor.classEjbsContextThis provides a context for a collection of Ejbs with the ejb class name.classManagedBeanContextThis provides a context for a ManagedBeanclassRarBundleContextclassResourceContainerContextImplThis provides an abstraction for handle resource references.classWebBundleContextThis ClientContext implementation holds a top level reference to the DOL Web BundleDescriptor which will be used to populate any information processed from the annotations.classWebComponentContextThis provides a context for a of web component.classWebComponentsContextThis provides a context for a collection of web components with the same impl class name.Methods in com.sun.enterprise.deployment.annotation.context that return AnnotatedElementHandler Modifier and Type Method Description AnnotatedElementHandlerEjbBundleContext. createContextForEjb()This methods create a context for Ejb(s) by using descriptor(s) associated to given ejbClassName.AnnotatedElementHandlerEjbBundleContext. createContextForEjbInterceptor()This methods create a context for EjbInterceptor associated to given className.AnnotatedElementHandlerWebBundleContext. createContextForWeb()This method create a context for web component(s) by using descriptor(s) associated to given webComponet impl class. -
Uses of AnnotatedElementHandler in com.sun.enterprise.deployment.annotation.factory
Methods in com.sun.enterprise.deployment.annotation.factory that return AnnotatedElementHandler Modifier and Type Method Description static AnnotatedElementHandlerAnnotatedElementHandlerFactory. createAnnotatedElementHandler(RootDeploymentDescriptor bundleDesc) -
Uses of AnnotatedElementHandler in com.sun.enterprise.deployment.annotation.handlers
Classes in com.sun.enterprise.deployment.annotation.handlers with type parameters of type AnnotatedElementHandler Modifier and Type Interface Description interfacePostProcessor<T extends AnnotatedElementHandler>This interface enscapulates behaviour of post annotation processing during invokation of endElement in AnnotatedElementHandler.Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type AnnotatedElementHandler Modifier and Type Method Description protected HandlerProcessingResultAbstractHandler. getInvalidAnnotatedElementHandlerResult(AnnotatedElementHandler aeHandler, AnnotationInfo ainfo) -
Uses of AnnotatedElementHandler in org.glassfish.apf
Methods in org.glassfish.apf with type parameters of type AnnotatedElementHandler Modifier and Type Method Description <U extends AnnotatedElementHandler>
UProcessingContext. getHandler(Class<U> handlerType)Return the top handler casted to the requested handler typeMethods in org.glassfish.apf that return AnnotatedElementHandler Modifier and Type Method Description AnnotatedElementHandlerProcessingContext. getHandler()Return the current handler (if any) receving all the annotated elements start and stop events.AnnotatedElementHandlerProcessingContext. popHandler()Removes the top handlerMethods in org.glassfish.apf with parameters of type AnnotatedElementHandler Modifier and Type Method Description voidProcessingContext. pushHandler(AnnotatedElementHandler handler)Push a new handler on the stack of handlers. -
Uses of AnnotatedElementHandler in org.glassfish.apf.context
Classes in org.glassfish.apf.context that implement AnnotatedElementHandler Modifier and Type Class Description classAnnotationContextConvenient superclass implementation of Context objects responsible for holding references to the DOL objects -
Uses of AnnotatedElementHandler in org.glassfish.webservices.connector.annotation.handlers
Methods in org.glassfish.webservices.connector.annotation.handlers with parameters of type AnnotatedElementHandler Modifier and Type Method Description HandlerProcessingResultHandlerChainHandler. processHandlerChainAnnotation(AnnotationInfo annInfo, AnnotatedElementHandler annCtx, AnnotatedElement annElem, Class declaringClass, boolean serviceSideChain)
-