| Modifier and Type | Class and Description |
|---|---|
class |
MediaTypeBindingKey
TODO JavaDoc
|
class |
PathBindingKey
TODO JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
Map<BindingKey,Binding> |
BindingRepository.getBindings() |
Set<BindingKey> |
BindingRepository.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingRepository.activate(BindingKey key) |
void |
BindingRepository.deactivate(BindingKey key) |
Binding |
BindingRepository.getBinding(BindingKey key) |
boolean |
BindingRepository.isActive(BindingKey key) |
boolean |
BindingRepository.isBindingSupported(BindingKey key) |
void |
BindingRepository.setActive(BindingKey bk,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingRepository.deregisterListener(ActivationListener<BindingKey> listener) |
void |
BindingRepository.registerListener(ActivationListener<BindingKey> listener) |
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
EXIBinding.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
JSONBinding.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
KvpBinding.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
PoxBinding.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
SoapBinding.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
ActivationInitializer<BindingKey> |
ActivationService.getBindingInitializer() |
Set<BindingKey> |
ActivationService.getBindingKeys() |
Set<BindingKey> |
ActivationDao.getBindingKeys() |
FunctionalActivationListener<BindingKey> |
ActivationService.getBindingListener() |
ActivationSource<BindingKey> |
ActivationService.getBindingSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActivationService.isBindingActive(BindingKey key)
Checks if the binding is active.
|
boolean |
ActivationDao.isBindingActive(BindingKey key)
Checks if the binding is active.
|
void |
ActivationDao.setBindingStatus(BindingKey key,
boolean active)
Sets the status of a binding.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
JsonActivationDao.getBindingKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonActivationDao.isBindingActive(BindingKey key) |
void |
JsonActivationDao.setBindingStatus(BindingKey key,
boolean active) |
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.