public static interface FactoryFinder.ObjectFactory
Modifier and Type | Method and Description |
---|---|
Object |
create(String path) |
Object create(String path) throws IllegalAccessException, InstantiationException, IOException, ClassNotFoundException
path
- the full service pathIllegalAccessException
- illegal accessInstantiationException
- on instantiation errorIOException
- On IO ErrorClassNotFoundException
- On class not found errorCopyright © 2019 JBoss by Red Hat. All rights reserved.