|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectModelFactory | |
|---|---|
| org.jboss.xb.binding | |
| Uses of ObjectModelFactory in org.jboss.xb.binding |
|---|
| Subinterfaces of ObjectModelFactory in org.jboss.xb.binding | |
|---|---|
interface |
GenericObjectModelFactory
Direct implementations of ObjectModelFactory interface can be thought of as "typed" factories
in a sense that parameter types of newChild, addChild and setValue methods
(discovered by the framework at runtime with introspection) are supposed to be of specific Java classes
(other than java.lang.Object) from the target class hierarchy. |
| Classes in org.jboss.xb.binding that implement ObjectModelFactory | |
|---|---|
class |
DelegatingObjectModelFactory
todo come up with a nicer class name |
class |
MappingObjectModelFactory
An ObjectModelFactory that uses mappings |
class |
MetadataDrivenObjectModelFactory
|
class |
SchemalessObjectModelFactory
Sandbox. |
| Constructors in org.jboss.xb.binding with parameters of type ObjectModelFactory | |
|---|---|
DelegatingObjectModelFactory(ObjectModelFactory typedFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||