org.mule.impl
Interface InitialisationCallback

All Known Implementing Classes:
AxisInitialisationCallback, GlueInitialisationCallback

public interface InitialisationCallback

InitialisationCallback is used to provide customised initialiation for more complex components. For example, soap services have a custom initialisation that passes the service object to the mule component.

Version:
$Revision: 1.3 $
Author:
Ross Mason

Method Summary
 void initialise(java.lang.Object component)
           
 

Method Detail

initialise

public void initialise(java.lang.Object component)
                throws InitialisationException
Throws:
InitialisationException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.