Uses of Interface
org.jboss.xb.binding.ObjectModelFactory

Packages that use ObjectModelFactory
org.jboss.xb.binding   
org.jboss.xb.util   
 

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
          GenericObjectModelFactory that delegates to a ObjectModelFactory using reflection.
 class MappingObjectModelFactory
          An ObjectModelFactory that uses mappings
 class SchemalessObjectModelFactory
          Sandbox.
 

Methods in org.jboss.xb.binding with parameters of type ObjectModelFactory
 void ObjectModelBuilder.init(ObjectModelFactory defaultFactory, Object root)
           
 void UnmarshallerImpl.mapFactoryToNamespace(ObjectModelFactory factory, String namespaceUri)
           
 void Unmarshaller.mapFactoryToNamespace(ObjectModelFactory factory, String namespaceUri)
           
 void ObjectModelBuilder.mapFactoryToNamespace(ObjectModelFactory factory, String namespaceUri)
           
 Object UnmarshallerImpl.unmarshal(InputSource is, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(InputSource source, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(Reader reader, ObjectModelFactory factory, DocumentBinding binding)
           
 Object Unmarshaller.unmarshal(Reader reader, ObjectModelFactory factory, DocumentBinding binding)
           
 Object UnmarshallerImpl.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(String systemId, ObjectModelFactory factory, DocumentBinding binding)
           
 Object Unmarshaller.unmarshal(String systemId, ObjectModelFactory factory, DocumentBinding binding)
           
 Object UnmarshallerImpl.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 

Constructors in org.jboss.xb.binding with parameters of type ObjectModelFactory
DelegatingObjectModelFactory(ObjectModelFactory typedFactory)
           
 

Uses of ObjectModelFactory in org.jboss.xb.util
 

Methods in org.jboss.xb.util with parameters of type ObjectModelFactory
<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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.