org.jboss.weld.util.serviceProvider
Class DefaultServiceLoaderFactory

java.lang.Object
  extended by org.jboss.weld.util.serviceProvider.DefaultServiceLoaderFactory
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, ServiceLoaderFactory
Direct Known Subclasses:
PackageServiceLoaderFactory

public class DefaultServiceLoaderFactory
extends java.lang.Object
implements ServiceLoaderFactory


Constructor Summary
DefaultServiceLoaderFactory()
           
 
Method Summary
 void cleanup()
           
<S> DefaultServiceLoader<S>
load(java.lang.Class<S> service)
           
<S> DefaultServiceLoader<S>
load(java.lang.Class<S> service, java.lang.ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServiceLoaderFactory

public DefaultServiceLoaderFactory()
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service

load

public <S> DefaultServiceLoader<S> load(java.lang.Class<S> service)
Specified by:
load in interface ServiceLoaderFactory

load

public <S> DefaultServiceLoader<S> load(java.lang.Class<S> service,
                                        java.lang.ClassLoader loader)
Specified by:
load in interface ServiceLoaderFactory


Copyright © 2008-2010 Seam Framework. All Rights Reserved.