Searched refs:ObjectFactory (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DObjectFactory.java35 * <p>An ObjectFactory allows you to programatically
46 public class ObjectFactory { class
49 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: test
52 public ObjectFactory() { method in class:ObjectFactory
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DObjectFactory.java42 * <p>An <tt>ObjectFactory</tt> is responsible
46 * An object factory must implement the <tt>ObjectFactory</tt> interface.
70 public interface ObjectFactory { interface
93 * A <em>URL context factory</em> is a special ObjectFactory that
H A DObjectFactoryBuilder.java40 * after the lookup. An ObjectFactory is responsible for creating
52 * @see ObjectFactory
68 * @return A non-null new instance of an ObjectFactory.
72 public ObjectFactory createObjectFactory(Object obj,
H A DDirObjectFactory.java38 * <tt>ObjectFactory</tt> for details.
40 * A <tt>DirObjectFactory</tt> extends <tt>ObjectFactory</tt> by allowing
60 * @see ObjectFactory
64 public interface DirObjectFactory extends ObjectFactory {
78 * <tt>ObjectFactory.getObjectInstance()</tt>. It does this until a factory
89 *<p>Since <tt>DirObjectFactory</tt> extends <tt>ObjectFactory</tt>, it
98 * See <tt>ObjectFactory</tt> for a description URL context factories and other
H A DNamingManager.java86 * See getObjectInstance() and class ObjectFactory for a description
104 * @see ObjectFactory
129 * Retrieves the ObjectFactory for the object identified by a reference,
137 static ObjectFactory getObjectFactoryFromReference(
163 return (clas != null) ? (ObjectFactory) clas.newInstance() : null;
184 ObjectFactory factory;
187 factory = (ObjectFactory)factories.next();
245 * Note that an object factory (an object that implements the ObjectFactory
282 * See ObjectFactory.getObjectInstance().
284 * @see ObjectFactory
[all...]
H A DDirectoryManager.java115 * <tt>ObjectFactory</tt> or <tt>DirObjectFactory</tt>.
118 * <tt>ObjectFactory.getObjectInstance()</tt> is used.
158 ObjectFactory factory;
229 ObjectFactory factory;
233 factory = (ObjectFactory)factories.next();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DDTDDVFactory.java24 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
64 (ObjectFactory.newInstance(factoryClass, true));
H A DSchemaDVFactory.java25 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
73 return (SchemaDVFactory)(ObjectFactory.newInstance(factoryClass, true));
/openjdk7/jdk/test/javax/naming/spi/DirectoryManager/
H A DDummyObjectFactory.java34 public class DummyObjectFactory implements ObjectFactory {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFuncLoader.java28 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
101 return (Function) ObjectFactory.newInstance(className, true);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DObjectPool.java29 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
68 objectType = ObjectFactory.findProviderClass(className, true);
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/dns/
H A DdnsURLContextFactory.java32 import javax.naming.spi.ObjectFactory;
46 public class dnsURLContextFactory implements ObjectFactory {
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/rmi/
H A DrmiURLContextFactory.java32 import javax.naming.spi.ObjectFactory;
47 public class rmiURLContextFactory implements ObjectFactory {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerFactory.java32 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
130 Class cls = ObjectFactory.findProviderClass(className, true);
158 cls = ObjectFactory.findProviderClass(className, true);
/openjdk7/jdk/make/tools/generate_nimbus/
H A DMakefile45 ObjectFactory.java \
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactory.java24 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
74 factory = (SerializerFactory) ObjectFactory.newInstance( className, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java27 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
120 Class xpathClass = ObjectFactory.findProviderClass(
286 Class xpathClass = ObjectFactory.findProviderClass(
411 return (RevalidationHandler) (ObjectFactory
414 ObjectFactory.findClassLoader(),
424 return (RevalidationHandler) (ObjectFactory
427 ObjectFactory.findClassLoader(),
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DEnvironmentCheck.java25 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
800 clazz = ObjectFactory.findProviderClass(JAXP1_CLASS, true);
830 Class clazz = ObjectFactory.findProviderClass(XALAN1_VERSION_CLASS, true);
862 Class clazz = ObjectFactory.findProviderClass(XALAN2_VERSION_CLASS, true);
883 Class clazz = ObjectFactory.findProviderClass(XALAN2_2_VERSION_CLASS, true);
915 Class clazz = ObjectFactory.findProviderClass(XERCES1_VERSION_CLASS, true);
933 Class clazz = ObjectFactory.findProviderClass(XERCES2_VERSION_CLASS, true);
950 Class clazz = ObjectFactory.findProviderClass(CRIMSON_CLASS, true);
978 Class clazz = ObjectFactory.findProviderClass(ANT_VERSION_CLASS, true);
1007 Class clazz = ObjectFactory
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DObjectFactory.java44 * @version $Id: ObjectFactory.java,v 1.6 2010/04/23 01:44:34 joehw Exp $
46 public final class ObjectFactory { class
98 * @exception ObjectFactory.ConfigurationError
125 * @exception ObjectFactory.ConfigurationError
210 ClassLoader current = ObjectFactory.class.getClassLoader();
246 * Create an instance of a class using the same classloader for the ObjectFactory by default
285 * Find a Class using the same classloader for the ObjectFactory by default
328 ClassLoader current = ObjectFactory.class.getClassLoader();
364 ClassLoader current = ObjectFactory.class.getClassLoader();
436 } // class ObjectFactory
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/iiop/
H A DiiopURLContextFactory.java41 public class iiopURLContextFactory implements ObjectFactory {
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContextFactory.java44 public class ldapURLContextFactory implements ObjectFactory {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DObjectFactory.java21 * $Id: ObjectFactory.java,v 1.2.4.1 2005/09/15 02:39:54 jeffsuttor Exp $
46 * This class was moved from the <code>javax.xml.parsers.ObjectFactory</code>
50 * @version $Id: ObjectFactory.java,v 1.11 2010-11-01 04:34:25 joehw Exp $
52 public class ObjectFactory { class
103 * @exception ObjectFactory.ConfigurationError
130 * @exception ObjectFactory.ConfigurationError
177 * @exception ObjectFactory.ConfigurationError
205 * @exception ObjectFactory.ConfigurationError
259 * @exception ObjectFactory.ConfigurationError
296 synchronized (ObjectFactory
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionAvailableCall.java38 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
136 final Class clazz = ObjectFactory.findProviderClass(className, true);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DObjectType.java37 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
57 _clazz = ObjectFactory.findProviderClass(javaClassName, true);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecordFactory.java31 import com.sun.org.apache.xalan.internal.utils.ObjectFactory;
86 _class = ObjectFactory.findProviderClass(className, true);

Completed in 99 milliseconds

12