Package org.apache.james.jspf.wiring
Class WiringServiceTable
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Class<?>,
,Object> WiringService
This class associates "Enabling interfaces" to the service that provides the
dependency.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
WiringServiceTable
public WiringServiceTable()
-
-
Method Details
-
wire
Description copied from interface:WiringService
Called to wire a component- Specified by:
wire
in interfaceWiringService
- Parameters:
component
- the component to be wired- Throws:
WiringServiceException
- if an error occours- See Also:
-