Package | Description |
---|---|
com.sun.xml.ws.util |
Modifier and Type | Method and Description |
---|---|
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service)
Locates and incrementally instantiates the available providers of a
given service using the context class loader.
|
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service,
ClassLoader loader)
Locates and incrementally instantiates the available providers of a
given service using the given class loader.
|
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service,
ClassLoader loader,
Component component) |
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service,
Component component) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.