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: 3798 $
- Author:
- Ross Mason
initialise
public void initialise(Object component)
throws InitialisationException
- Throws:
InitialisationException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.