Searched defs:spFactory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DContextFinder.java131 Class spFactory = safeLoadClass(className,classLoader);
132 return newInstance(contextPath, spFactory, classLoader, properties);
153 Class spFactory,
170 Method m = spFactory.getMethod("createContext",String.class,ClassLoader.class,Map.class);
180 Method m = spFactory.getMethod("createContext",String.class,ClassLoader.class);
198 throw new JAXBException( Messages.format( Messages.COULD_NOT_INSTANTIATE, spFactory, e ), e );
209 Messages.format( Messages.COULD_NOT_INSTANTIATE, spFactory, x ),
240 Class spFactory) throws JAXBException {
243 m = spFactory.getMethod("createContext", Class[].class, Map.class);
152 newInstance( String contextPath, Class spFactory, ClassLoader classLoader, Map properties ) argument
238 newInstance(Class[] classes, Map properties, Class spFactory) argument

Completed in 1012 milliseconds