Lines Matching refs:factory

55   * of that object, and the class name and location of the factory to be used
57 * The class factory location is a space-separated list of URLs representing
58 * the class path used to load the factory. When the factory class (or
78 * addresses (each a RefAddr), the name of the class factory (a
79 * String), and the location of the class factory (a String).
99 * Contains the name of the factory class for creating
107 * Contains the location of the factory class.
115 * Class factory and class factory location are set to null.
129 * Class factory and class factory location are set to null.
143 * and the class name and location of the object's factory.
147 * @param factory The possibly null class name of the object's factory.
150 * the factory (e.g. URL)
154 public Reference(String className, String factory, String factoryLocation) {
156 classFactory = factory;
162 * the class name and location of the object's factory, and the address for
167 * @param factory The possibly null class name of the object's factory.
169 * to load the factory (e.g. URL)
175 String factory, String factoryLocation) {
177 classFactory = factory;
192 * Retrieves the class name of the factory of the object
195 * @return The possibly null fully-qualified class name of the factory.
203 * Retrieves the location of the factory of the object
206 * separated by spaces, listing locations from where the factory
210 * location for loading in the factory's class.
322 * The class factory and class factory location are not checked.
331 // ignore factory information
378 * list of addresses, class factory name and class factory location.