public class RestServer extends Object
Constructor and Description |
---|
RestServer() |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.osgi.service.component.ComponentContext componentContext) |
void |
addExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper) |
void |
deactivate() |
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) |
public void setSchemaService(SchemaService schemaService)
public void setServerBus(org.apache.cxf.Bus serverBus)
public void setRestAuthenticationConfig(RestAuthenticationConfig restAuthenticationConfig)
public void setConfigSharingService(ConfigSharingService configSharingService)
public void addExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)
public void removeExceptionMapper(javax.ws.rs.ext.ExceptionMapper exceptionMapper)
public void activate(org.osgi.service.component.ComponentContext componentContext) throws Exception
Exception
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.