Class MockEjbInjectionServices

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.EjbInjectionServices

    public class MockEjbInjectionServices
    extends Object
    implements org.jboss.weld.injection.spi.EjbInjectionServices
    Author:
    pmuir
    • Constructor Detail

      • MockEjbInjectionServices

        public MockEjbInjectionServices()
    • Method Detail

      • resolveEjb

        public Object resolveEjb​(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service
      • registerEjbInjectionPoint

        public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerEjbInjectionPoint​(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
        Specified by:
        registerEjbInjectionPoint in interface org.jboss.weld.injection.spi.EjbInjectionServices