Package org.apache.unomi.rest.server
Class RestServer
- java.lang.Object
-
- org.apache.unomi.rest.server.RestServer
-
public class RestServer extends Object
-
-
Constructor Summary
Constructors Constructor Description RestServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.service.component.ComponentContext componentContext)voidaddExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)voiddeactivate()voidremoveExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)voidsetConfigSharingService(ConfigSharingService configSharingService)voidsetRestAuthenticationConfig(RestAuthenticationConfig restAuthenticationConfig)voidsetSchemaService(SchemaService schemaService)voidsetServerBus(org.apache.cxf.Bus serverBus)
-
-
-
Method Detail
-
setSchemaService
public void setSchemaService(SchemaService schemaService)
-
setServerBus
public void setServerBus(org.apache.cxf.Bus serverBus)
-
setRestAuthenticationConfig
public void setRestAuthenticationConfig(RestAuthenticationConfig restAuthenticationConfig)
-
setConfigSharingService
public void setConfigSharingService(ConfigSharingService configSharingService)
-
addExceptionMapper
public void addExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)
-
removeExceptionMapper
public void removeExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)
-
activate
public void activate(org.osgi.service.component.ComponentContext componentContext) throws Exception- Throws:
Exception
-
-