public interface Chain extends Component
Modifier and Type | Method and Description |
---|---|
Adapter |
getAdapter(String adapterId)
Obtain the adaptor model which has the given identificator.
|
Set<Adapter> |
getAdapters()
Get all the mediators models added to the chain model.
|
Set<Binding> |
getBindings()
Get all the bindings added to the chain model.
|
Binding[] |
getBindings(MediatorComponent source,
MediatorComponent target)
Obtain an array of all the bindings asociated to the given mediators.
|
Mediator |
getMediator(String mediatorId)
Obtain the mediator model which has the given identificator.
|
Set<Mediator> |
getMediators()
Get all the mediators models added to the chain model.
|
Map |
toMap() |
getId, getNamespace, getProperties, getProperty, getType, setProperties, setProperty, toString
Mediator getMediator(String mediatorId)
mediatorId
- MediatorImpl identificator.Set<Mediator> getMediators()
Adapter getAdapter(String adapterId)
mediatorId
- MediatorImpl identificator.Set<Adapter> getAdapters()
Set<Binding> getBindings()
Binding[] getBindings(MediatorComponent source, MediatorComponent target)
source
- source mediator which contains the searched bindings.target
- target mediator which contains the searched bindings.Map toMap()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.