| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingFactoryManager
The manager interface represents a repository for accessing 
 BindingFactorys.
 Provides methods necessary for registering, deregistering or retrieving of
 BindingFactorys.
| Method Summary | |
|---|---|
|  BindingFactory | getBindingFactory(java.lang.String name)Retrieves the BindingFactory registered with the given name. | 
|  void | registerBindingFactory(java.lang.String name,
                       BindingFactory binding)Registers a BindingFactory using the provided name. | 
|  void | unregisterBindingFactory(java.lang.String name)Deregisters the BindingFactory with the provided name. | 
| Method Detail | 
|---|
void registerBindingFactory(java.lang.String name,
                            BindingFactory binding)
name - The name of the BindingFactory.binding - The instance of the class that implements the
 BindingFactory interface.void unregisterBindingFactory(java.lang.String name)
name - The name of the BindingFactory.
BindingFactory getBindingFactory(java.lang.String name)
                                 throws BusException
name - The name of the BindingFactory.
BusException - If there is an error retrieving the BindingFactory.| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||