Uses of Class
com.sun.xml.ws.util.ServiceFinder

Packages that use ServiceFinder
com.sun.xml.ws.util   
 

Uses of ServiceFinder in com.sun.xml.ws.util
 

Methods in com.sun.xml.ws.util that return ServiceFinder
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.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(java.lang.Class<T> service, java.lang.ClassLoader loader)
          Locates and incrementally instantiates the available providers of a given service using the given class loader.
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, java.lang.ClassLoader loader, Component component)
           
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, Component component)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.