Class RestServer


  • public class RestServer
    extends Object
    • Constructor Detail

      • RestServer

        public RestServer()
    • 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