public class TestServicesMuleContextConfigurator extends Object implements org.mule.runtime.api.config.custom.ServiceConfigurator
| Constructor and Description |
|---|
TestServicesMuleContextConfigurator(org.mule.runtime.api.service.ServiceRepository serviceRepository)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.mule.runtime.api.config.custom.CustomizationService customizationService) |
String |
getServiceName(org.mule.runtime.api.service.Service service) |
public TestServicesMuleContextConfigurator(org.mule.runtime.api.service.ServiceRepository serviceRepository)
serviceRepository - contains available service instances. Non null.public void configure(org.mule.runtime.api.config.custom.CustomizationService customizationService)
configure in interface org.mule.runtime.api.config.custom.ServiceConfiguratorpublic String getServiceName(org.mule.runtime.api.service.Service service)
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.