| Constructor and Description |
|---|
EverrestProcessor(ResourceBinder resources,
ProviderBinder providers,
DependencySupplier dependencySupplier) |
EverrestProcessor(ResourceBinder resources,
ProviderBinder providers,
DependencySupplier dependencySupplier,
EverrestConfiguration config,
javax.ws.rs.core.Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplication(javax.ws.rs.core.Application application) |
String |
getProperty(String name) |
ProviderBinder |
getProviders() |
ResourceBinder |
getResources() |
void |
process(GenericContainerRequest request,
GenericContainerResponse response,
EnvironmentContext envCtx) |
void |
setProperty(String name,
String value) |
void |
start()
Star Lifecycle.
|
void |
stop()
Stop Lifecycle.
|
public EverrestProcessor(ResourceBinder resources, ProviderBinder providers, DependencySupplier dependencySupplier, EverrestConfiguration config, javax.ws.rs.core.Application application)
public EverrestProcessor(ResourceBinder resources, ProviderBinder providers, DependencySupplier dependencySupplier)
public void process(GenericContainerRequest request, GenericContainerResponse response, EnvironmentContext envCtx) throws UnhandledException, IOException
UnhandledExceptionIOExceptionpublic void addApplication(javax.ws.rs.core.Application application)
public void start()
Lifecyclestart in interface LifecycleLifecycle.start()public void stop()
Lifecyclestop in interface LifecycleLifecycle.stop()public ProviderBinder getProviders()
public ResourceBinder getResources()
Copyright © 2015. All rights reserved.