public interface BootstrapService
| Modifier and Type | Method and Description |
|---|---|
Class |
forName(String name)
Searches for a class in the service's class loader
|
Properties |
getProperties() |
Object |
instantiateClass(String name,
Object... constructorArgs)
Instantiates a class using the service's class loader
|
Properties getProperties()
Object instantiateClass(String name, Object... constructorArgs) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
name - fully qualified class name to instantiateconstructorArgs - constructor argumentsClassNotFoundExceptionNoSuchMethodExceptionInvocationTargetExceptionInstantiationExceptionIllegalAccessExceptionClass forName(String name) throws ClassNotFoundException
name - fully qualified name of the class to search forClassNotFoundException - if the class was not found in the service's class loaderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.