Package org.apache.james.jspf.wiring
Interface WiringService
- All Known Implementing Classes:
WiringServiceTable
public interface WiringService
This is a service used to wire a component with its dependencies.
-
Method Summary
-
Method Details
-
wire
Called to wire a component- Parameters:
component
- the component to be wired- Throws:
WiringServiceException
- if an error occours
-