jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.java
changeset 23782 953bfc3fbe31
parent 22427 1f8304cd1d53
child 25685 c4d4cbb36e12
equal deleted inserted replaced
23403:85dbdc227c5e 23782:953bfc3fbe31
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   548         }
   548         }
   549     }
   549     }
   550 
   550 
   551     @Override
   551     @Override
   552     public Class loadObjectFactory(Class referencePoint, String pkg) {
   552     public Class loadObjectFactory(Class referencePoint, String pkg) {
   553         ClassLoader cl= SecureLoader.getClassClassLoader(referencePoint);
   553         ClassLoader cl = SecureLoader.getClassClassLoader(referencePoint);
   554         if (cl == null)
   554         if (cl == null)
   555             cl = SecureLoader.getSystemClassLoader();
   555             cl = SecureLoader.getSystemClassLoader();
   556 
   556 
   557         try {
   557         try {
   558             return cl.loadClass(pkg + ".ObjectFactory");
   558             return cl.loadClass(pkg + ".ObjectFactory");