org.mule.tck.junit4
Class ApplicationContextBuilder

java.lang.Object
  extended by org.mule.tck.junit4.ApplicationContextBuilder

public class ApplicationContextBuilder
extends Object


Constructor Summary
ApplicationContextBuilder()
           
 
Method Summary
 MuleContext build()
           
protected  void configureMuleContext(MuleContextBuilder contextBuilder)
          Override this method to set properties of the MuleContextBuilder before it is used to create the MuleContext.
protected  ConfigurationBuilder getAppBuilder(String[] configResource)
           
 ApplicationContextBuilder setApplicationResources(String[] applicationResources)
           
 ApplicationContextBuilder setDomainContext(MuleContext domainContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextBuilder

public ApplicationContextBuilder()
Method Detail

setDomainContext

public ApplicationContextBuilder setDomainContext(MuleContext domainContext)

setApplicationResources

public ApplicationContextBuilder setApplicationResources(String[] applicationResources)

build

public MuleContext build()
                  throws Exception
Throws:
Exception

getAppBuilder

protected ConfigurationBuilder getAppBuilder(String[] configResource)
                                      throws Exception
Throws:
Exception

configureMuleContext

protected void configureMuleContext(MuleContextBuilder contextBuilder)
Override this method to set properties of the MuleContextBuilder before it is used to create the MuleContext.



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