public class ContainerManager extends Object
EmbeddedContainer that provides a friendlier API| Modifier and Type | Field and Description |
|---|---|
static String |
MUNIT_DISABLE_LAZY_CONNECTIONS |
static String |
MUNIT_DISABLE_LAZY_INITIALIZATION |
| Constructor and Description |
|---|
ContainerManager(org.mule.runtime.module.embedded.api.EmbeddedContainer container,
RunConfiguration runConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.module.embedded.api.DeploymentConfiguration |
buildDeploymentConfiguration(boolean enableXmlValidations) |
void |
deployApplication(boolean xmlValidations,
Map<String,String> properties) |
void |
deployDomain() |
void |
undeployApplication() |
public static final String MUNIT_DISABLE_LAZY_CONNECTIONS
public static final String MUNIT_DISABLE_LAZY_INITIALIZATION
public ContainerManager(org.mule.runtime.module.embedded.api.EmbeddedContainer container,
RunConfiguration runConfiguration)
public void deployDomain()
throws DeploymentException
DeploymentExceptionpublic void deployApplication(boolean xmlValidations,
Map<String,String> properties)
throws DeploymentException
DeploymentExceptionpublic void undeployApplication()
protected org.mule.runtime.module.embedded.api.DeploymentConfiguration buildDeploymentConfiguration(boolean enableXmlValidations)
Copyright © 2020. All rights reserved.