Uses of Class
javax.xml.ws.spi.ServiceLoaderUtil.ExceptionHandler
Packages that use ServiceLoaderUtil.ExceptionHandler
-
Uses of ServiceLoaderUtil.ExceptionHandler in javax.xml.ws.spi
Fields in javax.xml.ws.spi declared as ServiceLoaderUtil.ExceptionHandlerModifier and TypeFieldDescriptionprivate static final ServiceLoaderUtil.ExceptionHandler<WebServiceException>
FactoryFinder.EXCEPTION_HANDLER
Methods in javax.xml.ws.spi with parameters of type ServiceLoaderUtil.ExceptionHandlerModifier and TypeMethodDescription(package private) static <T extends Exception>
ClassLoaderServiceLoaderUtil.contextClassLoader
(ServiceLoaderUtil.ExceptionHandler<T> exceptionHandler) (package private) static <P,
T extends Exception>
PServiceLoaderUtil.firstByServiceLoader
(Class<P> spiClass, Logger logger, ServiceLoaderUtil.ExceptionHandler<T> handler) ServiceLoaderUtil.newInstance
(String className, String defaultImplClassName, ClassLoader classLoader, ServiceLoaderUtil.ExceptionHandler<T> handler)