Class RestServer

java.lang.Object
org.apache.unomi.rest.server.RestServer

public class RestServer extends Object
  • Constructor Details

    • RestServer

      public RestServer()
  • Method Details

    • 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
    • deactivate

      public void deactivate() throws Exception
      Throws:
      Exception