|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanBuilderFactory
Definition of an interface for querying new
objects.
BeanBuilder
This interface provides a generic means for obtaining a new
BeanBuilder instance that can be used for processing a script
with bean definitions. It is a typical factory interface decoupling its
clients from the concrete builder implementation.
Note: An implementation is intended to be thread-safe, so that it
can be shared between multiple threads. For the returned
BeanBuilder instances however, this is not the case. They
should be used by a single thread only.
| Method Summary | |
|---|---|
BeanBuilder |
getBeanBuilder()
Returns a BeanBuilder object for processing a script with
bean definitions. |
| Method Detail |
|---|
BeanBuilder getBeanBuilder()
throws BuilderException
BeanBuilder object for processing a script with
bean definitions. The returned object is fully initialized and can be
used immediately.
BeanBuilder instance
BuilderException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||