|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.regis.bean.BeanFactory
public class BeanFactory
An instance of this class allows wrapping a Node in a dynamic proxy
that implements a given interface. The interface must have getter methods that correspond
to the name of the properties on the given node.
| Constructor Summary | |
|---|---|
BeanFactory()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
newBeanInstanceFor(Registry reg,
Node node,
java.lang.Class interf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanFactory()
| Method Detail |
|---|
public static java.lang.Object newBeanInstanceFor(Registry reg,
Node node,
java.lang.Class interf)
reg - the Registry from which the given node originates.node - a Node.interf - a user-defined interface.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||