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
 void wire(java.lang.Object component)
          Called to wire a component
 

Method Detail

wire

void wire(java.lang.Object component)
          throws WiringServiceException
Called to wire a component

Parameters:
component - the component to be wired
Throws:
WiringServiceException - if an error occours


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.