public interface ServiceDescriptor
Modifier and Type | Method and Description |
---|---|
Object |
create(Configuration config)
Creates an object described by the
actual
ServiceDescriptor instance. |
Object create(Configuration config) throws Exception
ServiceDescriptor
instance.config
- The Configuration
object
used to configure the creation of the returned object.Exception
- Thrown if there was any problem
creating the object.Copyright © 2016–2018. All rights reserved.