Class WiringServiceTable

java.lang.Object
java.util.Dictionary<Class<?>,Object>
java.util.Hashtable<Class<?>,Object>
org.apache.james.jspf.wiring.WiringServiceTable
All Implemented Interfaces:
Serializable, Cloneable, Map<Class<?>,Object>, WiringService

public class WiringServiceTable extends Hashtable<Class<?>,Object> implements WiringService
This class associates "Enabling interfaces" to the service that provides the dependency.
See Also: