| Modifier and Type | Class and Description |
|---|---|
class |
JvmBinding
JVM Service and Reference Binding
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Binding> |
AbstractContract.bindings
associated binding
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Binding> |
AbstractContract.addBinding(Set<T> bindings) |
<T extends Binding> |
AbstractContract.addBinding(T binding) |
| Modifier and Type | Method and Description |
|---|---|
Binding |
AbstractContract.getBinding(BindingType bindingType) |
| Modifier and Type | Method and Description |
|---|---|
Set<Binding> |
AbstractContract.getBindings() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindingAdapter<T extends Binding>
Binding Adapter for SOFA service and reference
refer
BindingType to get supported binding types. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinding
abstract binding implementation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Binding> |
Contract.addBinding(Set<T> bindings)
add binding object, Contract supports multiple binding
|
<T extends Binding> |
Contract.addBinding(T binding)
add binding object, Contract supports multiple binding
|
<T extends Binding> |
Contract.getBindings()
get supported binding set
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
Contract.getBinding(BindingType bindingType)
get binding object by binding type
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractComponent.aggregateBindingHealth(Collection<Binding> bindings) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindingConverter<L extends BindingParam,R extends Binding>
Binding Converter, convert
BindingParam or xml Element to concrete Binding |
| Modifier and Type | Field and Description |
|---|---|
protected List<Binding> |
AbstractContractFactoryBean.bindings
bindings
|
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
AbstractContractFactoryBean.getBindings() |
protected List<Binding> |
AbstractContractFactoryBean.parseBindings(List<Element> parseElements,
org.springframework.context.ApplicationContext appContext,
boolean isInBinding) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContractFactoryBean.setBindings(List<Binding> bindings) |
Copyright © 2021. All rights reserved.