Package | Description |
---|---|
org.jboss.xb.binding | |
org.jboss.xb.util |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingObjectModelFactory
GenericObjectModelFactory that delegates to a ObjectModelFactory
using reflection.
|
class |
MappingObjectModelFactory
An ObjectModelFactory that uses mappings
|
class |
SchemalessObjectModelFactory
Sandbox.
|
Constructor and Description |
---|
DelegatingObjectModelFactory(ObjectModelFactory typedFactory) |
Modifier and Type | Method and Description |
---|---|
<U> U |
JBossXBHelper.parse(Class<U> expectedType,
InputSource source,
U root,
ObjectModelFactory omf)
Parse the file using object model factory.
|
T |
JBossXBHelper.parse(InputSource source,
T root,
ObjectModelFactory omf)
Parse the file using object model factory.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.