Package org.apache.unomi.rest.server
Class RestServer
java.lang.Object
org.apache.unomi.rest.server.RestServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activate
(org.osgi.service.component.ComponentContext componentContext) void
addExceptionMapper
(javax.ws.rs.ext.ExceptionMapper exceptionMapper) void
void
removeExceptionMapper
(javax.ws.rs.ext.ExceptionMapper exceptionMapper) void
setConfigSharingService
(ConfigSharingService configSharingService) void
setRestAuthenticationConfig
(RestAuthenticationConfig restAuthenticationConfig) void
setSchemaService
(SchemaService schemaService) void
setServerBus
(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
-