Class AutomationServerProvider
- java.lang.Object
-
- org.nuxeo.ecm.automation.server.jaxrs.AutomationServerProvider
-
- All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<AutomationServer>
,com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
public class AutomationServerProvider extends Object implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>, com.sun.jersey.spi.inject.Injectable<AutomationServer>
- Since:
- 8.10
-
-
Constructor Summary
Constructors Constructor Description AutomationServerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.jersey.spi.inject.Injectable<AutomationServer>
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()
AutomationServer
getValue()
-
-
-
Method Detail
-
getValue
public AutomationServer getValue()
- Specified by:
getValue
in interfacecom.sun.jersey.spi.inject.Injectable<AutomationServer>
-
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<AutomationServer> 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>
-
-