|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingManager
BindingManager declares the factory method that produces actual Bindings.
| Field Summary | |
|---|---|
static String |
NAMESPACE
Constant matching the namespace used for the Binding config files. |
static String |
ROLE
Avalon Role for this service interface. |
| Method Summary | |
|---|---|
Binding |
createBinding(Element bindingElement)
Creates a binding from the XML config that is supplied as a DOM tree. |
Binding |
createBinding(Source bindingFile)
Creates a binding from the XML config found at source parameter. |
Binding |
createBinding(String bindingURI)
Creates a binding from the XML config found at bindingURI parameter. |
| Field Detail |
|---|
static final String ROLE
static final String NAMESPACE
| Method Detail |
|---|
Binding createBinding(Source bindingFile)
throws BindingException
BindingException
Binding createBinding(String bindingURI)
throws BindingException
BindingException
Binding createBinding(Element bindingElement)
throws BindingException
The specified element must be a fb:context element.
The binding will not be cached.
BindingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||