Package org.apache.unomi.rest.server
Class RestServer
java.lang.Object
org.apache.unomi.rest.server.RestServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext componentContext) voidaddExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper) voidvoidremoveExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper) voidsetConfigSharingService(ConfigSharingService configSharingService) voidsetRestAuthenticationConfig(RestAuthenticationConfig restAuthenticationConfig) voidsetSchemaService(SchemaService schemaService) voidsetServerBus(org.apache.cxf.Bus serverBus)
-
Constructor Details
-
RestServer
public RestServer()
-
-
Method Details
-
setSchemaService
-
setServerBus
public void setServerBus(org.apache.cxf.Bus serverBus) -
setRestAuthenticationConfig
-
setConfigSharingService
-
addExceptionMapper
public void addExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper) -
removeExceptionMapper
public void removeExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper) -
activate
- Throws:
Exception
-
deactivate
- Throws:
Exception
-