@Service public class ProxyRestCommandAdapter extends AbstractProxyRestAdapter
Adapter for rest based command executor.
It extends from AbstractProxyRestAdapter that uses a handle-body idiom. The handle
implements methods that are metadata/configuration based. The body implements methods that require REST subsystem.| Constructor and Description |
|---|
ProxyRestCommandAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected Config |
getConfig() |
String |
getContextRoot()
Context root this adapter is responsible for handling.
|
protected String |
getName() |
protected org.glassfish.hk2.api.ServiceLocator |
getServices() |
getHttpService, getListenAddress, getListenPort, getVirtualServers, isRegistered, setRegisteredprotected org.glassfish.hk2.api.ServiceLocator getServices()
getServices in class AbstractProxyRestAdapterprotected Config getConfig()
getConfig in class AbstractProxyRestAdapterprotected String getName()
getName in class AbstractProxyRestAdapterpublic String getContextRoot()
AbstractProxyRestAdaptergetContextRoot in interface AdaptergetContextRoot in class AbstractProxyRestAdapterCopyright © 2019. All rights reserved.