Class ComponentExistenceAspect


  • @Interceptor
    @ComponentInstMustExistIfSpecified
    @Priority(2000)
    public class ComponentExistenceAspect
    extends Object
    An aspect to insert component existence checking in the web services so that it is performed implicitly for each web resources managed by a given component instance. If a web resource doesn't belong to any component instance, then nothing is done.
    • Constructor Detail

      • ComponentExistenceAspect

        public ComponentExistenceAspect()
    • Method Detail

      • processAuthorization

        public Object processAuthorization​(javax.interceptor.InvocationContext context)
                                    throws Exception
        Throws:
        Exception