Class AutomationServiceProvider
- java.lang.Object
-
- org.nuxeo.ecm.automation.server.jaxrs.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
-
-
Constructor Summary
Constructors Constructor Description AutomationServiceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.jersey.spi.inject.Injectable<AutomationService>
getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type c)
com.sun.jersey.core.spi.component.ComponentScope
getScope()
AutomationService
getValue()
-
-
-
Method Detail
-
getValue
public AutomationService getValue()
- Specified by:
getValue
in interfacecom.sun.jersey.spi.inject.Injectable<AutomationService>
-
getScope
public com.sun.jersey.core.spi.component.ComponentScope getScope()
- Specified by:
getScope
in interfacecom.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
-
getInjectable
public com.sun.jersey.spi.inject.Injectable<AutomationService> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type c)
- Specified by:
getInjectable
in interfacecom.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
-
-