org.mule.api.lifecycle
Interface InitialisationCallback

All Known Implementing Classes:
AxisInitialisationCallback

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 service.


Method Summary
 void initialise(Object component)
           
 

Method Detail

initialise

void initialise(Object component)
                throws InitialisationException
Throws:
InitialisationException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.