Class AutomationServiceProvider

  • All Implemented Interfaces:
    com.sun.jersey.spi.inject.Injectable<AutomationService>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,​Type>

    public class AutomationServiceProvider
    extends Object
    implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,​Type>, com.sun.jersey.spi.inject.Injectable<AutomationService>
    Since:
    8.10
    • Method Detail

      • getScope

        public com.sun.jersey.core.spi.component.ComponentScope getScope()
        Specified by:
        getScope in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,​Type>
      • getInjectable

        public com.sun.jersey.spi.inject.Injectable<AutomationServicegetInjectable​(com.sun.jersey.core.spi.component.ComponentContext ic,
                                                                                     javax.ws.rs.core.Context a,
                                                                                     Type c)
        Specified by:
        getInjectable in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,​Type>