org.radeox.util
Class Service

java.lang.Object
  extended byorg.radeox.util.Service

public class Service
extends java.lang.Object

After the Service class from Sun and the Apache project. With help from FrŽdŽric Miserey.

Version:
$id$
Author:
Matthias L. Jugel

Constructor Summary
Service()
           
 
Method Summary
static java.util.Iterator providerClasses(java.lang.Class cls)
           
static java.util.Iterator providers(java.lang.Class cls)
           
static java.util.Iterator providers(java.lang.Class cls, boolean instantiate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

providerClasses

public static java.util.Iterator providerClasses(java.lang.Class cls)

providers

public static java.util.Iterator providers(java.lang.Class cls)

providers

public static java.util.Iterator providers(java.lang.Class cls,
                                           boolean instantiate)


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.