org.mule.api.config
Interface DomainMuleContextAwareConfigurationBuilder

All Superinterfaces:
ConfigurationBuilder
All Known Implementing Classes:
AutoConfigurationBuilder, SpringXmlConfigurationBuilder, SpringXmlDomainConfigurationBuilder, WebappMuleXmlConfigurationBuilder

public interface DomainMuleContextAwareConfigurationBuilder
extends ConfigurationBuilder

Configuration builders that implements this interface will receive a reference to the context of the domain they belong to.


Method Summary
 void setDomainContext(MuleContext domainContext)
           
 
Methods inherited from interface org.mule.api.config.ConfigurationBuilder
configure, isConfigured
 

Method Detail

setDomainContext

void setDomainContext(MuleContext domainContext)
Parameters:
domainContext - MuleContext of the domain.


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.