|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectModelFactory | |
org.jboss.xml.binding |
Uses of ObjectModelFactory in org.jboss.xml.binding |
Subinterfaces of ObjectModelFactory in org.jboss.xml.binding | |
interface |
GenericObjectModelFactory
Direct implementations of ObjectModelFactory interface can be thought of as "typed" factories in a sense that arguments of newChild, addChild and setValue methods are supposed to be specific Java classes (other than java.lang.Object) from the target class hierarchy. |
Classes in org.jboss.xml.binding that implement ObjectModelFactory | |
class |
DelegatingObjectModelFactory
todo come up with a nicer class name |
class |
MappingObjectModelFactory
An ObjectModelFactory that uses mappings |
class |
SchemalessObjectModelFactory
Sandbox. |
Methods in org.jboss.xml.binding with parameters of type ObjectModelFactory | |
void |
Unmarshaller.mapFactoryToNamespace(ObjectModelFactory factory,
String namespaceUri)
|
Object |
Unmarshaller.unmarshal(Reader reader,
ObjectModelFactory factory,
Object root)
|
Object |
Unmarshaller.unmarshal(InputStream is,
ObjectModelFactory factory,
Object root)
|
Object |
Unmarshaller.unmarshal(String systemId,
ObjectModelFactory factory,
Object root)
|
Object |
Unmarshaller.unmarshal(InputSource is,
ObjectModelFactory factory,
Object root)
|
Constructors in org.jboss.xml.binding with parameters of type ObjectModelFactory | |
DelegatingObjectModelFactory(ObjectModelFactory typedFactory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |