org.mule.api.context
Interface MuleContextBuilder
- All Known Implementing Classes:
- DefaultMuleContextBuilder
public interface MuleContextBuilder
Builder that is used to build instances of MuleContext. Implementing
classes are stateful and should provide public chainable setters for configuring
the builder instance and no public getters.
buildMuleContext
MuleContext buildMuleContext()
- Builds a new
MuleContext instance using configured builder instance.
Does not initialise or start MuleContext, only constructs the instance.
setWorkManager
void setWorkManager(WorkManager workManager)
setWorkListener
void setWorkListener(javax.resource.spi.work.WorkListener workListener)
setNotificationManager
void setNotificationManager(ServerNotificationManager notificationManager)
setLifecycleManager
void setLifecycleManager(LifecycleManager lifecycleManager)
setMuleConfiguration
void setMuleConfiguration(MuleConfiguration muleConfiguration)
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.