Uses of Class
javax.xml.ws.spi.ServiceLoaderUtil.ExceptionHandler
-
Packages that use ServiceLoaderUtil.ExceptionHandler Package Description javax.xml.ws.spi This package defines SPIs for Jakarta XML Web Services. -
-
Uses of ServiceLoaderUtil.ExceptionHandler in javax.xml.ws.spi
Fields in javax.xml.ws.spi declared as ServiceLoaderUtil.ExceptionHandler Modifier and Type Field Description private static ServiceLoaderUtil.ExceptionHandler<WebServiceException>
FactoryFinder. EXCEPTION_HANDLER
Methods in javax.xml.ws.spi with parameters of type ServiceLoaderUtil.ExceptionHandler Modifier and Type Method Description (package private) static <T extends java.lang.Exception>
java.lang.ClassLoaderServiceLoaderUtil. contextClassLoader(ServiceLoaderUtil.ExceptionHandler<T> exceptionHandler)
(package private) static <P,T extends java.lang.Exception>
PServiceLoaderUtil. firstByServiceLoader(java.lang.Class<P> spiClass, java.util.logging.Logger logger, ServiceLoaderUtil.ExceptionHandler<T> handler)
(package private) static <T extends java.lang.Exception>
java.lang.ObjectServiceLoaderUtil. newInstance(java.lang.String className, java.lang.String defaultImplClassName, java.lang.ClassLoader classLoader, ServiceLoaderUtil.ExceptionHandler<T> handler)
-